.container {
    max-width: 100%;
    margin: auto;
    width: 1205px;
}

.top_skilln {
    flex: 1 0 auto;
}

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

.affiliate_ctaA {
    flex: 0 0 auto;
}

.affiliate_ctaA {
    color: #ffffff;
    position: relative;
    padding: 4rem 0 2.5rem;
}

.course_highlightsx::after {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    filter: blur(50px);
    background: radial-gradient(
        circle at 30% 70%,
        rgb(130,155,144,0.5) 0%,
        transparent 50%
    );
    position: absolute;
    z-index: 1;
}

.course_highlightsx .pic_img_wrapr {
    transition: transform 0.7s ease-out, filter 0.7s ease;
    filter: saturate(1.2) contrast(1.1);
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    transform: scale(1.05);
    left: 0;
    height: 100%;
}

.course_highlightsx .new_studyS {
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    z-index: 4;
    max-width: 55%;
    padding: 50px;
    transform: translateX(-30px);
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 24px 0 0 24px;
    backdrop-filter: blur(10px);
}

.course_highlightsx .head_classi svg {
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    width: auto;
    height: 60px;
}

.course_highlightsx .head_classi::after {
    background: rgb(130,155,144);
    content: "";
    border-radius: 10px;
    width: 40px;
    bottom: -8px;
    height: 3px;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
}

.contact_sectionS {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
    background: rgb(225,219,212);
}

.contact_sectionS .pic_img_wrapr {
    filter: grayscale(0.7) hue-rotate(25deg);
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.15;
    top: 0;
    z-index: 0;
    width: 100%;
}

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

.contact_sectionS h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 39px;
    letter-spacing: 4px;
    position: relative;
    transform: skew(-5deg);
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 60px;
}

.contact_sectionS .connect_messageM::before {
    pointer-events: none;
    right: 20px;
    left: 20px;
    content: '';
    bottom: 20px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    border: 2px solid rgba(0, 0, 0, 0.05);
    top: 20px;
}

.contact_sectionS .connect_messageM input[type="text"],
.contact_sectionS .connect_messageM textarea {
    font-size: 16px;
    border-radius: 0;
    margin-bottom: 25px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    padding: 20px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    border: 2px solid rgb(179,196,183);
}

.contact_sectionS .connect_messageM .inquiry_listT input[type="checkbox"]:checked + label::before {
    background-color: rgb(179,196,183);
}

.contact_sectionS .connect_messageM .inquiry_listT a {
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(179,196,183);
    position: relative;
}

.contact_sectionS .connect_messageM .inquiry_listT a:hover {
    color: rgb(130,155,144);
}

