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

.segment-wrapperr {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}


.course_highlightsx {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(120deg, rgb(225,219,212) 0%, rgb(179,196,183,0.5) 25%, rgb(130,155,144,0.5) 75%, rgb(225,219,212) 100%);
    position: relative;
}

.course_highlightsx .container {
    z-index: 2;
    position: relative;
}

.course_highlightsx .smart_classesH {
    align-items: center;
    justify-content: flex-end;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    position: relative;
    min-height: 500px;
}

.course_highlightsx .pic_img_wrapr::after {
    left: 0;
    background: 
        radial-gradient(
            circle at 75% 25%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 90%
        );
    width: 100%;
    position: absolute;
    opacity: 0.8;
    content: "";
    top: 0;
    z-index: 3;
    height: 100%;
}

.course_highlightsx .new_studyS::after {
    height: calc(100% - 30px);
    border-radius: calc(24px - 10px) 0 0 calc(24px - 10px);
    content: "";
    opacity: 0.5;
    width: calc(100% - 30px);
    left: 15px;
    z-index: -1;
    position: absolute;
    border: 1px solid rgb(179,196,183,0.5);
    top: 15px;
}

.course_highlightsx .head_classi svg:hover {
    transform: scale(1.05) translateY(-5px);
}

.course_highlightsx .head_classi:hover::after {
    width: 100%;
}

.course_highlightsx h3::after {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 70px;
    height: 2px;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        rgb(179,196,183) 0%,
        rgb(130,155,144) 100%
    );
    content: "";
}

.contact_sectionS::after {
    background: 
        linear-gradient(90deg, rgb(225,219,212) 6px, transparent 6px),
        linear-gradient(0deg, rgb(225,219,212) 6px, transparent 6px);
    top: 0;
    left: 0;
    content: '';
    background-size: 100px 100px;
    width: 100%;
    z-index: 0;
    opacity: 0.2;
    position: absolute;
    height: 100%;
}

.contact_sectionS h3::before {
    content: '';
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(179,196,183), rgb(130,155,144));
    transform: translateX(-50%);
    width: 100px;
    bottom: -15px;
    left: 50%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}

.contact_sectionS .connect_messageM #contact {
    transform: skew(3deg);
}

.contact_sectionS .connect_messageM h3 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 22px;
    transform: skew(0);
    color: #000000;
    text-align: left;
}

.contact_sectionS .connect_messageM input[type="text"]:focus,
.contact_sectionS .connect_messageM textarea:focus {
    transform: translate(-3px, -3px);
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: 8px 8px 0 rgb(179,196,183,0.5);
    outline: none;
}

.contact_sectionS .connect_messageM .inquiry_listT input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_sectionS .connect_messageM .inquiry_listT label::before {
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    background-color: #ffffff;
    border: 2px solid rgb(179,196,183);
    content: '';
    width: 24px;
    height: 24px;
}

.contact_sectionS .connect_messageM .inquiry_listT a::after {
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    height: 2px;
    background-color: rgb(179,196,183);
    transition: transform 0.3s ease;
    width: 100%;
    content: '';
    position: absolute;
    bottom: -2px;
}

.contact_sectionS .request_mapv {
    flex: 1 1 40%;
    margin-left: -40px;
    z-index: 1;
    color: #ffffff;
    background: rgb(225,219,212);
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 60px 60px 60px 80px;
}

.contact_sectionS .request_mapv::after {
    position: absolute;
    right: 20px;
    content: '';
    bottom: 20px;
    pointer-events: none;
    left: 20px;
    top: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.contact_sectionS .request_mapv h4::after {
    position: absolute;
    width: 60px;
    bottom: -15px;
    left: 0;
    content: '';
    height: 3px;
    background: rgb(179,196,183);
}

.contact_sectionS .request_mapv .query_linksN li svg {
    flex-shrink: 0;
    height: 24px;
    margin-right: 20px;
    width: 24px;
}

.contact_sectionS .request_mapv .query_linksN li span {
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}

.plan_arrayO {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(225,219,212) 0%, rgba(245, 247, 252, 1) 100%);
    padding: 100px 0;
}

.plan_arrayO .rate_plansj {
    flex-direction: column-reverse;
    display: flex;
}

.plan_arrayO .access_plansG h2 {
    position: relative;
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}

.plan_arrayO .member_plansG {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
}

.plan_arrayO .training_feesS {
    color: #000000;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.plan_arrayO .training_feesS:hover .fee_planP h3 {
    transform: translateX(5px);
}

.plan_arrayO .study_ratesO::before {
    top: 50%;
    content: "";
    width: 10px;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    position: absolute;
    left: -20px;
    opacity: 0;
    background: rgb(179,196,183);
    height: 2px;
}

.plan_arrayO .pic_img_wrapr::after {
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    background: linear-gradient(0deg, rgba(rgb(179,196,183,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    width: 100%;
}

.plan_arrayO .training_feesS:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}

.plan_arrayO .training_feesS:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

#trackingAlertPopupF {
    display: none;
}

#trackingAlertPopupF:checked ~ .cookie_window_overlayt {
    visibility: hidden;
    opacity: 0;
}

.cookies_termsZ {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookie_window_overlayt p a {
    color: rgb(179,196,183);
    text-decoration: none;
}

.segment-wrapperr .edu_trackx {
    margin-left: 30px;
    background: rgb(179,196,183);
    font-weight: 400;
    border: none;
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
}

.segment-wrapperr .cookie_reviewu h5, .segment-wrapperr .cookie_reviewu p {
    color: #000000;
}

.future_attendeese {
    padding: 120px 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.future_attendeese .smart_classesH {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.future_attendeese div {
    display: flex;
    gap: 30px;
    counter-reset: item;
    flex-direction: column;
}

.future_attendeese div p {
    line-height: 1.6;
    position: relative;
    margin: 0;
    font-size: 14px;
    min-height: 50px;
    padding: 0 0 0 70px;
    display: flex;
    counter-increment: item;
    align-items: center;
    color: #000000;
}

.future_attendeese div p::after {
    height: calc(100% - 25px);
    opacity: 0.3;
    background: rgb(179,196,183,0.5);
    top: 75px;
    position: absolute;
    content: "";
    width: 1px;
    left: 25px;
}

.future_attendeese div p:hover svg {
    opacity: 1;
    transform: rotate(15deg);
}

.newsletterz {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(130,155,144,0.5), rgb(130,155,144) 70%);
}

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

.newsletterz .smart_classesH {
    flex-direction: column;
    background: #ffffff;
    display: flex;
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(179,196,183);
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.newsletterz .input_holder {
    gap: 1rem;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}

.newsletterz input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.newsletterz input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(10px);
}

.newsletterz .sub_scaleU::before {
    content: "";
    left: -50%;
    animation: buttonShine 3s infinite ease-in-out;
    width: 200%;
    top: -50%;
    position: absolute;
    height: 200%;
    pointer-events: none;
    transform: rotate(30deg);
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

footer::after {
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(179,196,183,0.5) 25%, rgb(179,196,183,0.5) 26%, transparent 27%, transparent 74%, rgb(130,155,144,0.5) 75%, rgb(130,155,144,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(179,196,183,0.5) 25%, rgb(179,196,183,0.5) 26%, transparent 27%, transparent 74%, rgb(130,155,144,0.5) 75%, rgb(130,155,144,0.5) 76%, transparent 77%, transparent);
    right: 0;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    opacity: 0.15;
    background-size: 50px 50px;
}

.affiliate_ctaA .company_holder::after {
    background: linear-gradient(90deg, transparent, rgb(130,155,144), transparent);
    bottom: 0;
    transform: translateY(1px);
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}

.affiliate_ctaA .company_holder h3::after {
    width: 50px;
    left: 0;
    box-shadow: 0 0 10px rgb(179,196,183);
    border-radius: 10px;
    content: "";
    height: 3px;
    transition: width 0.3s ease-out;
    background: linear-gradient(90deg, rgb(179,196,183), rgb(130,155,144));
    bottom: -8px;
    position: absolute;
}

.affiliate_ctaA .header_prop::after {
    height: 1px;
    transform: translateY(1px);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(179,196,183), transparent);
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.affiliate_ctaA .header_prop h5 {
    display: inline-block;
    margin: 0 0 1.5rem;
    font-weight: 600;
    text-shadow: 0 0 15px rgb(130,155,144,0.5);
    font-size: 24px;
    position: relative;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.affiliate_ctaA .header_prop .nav_tutord a {
    font-size: 18px;
    text-decoration: none;
    border-radius: 10px;
    text-shadow: 0 0 5px #000000;
    z-index: 1;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
    display: block;
    opacity: 0.8;
}

.affiliate_ctaA .header_prop .nav_tutord a:hover {
    opacity: 1;
    padding-left: 1.5rem;
    text-shadow: 0 0 10px rgb(130,155,144,0.5);
    color: #ffffff;
}

.affiliate_ctaA .header_prop .nav_tutord a:hover::after {
    width: 100%;
    opacity: 0.2;
}

.chrome_extu .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chrome_extu .footer_classesa {
    text-align: center;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 12px;
    opacity: 0.7;
    letter-spacing: 0.5px;
    text-shadow: 0 0 5px #000000;
}

.operation_processX::after {
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: rgb(130,155,144);
    transform-origin: top right;
    z-index: -1;
    animation: pulse 8s ease-in-out infinite alternate;
    right: 0;
    width: 40%;
    height: 100%;
    filter: blur(20px);
    opacity: 0.06;
    content: "";
    top: 0;
}

.operation_processX h3 {
    color: rgb(179,196,183);
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: calc(33px * 0.85);
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
}

.operation_processX .smart_classesH > div:hover h3::after {
    width: 90%;
}

.operation_processX p {
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 14px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
}

.operation_processX .smart_classesH > div:hover p span::before {
    transform: scale(1);
    opacity: 1;
}

.who_we_areu::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(23, 36, 67, 0.85), rgba(35, 46, 82, 0.9));
    z-index: 1;
    height: 100%;
}

.who_we_areu h5 {
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(179,196,183);
    display: inline-block;
    font-weight: 700;
    font-size: 23px;
    position: relative;
}

.who_we_areu .phrase_holderx:hover h5::after {
    width: 100%;
}

.who_we_areu p b {
    display: inline-block;
    letter-spacing: 0.5px;
    transform: translateX(0);
    color: rgb(130,155,144);
    font-size: calc(15px * 1.6);
    position: relative;
    transition: transform 0.4s ease;
    font-weight: 700;
}

.who_we_areu ol li {
    font-size: 15px;
    color: #000000;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    text-align: justify;
    position: relative;
    line-height: 1.8;
    transition: color 0.3s ease;
    padding-left: 10px;
    font-weight: 400;
}

.title_boardr::before {
    background: linear-gradient(45deg, rgb(179,196,183,0.5) 0%, transparent 70%);
    width: 100%;
    top: -50%;
    content: "";
    position: absolute;
    height: 200%;
    z-index: 1;
    transform: rotate(-15deg);
    left: -20%;
}

.title_boardr .smart_classesH {
    flex-direction: column;
    position: relative;
    z-index: 10;
    display: flex;
    width: 100%;
}

.title_boardr .phrase_holderx ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.title_boardr .learn_welcomeh {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.title_boardr .learn_welcomeh svg path {
    transition: all 0.3s ease;
    stroke: rgb(130,155,144);
    fill: rgb(179,196,183);
    stroke-width: 0.5;
}

.title_boardr .learn_welcomeh p {
    transform: translateY(20px);
    color: #000000;
    opacity: 0;
    position: relative;
    line-height: 1.6;
    max-width: 600px;
    font-size: calc(18px * 1.2);
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 0.8s ease-out 0.8s forwards;
}

.title_boardr .inquiry_feedbackt::before {
    transition: all 0.6s ease;
    width: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    left: -100%;
}

.title_boardr .pic_img_wrapr::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(
    to bottom,
    transparent 0%,
    rgb(179,196,183,0.5) 100%
  );
    top: 0;
    left: 0;
}

.training_specialistB {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(179,196,183,0.5), rgb(225,219,212));
    padding: 5rem 0;
}

.training_specialistB .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
}