.contact_sectionS .connect_messageM .inquiry_feedbackt {
    border: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding: 18px 40px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-weight: 700;
    transition: all 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: rgb(179,196,183);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact_sectionS .request_mapv h4 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact_sectionS .request_mapv .query_linksN li {
    display: flex;
    padding-bottom: 20px;
    position: relative;
    align-items: flex-start;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact_sectionS .request_mapv .query_linksN li:hover svg path {
    transition: fill 0.3s ease;
    fill: rgb(130,155,144);
}

.contact_sectionS .request_mapv .query_linksN li a:hover {
    color: rgb(179,196,183);
}

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

.plan_arrayO .access_plansG {
    margin-bottom: 50px;
    text-align: center;
    transition: transform 0.5s ease-out;
}

.plan_arrayO .access_plansG h2::after {
    left: 50%;
    content: "";
    width: 80px;
    background: rgb(179,196,183);
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
}

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

.plan_arrayO .fee_planP {
    position: relative;
    display: flex;
    white-space: normal;
    word-break: break-word;
    padding: 30px;
    z-index: 2;
    overflow-wrap: break-word;
    flex: 1;
    flex-direction: column;
}

.plan_arrayO .study_ratesO {
    font-size: calc(23px + 4px);
    font-weight: 700;
    display: inline-block;
    margin: 15px 0;
    color: rgb(179,196,183);
    position: relative;
}

.plan_arrayO .fee_planP p {
    font-size: 18px;
    margin-top: 15px;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    flex: 1;
}

.plan_arrayO .training_feesS:nth-child(odd) .member_feesv {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}

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

.cookie_window_overlayt {
    bottom: 0;
    border-top: 2px solid rgb(179,196,183);
    width: 100%;
    z-index: 90;
    background: rgb(225,219,212);
    position: fixed;
}

.cookie_window_overlayt p {
    font-size: 18px;
}

.cookies_termsZ svg, .cookies_termsZ svg path, .cookies_termsZ img {
    width: 100px;
    fill: rgb(179,196,183);
    height: 100px;
}


.segment-wrapperr .cookie_window_overlayt {
    border: none;
    box-shadow: rgb(179,196,183,0.5) 0px 0px 40px 39px;
    background: #ffffff;
}

.segment-wrapperr .cookies_termsZ {
    align-items: center;
    border-radius: 50%;
    width: 80px;
    justify-content: center;
    height: 80px;
    background:rgb(179,196,183);
    display: flex;
}

.future_attendeese::before {
    z-index: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 40px 40px;
    top: 0;
    background-image: linear-gradient(rgb(179,196,183,0.5) 1px, transparent 1px), 
                     linear-gradient(90deg, rgb(179,196,183,0.5) 1px, transparent 1px);
    content: "";
    position: absolute;
    opacity: 0.03;
}

.future_attendeese div p:hover::before {
    background: rgb(179,196,183);
    box-shadow: 0 5px 15px rgba(rgb(179,196,183), 0.3);
    transform: translateY(-50%) scale(1.1);
    color: #ffffff;
}

.future_attendeese div p:last-child::after {
    display: none;
}

.future_attendeese div p svg {
    top: 13px;
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease;
    height: 24px;
    left: 13px;
    opacity: 0;
    width: 24px;
}

.future_attendeese div p:hover {
    transform: translateX(5px);
    color: #000000;
}

.newsletterz::after {
    bottom: -2px;
    background: linear-gradient(90deg, rgb(179,196,183), rgb(130,155,144), rgb(179,196,183));
    content: "";
    transform-origin: left center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    animation: borderPulse 4s infinite ease-in-out;
}

.newsletterz .smart_classesH:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.newsletterz h4::after {
    bottom: -10px;
    left: 0;
    transform-origin: left center;
    content: "";
    height: 3px;
    width: 60px;
    position: absolute;
    transition: width 0.3s ease-out;
    background: rgb(179,196,183);
}

.newsletterz .input_holder span:first-child {
    flex: 1 1 350px;
}

.newsletterz input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-color: rgb(179,196,183);
}

.newsletterz .sub_scaleU {
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(179,196,183), rgb(130,155,144));
    border: none;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    padding: 1.25rem 1.5rem;
    font-family: Arial, sans-serif;
}

.affiliate_ctaA::before {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
    box-shadow: 0 0 20px rgb(179,196,183,0.5);
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(179,196,183), rgb(130,155,144), transparent);
    opacity: 0.8;
}

.affiliate_ctaA .container {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
    position: relative;
    justify-content: space-between;
}

.affiliate_ctaA .company_holder::before {
    position: absolute;
    width: 200%;
    transform: translateY(-1px);
    content: "";
    height: 1px;
    left: -50%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(179,196,183), transparent);
}

.affiliate_ctaA .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(179,196,183,0.5);
    transform: translateY(-5px);
}

.affiliate_ctaA .company_holder:hover h3::after {
    width: 100%;
}

.affiliate_ctaA .transcriptc {
    font-size: 18px;
    text-shadow: 0 0 10px #000000;
    line-height: 1.6;
    max-width: 100%;
    color: #ffffff;
    opacity: 0.85;
}

.affiliate_ctaA .header_prop {
    padding: 2rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    position: relative;
    border-radius: 14px;
    backdrop-filter: blur(8px);
    flex: 1 1 calc(50% - 1.25rem);
    overflow: hidden;
    min-width: 250px;
    transition: all 0.4s ease;
}

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

.affiliate_ctaA .header_prop .nav_tutord a::after {
    transition: all 0.3s ease;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    height: 100%;
    opacity: 0;
}

.chrome_extu {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 0;
    margin-top: 2rem;
}