.training_specialistB .user_feedbackf {
    background: rgba(255, 255, 255, 0.8);
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px) saturate(180%);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    gap: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}

.training_specialistB .pic_img_wrapr::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 50%);
    content: "";
    inset: 0;
    position: absolute;
}

.training_specialistB .user_feedbackf:hover .name {
    transform: translateX(1rem);
}

.training_specialistB .user_feedbackf:hover .name::before {
    width: 1.5rem;
}

.training_specialistB .user_feedbackf:hover > div:nth-child(2) > div {
    opacity: 1;
    transform: translateY(-3px);
}

.training_specialistB .exp_listU::before {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: rgb(179,196,183);
    font-size: 8rem;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    transform: rotate(-5deg);
    top: -2.5rem;
    left: -1rem;
    content: "";
}

.client_opinionsd .smart_classesH {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}

.client_opinionsd h4::before {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    background: rgb(179,196,183);
    width: 60px;
    position: absolute;
    height: 3px;
}

.client_opinionsd .client_feedbackk {
    gap: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    transform: perspective(1000px) rotateX(20deg);
    transform-style: preserve-3d;
}

.client_opinionsd .user_feedbackf:hover {
    transform: translateZ(30px) translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        20px 20px 0 -5px rgb(225,219,212),
        20px 20px 0 0px rgb(130,155,144);
}