.chrome_extu .footer_classesa:hover {
    text-shadow: 0 0 8px rgb(130,155,144,0.5);
    opacity: 1;
}

.operation_processX {
    background: linear-gradient(135deg, rgb(179,196,183,0.5) 0%, rgb(130,155,144,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    z-index: 1;
    position: relative;
}

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

.operation_processX .smart_classesH {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.operation_processX .smart_classesH > div:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.operation_processX h3::after {
    height: 3px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(179,196,183) 0%, rgb(130,155,144) 100%);
    left: 0;
    bottom: -10px;
    transition: width 0.3s ease-out;
    width: 60%;
    content: "";
    position: absolute;
}

.operation_processX p span::before {
    border-radius: 50%;
    background: rgb(130,155,144);
    content: "";
    top: 0.8rem;
    height: 0.5rem;
    position: absolute;
    opacity: 0;
    width: 0.5rem;
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    left: -1.5rem;
}

.who_we_areu .phrase_holderx:hover {
    transform: translateY(-10px);
}

.who_we_areu h5::after {
    position: absolute;
    content: "";
    width: 40px;
    transition: width 0.3s ease-in-out;
    bottom: -6px;
    left: 0;
    height: 2px;
    background: rgb(179,196,183);
}

.who_we_areu p {
    line-height: 1.5;
    margin: 0 0 25px;
    font-weight: 600;
    font-size: calc(15px * 1.2);
    color: #000000;
}

.who_we_areu .phrase_holderx:hover p b {
    transform: translateX(5px);
}

.who_we_areu .phrase_holderx:hover p b::before {
    width: 100%;
}

.who_we_areu ol {
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

.who_we_areu ol li::first-line {
    letter-spacing: 0.3px;
    font-weight: 600;
}

.who_we_areu:hover::after {
    opacity: 0.7;
    transform: rotate(-10deg) scale(1.1);
}

.title_boardr {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,219,212) 0%, #ffffff 100%);
    position: relative;
    min-height: 100vh;
    padding: 0;
}

.title_boardr h1 {
    position: relative;
    font-size: 36px;
    color: rgb(179,196,183);
    padding: 1rem;
    font-weight: 700;
    transform: translateY(20px);
    text-align: center;
    z-index: 10;
    animation: fadeSlideDown 0.8s ease-out 0.2s forwards;
    opacity: 0;
    margin: 2rem 0;
}

.title_boardr .phrase_holderx li {
    margin-bottom: 2rem;
}

.title_boardr .learn_welcomeh svg {
    width: 150px;
    margin-bottom: 1.5rem;
    height: 150px;
    animation: growAndRotate 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s forwards;
    transform: scale(0);
}

.title_boardr .learn_welcomeh svg text {
    fill: rgb(179,196,183);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

.title_boardr .inquiry_feedbackt {
    overflow: hidden;
    z-index: 1;
    position: relative;
    font-weight: 600;
    display: inline-block;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.05);
    animation: popIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1s forwards;
    border: none;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(179,196,183) 0%, rgb(130,155,144) 100%);
    padding: 1rem 2rem;
    transform: scale(0.9);
    opacity: 0;
}

.title_boardr .pic_img_wrapr::after {
    bottom: 10px;
    left: 10px;
    border: 2px solid rgb(255, 255, 255, 0.5);
    border-radius: calc(12px - 10px);
    position: absolute;
    z-index: 2;
    top: 10px;
    content: "";
    right: 10px;
}

.training_specialistB::after {
    opacity: 0.05;
    border-radius: 50% 60% 70% 40%;
    position: absolute;
    z-index: 0;
    right: -5%;
    bottom: -10%;
    filter: blur(40px);
    height: 40%;
    background: rgb(179,196,183);
    content: "";
    width: 40%;
}

.training_specialistB .user_feedbackf > div:first-child {
    order: 1;
    position: relative;
}

.training_specialistB .user_feedbackf > div:last-child {
    order: 3;
    position: relative;
}

.training_specialistB .user_feedbackf:hover .pic_img_wrapr {
    transform: translateY(-5px) scale(1.02);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.training_specialistB .name {
    font-weight: 700;
    color: rgb(179,196,183);
    font-size: 24px;
    transform: translateX(0);
    transition: transform 0.4s ease-out;
    margin: 0 0 0.5rem;
    position: relative;
}

.training_specialistB .user_feedbackf > div:nth-child(2) > div {
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    opacity: 0.85;
    transform: translateY(0);
    color: rgb(130,155,144);
}

.training_specialistB .user_feedbackf:hover .exp_listU::before {
    transform: rotate(5deg) translateY(-10px);
}

.client_opinionsd {
    background: rgb(225,219,212);
    position: relative;
    overflow: hidden;
    padding: 7rem 2rem;
    perspective: 1200px;
}

.client_opinionsd h4 {
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    color: #000000;
    font-size: 33px;
    margin-bottom: 5rem;
    font-weight: 700;
    transform: perspective(800px) rotateX(10deg);
}

.client_opinionsd h4::after {
    width: 100px;
    background: rgb(130,155,144);
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    height: 1px;
    content: "";
}

.client_opinionsd .user_feedbackf {
    transform: translateZ(0) translateY(0);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        20px 20px 0 -5px rgb(225,219,212),
        20px 20px 0 0px rgb(179,196,183,0.5);
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    position: relative;
    border-radius: 20px;
    background: #ffffff;
    padding: 2.5rem;
}

.client_opinionsd .user_feedbackf:hover::before {
    opacity: 0.1;
}

.client_opinionsd .user_feedbackf:hover::after {
    transform: scaleY(1);
}

.client_opinionsd .user_feedbackf .pic_img_wrapr {
    height: 90px;
    border-radius: 20px;
    transform: translateZ(30px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    width: 90px;
    overflow: hidden;
    transition: all 0.4s ease;
    margin: 0 auto 1.5rem;
    border: 3px solid #ffffff;
}

.client_opinionsd .user_feedbackf:hover span {
    transform: translateZ(35px);
    color: rgb(179,196,183);
}

.client_opinionsd .user_feedbackf p {
    transform: translateZ(10px);
    line-height: 1.7;
    transition: all 0.4s ease;
    color: #000000;
    font-size: 15px;
    text-align: center;
}

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

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

.privacy_moduleo h1, .privacy_moduleo h2 {
    background: linear-gradient(90deg, rgb(179,196,183), rgb(130,155,144));
    border-radius: 10px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    padding: 10px;
}

.privacy_moduleo h1 {
    letter-spacing: 1.5px;
    font-size: 42px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.privacy_moduleo p, .privacy_moduleo span, .privacy_moduleo div {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.8;
    color: #000000;
}

.thanksCoreV::after {
    top: -50px;
    border: 2px solid rgb(179,196,183,0.5);
    animation: float 18s infinite ease-in-out;
    opacity: 0.2;
    content: "";
    position: absolute;
    width: 200px;
    right: -50px;
    height: 200px;
    transform: rotate(15deg);
}

.thanksCoreV .smart_classesH:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.thanksCoreV .smart_classesH:hover::before {
    transform: scale(1);
    opacity: 0.3;
}

.thanksCoreV .smart_classesH > div:first-child {
    position: relative;
    margin-bottom: 30px;
}

.thanksCoreV .smart_classesH > div:first-child::after {
    height: 3px;
    content: "";
    left: 0;
    width: 80px;
    background: rgb(179,196,183);
    transform: scaleX(0.7);
    bottom: -15px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
    position: absolute;
}

.thanksCoreV a::after {
    bottom: 0;
    background-color: rgb(179,196,183);
    content: "";
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    left: 0;
    height: 1px;
    transform: scaleX(0);
    width: 100%;
    transform-origin: right center;
}

header .nav_mainbarN::after {
    transform: rotate(-2deg);
    width: 150%;
    height: 100px;
    left: -25%;
    z-index: -2;
    content: "";
    opacity: 0.1;
    top: -50px;
    background: rgb(179,196,183);
    position: absolute;
}

header .head_classi {
    z-index: 2;
    position: relative;
}

header .first_teachw::before {
    content: "";
    opacity: 0;
    border: 2px dashed rgb(179,196,183,0.5);
    border-radius: 10px;
    right: -5px;
    position: absolute;
    left: -5px;
    top: -5px;
    transition: all 0.3s ease;
    bottom: -5px;
}

header .header_prop::before {
    background: linear-gradient(90deg, transparent, rgb(130,155,144,0.5) 100%);
    position: absolute;
    opacity: 0.15;
    z-index: -1;
    right: 0;
    border-radius: 0 26px 26px 0;
    top: 0;
    content: "";
    transition: width 0.3s ease;
    width: 85%;
    bottom: 0;
}

header .main_pagewrapO a::after {
    left: 0;
    transform-origin: left;
    width: 100%;
    height: 2px;
    transition: transform 0.3s ease 0.1s;
    content: "";
    background: linear-gradient(90deg, rgb(179,196,183) 0%, rgb(130,155,144) 100%);
    position: absolute;
    transform: scaleX(0);
    bottom: 0;
}

header .main_pagewrapO a:hover::before {
    transform: scaleY(1);
}


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



@media (max-width: 768px) {.course_highlightsx {
    padding: 60px 0;
}.course_highlightsx .pic_img_wrapr {
    height: 250px;
}.course_highlightsx .new_studyS {
    padding: 30px 25px;
}.course_highlightsx h3 {
    font-size: calc(30px * 0.9);
}.course_highlightsx p {
    font-size: calc(15px * 0.95);
}.course_highlightsx .head_classi svg {
    height: 50px;
}}



@media (max-width: 768px) {.contact_sectionS {
    padding: 50px 0;
}.contact_sectionS h3 {
    letter-spacing: 2px;
    font-size: calc(38px);
    margin-bottom: 40px;
}.contact_sectionS .connect_messageM h3,
    .contact_sectionS .request_mapv h4 {
    margin-bottom: 30px;
    font-size: calc(22px - 2px);
}.contact_sectionS .connect_messageM input[type="text"],
    .contact_sectionS .connect_messageM textarea {
    margin-bottom: 20px;
    padding: 15px;
}.contact_sectionS .connect_messageM textarea {
    height: 120px;
}.contact_sectionS .connect_messageM .inquiry_feedbackt {
    padding: 15px 30px;
}.contact_sectionS .request_mapv .query_linksN li {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.contact_sectionS .request_mapv .query_linksN li svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}
}



@media (min-width: 1200px) {.plan_arrayO .member_plansG {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan_arrayO .member_feesv {
    min-height: 500px;
}.plan_arrayO .pic_img_wrapr {
    height: 220px;
}.plan_arrayO .fee_planP h3 {
    font-size: calc(23px + 2px);
}.plan_arrayO .study_ratesO {
    font-size: calc(23px + 6px);
}}



@media (max-width: 767px) {.future_attendeese {
    padding: 80px 0;
}.future_attendeese h4 {
    margin-bottom: 40px;
    font-size: calc(37px - 4px);
}.future_attendeese div {
    gap: 20px;
}.future_attendeese div p {
    padding-left: 60px;
}.future_attendeese div p::before {
    height: 45px;
    width: 45px;
}.future_attendeese div p::after {
    left: 22px;
    top: 67px;
}.future_attendeese div p svg {
    height: 21px;
    left: 12px;
    width: 21px;
    top: 12px;
}
}



@media (max-width: 480px) {.newsletterz {
    padding: 3rem 1rem;
}.newsletterz .smart_classesH {
    padding: 2rem 1.5rem;
}.newsletterz h4 {
    font-size: calc(21px * 0.85);
}.newsletterz input[type="email"],
    .newsletterz .sub_scaleU {
    padding: 0.9rem 1rem;
}.newsletterz .input_holder span {
    flex: 1 1 100%;
}}



@media (max-width: 992px) {.affiliate_ctaA {
    padding: 3.5rem 0 2rem;
}.affiliate_ctaA .container {
    gap: 2rem;
    flex-direction: column;
}.affiliate_ctaA .company_holder,
    .affiliate_ctaA .equity_infot {
    min-width: 100%;
    flex: 1 1 100%;
}.affiliate_ctaA .header_prop {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}



@media (max-width: 991px) {.operation_processX {
    padding: 5rem 0;
}.operation_processX .smart_classesH > div {
    max-width: 100%;
    padding: 2.5rem 2rem;
}.operation_processX h3 {
    font-size: calc(33px * 0.75);
}
}



@media (max-width: 480px) {.operation_processX {
    padding: 3rem 0;
}.operation_processX .smart_classesH > div {
    padding: 1.5rem 1.2rem;
}.operation_processX h3 {
    font-size: calc(33px * 0.65);
    margin-bottom: 1rem;
}.operation_processX p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.operation_processX h3::after {
    height: 2px;
}.operation_processX p span::before {
    display: none;
}}



@media (min-width: 768px) {.title_boardr h1 {
    margin: 3rem 0;
    font-size: calc(36px * 1.2);
}.title_boardr .smart_classesH {
    padding: 0 3rem;
    flex-direction: row;
    align-items: center;
    gap: 3rem;
}.title_boardr .phrase_holderx {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    flex: 1;
}.title_boardr .learn_welcomeh {
    text-align: left;
    align-items: flex-start;
}.title_boardr .learn_welcomeh p::after {
    left: 0;
    transform: none;
}.title_boardr .pic_img_wrapr {
    margin-top: 0;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    flex: 1;
    height: 500px;
}
}



@media (max-width: 767px) {.title_boardr .learn_welcomeh svg {
    width: 120px;
    height: 120px;
}.title_boardr .learn_welcomeh p {
    font-size: 18px;
}.title_boardr .inquiry_feedbackt {
    text-align: center;
    width: 100%;
}}



@media (max-width: 767px) {.training_specialistB {
    padding: 4rem 0;
}.training_specialistB .user_feedbackf {
    padding: 2rem;
}.training_specialistB .pic_img_wrapr {
    height: 250px;
    margin-bottom: 1rem;
}.training_specialistB .name {
    text-align: center;
    margin-bottom: 0.5rem;
}.training_specialistB .user_feedbackf > div:nth-child(2) > div {
    text-align: center;
    margin-bottom: 1.5rem;
}.training_specialistB .exp_listU {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.training_specialistB .exp_listU::before {
    left: 50%;
    transform: translateX(-50%);
    top: -1.5rem;
}.training_specialistB .user_feedbackf:hover .name {
    transform: translateX(0);
}.training_specialistB .name::before {
    transform: translateX(-50%);
    left: 50%;
}.training_specialistB .user_feedbackf:hover .name::before {
    width: 50px;
}}



@media only screen and (max-width: 800px) {.privacy_moduleo {
    padding: 20px;
}.privacy_moduleo h1 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: calc(20px - 5px);
}.privacy_moduleo h2 {
    margin-top: 20px;
    font-size: calc(20px - 3px);
    margin-bottom: 10px;
}.privacy_moduleo ul, .privacy_moduleo ol {
    padding: 0;
    margin: 10px 0;
}.privacy_moduleo li {
    font-size: calc(13px - 1px);
    margin-bottom: 10px;
}.privacy_moduleo p, .privacy_moduleo span, .privacy_moduleo div {
    margin-bottom: 8px;
    font-size: calc(13px - 1px);
}}



@media (prefers-reduced-motion: reduce) {.thanksCoreV .smart_classesH,
    .thanksCoreV .smart_classesH::before,
    .thanksCoreV .smart_classesH > div:first-child::after,
    .thanksCoreV a::after {
    transition: none;
}.thanksCoreV::after {
    animation: none;
}}



@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .header_prop {
    width: 100%;
    flex-direction: column;
}header .main_pagewrapO {
    margin: 3px 0;
    transform: none !important;
    width: 100%;
}header .main_pagewrapO a {
    border-left: none;
    border-radius: 10px;
    border-bottom: 3px solid transparent;
    text-align: center;
}header .main_pagewrapO a:hover {
    border-left-color: transparent;
    transform: translateY(-3px);
    border-bottom-color: rgb(179,196,183);
}header .main_pagewrapO a::before {
    height: 5px;
    left: 0;
    width: 100%;
    bottom: 0;
    transform: scaleX(0);
    top: auto;
    right: auto;
}header .main_pagewrapO a:hover::before {
    transform: scaleX(1);
}
}



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



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



@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