.client_opinionsd .user_feedbackf::before {
    border-radius: 20px;
    transition: all 0.5s ease;
    opacity: 0;
    content: "";
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgb(179,196,183,0.5) 80%);
}

.client_opinionsd .user_feedbackf:hover .pic_img_wrapr {
    transform: translateZ(50px) rotate(5deg);
    border-radius: 50%;
}

.client_opinionsd .user_feedbackf:hover .pic_img_wrapr::before {
    opacity: 0.4;
}

.client_opinionsd .user_feedbackf span {
    display: block;
    transition: all 0.4s ease;
    transform: translateZ(20px);
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 1.2rem;
    font-size: 17px;
}

.client_opinionsd .user_feedbackf:nth-child(3n+1) {
    transform: translateZ(10px) translateY(0);
}

.client_opinionsd .user_feedbackf:nth-child(3n+1):hover {
    transform: translateZ(40px) translateY(-10px);
}

.privacy_moduleo {
    height: auto;
    align-items: center;
    color: #000000;
    font-family: Arial, sans-serif;
    width: 100%;
    background-color: #ffffff;
    flex-direction: column;
    display: flex;
    padding: 40px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.privacy_moduleo ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.privacy_moduleo li::before {
    content: '✔';
    color: rgb(179,196,183);
    margin-right: 10px;
    font-size: 1.2em;
}


.thanksCoreV {
    background: linear-gradient(135deg, rgb(225,219,212) 0%, rgb(130,155,144,0.5) 100%);
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
}

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

.thanksCoreV .smart_classesH {
    padding: 60px 50px;
    background: #ffffff;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    display: flex;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    border-left: 5px solid rgb(179,196,183);
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.thanksCoreV .smart_classesH:hover > div:first-child::after {
    transform: scaleX(1);
}

.thanksCoreV h5 {
    line-height: 1.4;
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
}

.thanksCoreV a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.thanksCoreV a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}

header .nav_mainbarN {
    background: linear-gradient(120deg, rgb(225,219,212) 0%, rgb(179,196,183,0.5) 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    z-index: 100;
}

header .container {
    padding: 1.5rem 2rem;
    position: relative;
}

header .main_tutorX {
    gap: 2rem;
    grid-template-columns: auto 1fr;
    display: grid;
    align-items: center;
}

header .first_teachw:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 8px 8px 0 rgb(179,196,183);
}

header .first_teachw:hover::before {
    top: -8px;
    right: -8px;
    opacity: 1;
    bottom: -8px;
    left: -8px;
}

header .header_prop {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    list-style: none;
    margin: 0;
}

header .main_pagewrapO:nth-child(odd) {
    transform: translateY(-3px);
}

header .main_pagewrapO a {
    border-radius: 0 10px 0 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-left: 3px solid transparent;
    padding: 8px 16px;
    position: relative;
    background: #ffffff;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    display: block;
    text-decoration: none;
}

header .main_pagewrapO a:hover::after {
    transform: scaleX(1);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.course_highlightsx {
    padding: 80px 0;
}.course_highlightsx .smart_classesH {
    display: block;
    min-height: auto;
}.course_highlightsx .pic_img_wrapr {
    position: relative;
    margin-bottom: 30px;
    height: 300px;
}.course_highlightsx .new_studyS {
    border-radius: 24px;
    padding: 40px 30px;
    transform: translateX(0);
    max-width: 100%;
}.course_highlightsx .new_studyS::before,
    .course_highlightsx .new_studyS::after {
    border-radius: 24px;
}
}



@media (min-width: 768px) {.plan_arrayO .member_plansG {
    grid-template-columns: repeat(2, 1fr);
}.plan_arrayO .access_plansG {
    margin-bottom: 60px;
}.plan_arrayO .fee_planP h3 {
    font-size: 23px;
}.plan_arrayO .study_ratesO {
    font-size: calc(23px + 2px);
}.plan_arrayO .fee_planP p {
    font-size: calc(18px - 1px);
}
}



@media (min-width: 992px) {.plan_arrayO .rate_plansj {
    flex-direction: row;
    align-items: center;
    gap: 50px;
}.plan_arrayO .access_plansG {
    text-align: left;
    flex: 0 0 30%;
    margin-bottom: 0;
}.plan_arrayO .access_plansG h2::after {
    transform: none;
    left: 0;
}.plan_arrayO .member_plansG {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}.plan_arrayO .fee_planP {
    padding: 35px;
}
}


@media only screen and (max-width: 800px) {.cookies_termsZ {
    display: none;
}.privacy_gateD {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_window_overlayt h5 {
    text-align: center;
}.cookie_window_overlayt p {
    text-align: center;
}.cookie_reviewu {
    margin-bottom: 20px;
}body .segment-wrapperr .edu_trackx {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (min-width: 768px) {.newsletterz {
    padding: 7rem 3rem;
}.newsletterz .smart_classesH {
    gap: 3rem;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 4rem;
}.newsletterz h4 {
    flex: 1;
    margin: 0;
}.newsletterz .input_holder {
    flex: 1;
    margin-left: 2rem;
}
}



@media (max-width: 767px) {.newsletterz {
    padding: 4rem 1.5rem;
}.newsletterz .smart_classesH {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateY(-1deg);
}.newsletterz h4 {
    max-width: 100%;
    font-size: calc(21px * 0.9);
}.newsletterz .input_holder {
    margin-top: 2rem;
}.newsletterz input[type="email"],
    .newsletterz .sub_scaleU {
    padding: 1rem 1.2rem;
}
}



@media (max-width: 576px) {.affiliate_ctaA {
    padding: 2.5rem 0 1rem;
}.affiliate_ctaA .nav_tutord {
    gap: 1rem;
}.affiliate_ctaA .header_prop {
    min-width: 100%;
    flex: 1 1 100%;
}.affiliate_ctaA .header_prop .nav_tutord a {
    padding: 0.4rem 0.8rem;
}.affiliate_ctaA .header_prop .nav_tutord a:hover {
    padding-left: 1.2rem;
}.chrome_extu {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.affiliate_ctaA .company_holder:hover,
    .affiliate_ctaA .header_prop:hover {
    transform: translateY(-2px);
}}



@media (max-width: 1200px) {.who_we_areu {
    padding: 100px 0;
}.who_we_areu .phrase_holderx {
    padding: 40px 50px;
    max-width: 95%;
}
}



@media (max-width: 992px) {.who_we_areu {
    padding: 80px 0;
}.who_we_areu .phrase_holderx {
    padding: 35px 40px;
    max-width: 100%;
}.who_we_areu p b {
    font-size: calc(15px * 1.4);
}
}



@media (max-width: 768px) {.who_we_areu {
    padding: 60px 0;
}.who_we_areu .phrase_holderx {
    padding: 30px;
    border-left-width: 3px;
}.who_we_areu h5 {
    font-size: calc(23px * 0.9);
}.who_we_areu p {
    font-size: 15px;
    margin-bottom: 20px;
}.who_we_areu p b {
    font-size: calc(15px * 1.3);
}.who_we_areu ol li {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}



@media (min-width: 992px) {.title_boardr {
    padding: 3rem 0;
}.title_boardr h1 {
    font-size: calc(36px * 1.5);
}.title_boardr .smart_classesH {
    gap: 5rem;
    padding: 0 5rem;
}.title_boardr .learn_welcomeh svg {
    width: 180px;
    height: 180px;
}.title_boardr .learn_welcomeh p {
    font-size: calc(18px * 1.4);
}.title_boardr .inquiry_feedbackt {
    font-size: calc(20px * 1.1);
    padding: 1.2rem 2.5rem;
}.title_boardr .pic_img_wrapr {
    height: 600px;
}
}



@media (min-width: 992px) {.training_specialistB {
    padding: 7rem 0;
}.training_specialistB .user_feedbackf {
    gap: 3rem 4rem;
    padding: 4rem;
    grid-template-columns: 320px 1fr;
}.training_specialistB .name {
    margin-bottom: 0.75rem;
    font-size: calc(24px * 1.1);
}.training_specialistB .user_feedbackf > div:nth-child(2) > div {
    margin-bottom: 1rem;
    font-size: 1.05rem;
}.training_specialistB .exp_listU {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 992px) {.client_opinionsd {
    padding: 5rem 1.5rem;
}.client_opinionsd .client_feedbackk {
    transform: perspective(1000px) rotateX(15deg);
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.client_opinionsd h4 {
    font-size: calc(33px * 0.9);
    margin-bottom: 4rem;
}.client_opinionsd .user_feedbackf:nth-child(2n+1) {
    transform: translateZ(10px) translateY(0);
}.client_opinionsd .user_feedbackf:nth-child(2n+2) {
    transform: translateZ(0) translateY(0);
}.client_opinionsd .user_feedbackf:nth-child(2n+1):hover {
    transform: translateZ(40px) translateY(-10px);
}.client_opinionsd .user_feedbackf:nth-child(2n+2):hover {
    transform: translateZ(30px) translateY(-10px);
}
}



@media (min-width: 992px) {.thanksCoreV .smart_classesH {
    padding: 80px 70px;
}.thanksCoreV h5 {
    font-size: calc(18px * 1.1);
}.thanksCoreV p {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 575px) {.thanksCoreV {
    padding: 60px 0 40px;
}.thanksCoreV .smart_classesH {
    padding: 30px 25px;
    border-left: 4px solid rgb(179,196,183);
}.thanksCoreV .smart_classesH > div:first-child {
    margin-bottom: 25px;
}.thanksCoreV h5 {
    font-size: calc(18px * 0.9);
}.thanksCoreV h5::before {
    left: -20px;
    font-size: calc(18px * 2);
}.thanksCoreV .smart_classesH > div:first-child::after {
    height: 2px;
    width: 60px;
}
}



@media (max-width: 480px) {header .first_teachw {
    padding: 10px;
    transform: none;
}header .first_teachw svg {
    height: 40px;
}header .first_teachw:hover {
    transform: translateY(-3px);
}
}



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



@keyframes borderPulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}



@keyframes buttonShine {
    0% {
        transform: rotate(30deg) translate(-100%, -100%);
    }
    100% {
        transform: rotate(30deg) translate(100%, 100%);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.06;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.05) rotate(2deg);
    }
}



@keyframes growAndRotate {
  from {
    transform: scale(0) rotate(-10deg);
  }
  to {
    transform: scale(1) rotate(0);
  }
}

