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

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

svg {
    height: 30px;
    width: 30px;
}


.customer_opinions2 {
    background: linear-gradient(90deg, rgb(227,233,225) 0%, rgb(194,208,191,0.5) 30%, rgb(227,233,225) 100%);
    padding: 8rem 2rem;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
}

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

.customer_opinions2 h2 {
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 4rem;
    perspective: 1000px;
    font-size: calc(32px * 1.4);
    font-weight: 700;
}

.customer_opinions2 .feedback_slider6 {
    scroll-snap-align: center;
    position: relative;
    flex-direction: column;
    padding: 2rem;
    transform: rotateY(10deg) translateZ(0);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    border-radius: 21px;
    align-items: center;
    transform-origin: left center;
    flex: 0 0 300px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
}

.customer_opinions2 .feedback_slider6:hover img {
    transform: translateY(-40px) scale(1.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.customer_opinions2 .feedback_slider6 .description {
    margin-top: 1rem;
    transition: all 0.3s ease;
    position: relative;
    transform: translateY(0);
    line-height: 1.6;
    font-size: 12px;
    z-index: 1;
    opacity: 0.9;
    text-align: center;
    color: #000000;
    font-weight: 400;
}

.customer_opinions2 .feedback_slider6:nth-child(3n+1):hover::after {
    opacity: 0.7;
    width: 70px;
    height: 70px;
}

.customer_opinions2 .feedback_slider6:nth-child(3n+2):hover::after {
    width: 60px;
    height: 60px;
    opacity: 0.6;
}

.course_benefitsk::before {
    transform: rotate(-15deg);
    content: "";
    top: -50%;
    z-index: 0;
    left: -50%;
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(194,208,191,0.5), 0.08) 0%, transparent 50%);
}

.course_benefitsk .pic_hoverl:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
}

.course_benefitsk .text_innerI {
    opacity: 0;
    transform: translateX(-20px);
    padding: 30px 0;
    position: relative;
    animation: slide-in 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.course_benefitsk ul {
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 20px;
}

.course_benefitsk li:nth-child(1) {
    --i: 1;
}

.course_benefitsk li:nth-child(2) {
    --i: 2;
}

.course_benefitsk li:nth-child(3) {
    --i: 3;
}

.course_benefitsk li:nth-child(4) {
    --i: 4;
}

.course_benefitsk li:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border-left-width: 5px;
}

.course_benefitsk li:hover svg {
    transform: rotate(0deg) scale(1.1);
}

.course_benefitsk li:hover svg path {
    fill: rgb(155,173,152);
}

.our_storyX::after {
    z-index: 1;
    opacity: 0.6;
    content: "";
    height: 50%;
    position: absolute;
    transform: rotate(10deg);
    width: 60%;
    bottom: -5%;
    left: -10%;
    background: linear-gradient(240deg, rgb(155,173,152,0.5) 0%, transparent 80%);
}

.our_storyX h1::after {
    width: 6rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(1);
    height: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(194,208,191) 0%, rgb(155,173,152) 100%);
    content: "";
}

.our_storyX .proof_statso:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.our_storyX .proof_statso:hover::before {
    height: 100%;
}

.our_storyX .proof_statso h4 {
    transform: translateX(0);
    color: rgb(194,208,191);
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.2);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 600;
    padding-bottom: 0.75rem;
}

.contact_informationI {
    padding: 100px 0;
    background: rgb(227,233,225);
    position: relative;
    overflow: hidden;
}

.contact_informationI .pic_hoverl::after {
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(227,233,225) 100%);
}

.contact_informationI .support_sectioni {
    flex: 2;
    padding: 60px 50px;
    position: relative;
}

.contact_informationI form h3 {
    text-transform: none;
    text-align: left;
    margin-bottom: 30px;
    text-shadow: none;
    color: #000000;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 700;
}

.contact_informationI input[type="text"]:focus,
.contact_informationI textarea:focus {
    outline: none;
    border-color: rgb(194,208,191);
}

.contact_informationI .query_mapz input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_informationI .query_mapz input[type="checkbox"]:checked + label::before {
    border-color: rgb(194,208,191);
    background: rgb(194,208,191);
}

.contact_informationI .query_mapz a {
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(194,208,191);
}

.contact_informationI .help_sectionk:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background: #000000;
}

.contact_informationI .support_blockc::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
}

.contact_informationI .inquiry_queryy {
    padding: 0;
    list-style: none;
    margin: 0;
}

.contact_informationI .inquiry_queryy li {
    margin-bottom: 30px;
    align-items: center;
    transition: transform 0.3s ease;
    display: flex;
}

.contact_informationI .inquiry_queryy li:hover svg {
    transform: scale(1.2);
}

.contact_informationI .inquiry_queryy a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.gratitudeWebr {
    padding: 120px 0 100px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,233,225) 0%, rgb(194,208,191,0.5) 100%);
    position: relative;
}

.gratitudeWebr .container {
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
    transform-style: preserve-3d;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}

.gratitudeWebr h2::after {
    width: 80px;
    transform-origin: left;
    bottom: -15px;
    content: "";
    position: absolute;
    height: 4px;
    left: 0;
    transform: scaleX(0);
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgb(194,208,191), rgb(155,173,152));
}

.gratitudeWebr .study_tracksS::after {
    z-index: 0;
    opacity: 0;
    width: 300%;
    pointer-events: none;
    content: "";
    left: -100%;
    transform: scale(0.8);
    transition: opacity 1.5s ease, transform 1.5s ease;
    top: -100%;
    position: absolute;
    height: 300%;
    background: radial-gradient(circle, rgb(194,208,191,0.5) 0%, transparent 70%);
}

.gratitudeWebr .study_tracksS:hover {
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
}

.data_explorationD::before {
    width: 100%;
    content: "";
    background: repeating-radial-gradient(
    circle at 10% 20%,
    rgb(194,208,191,0.5) 0%,
    transparent 40%,
    rgb(155,173,152,0.5) 80%
  );
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    height: 100%;
    top: 0;
}

.data_explorationD .statistics_supportB {
    color: #ffffff;
    opacity: 0.8;
    margin: 0 auto;
    line-height: 1.8;
    max-width: 800px;
    font-size: 16px;
}

.data_explorationD .fast_gainW {
    display: flex;
    min-width: 200px;
    position: relative;
    flex: 1;
    flex-direction: column;
    padding: 30px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 300px;
    transition: all 0.4s ease;
    max-width: 300px;
}



.data_explorationD .fast_gainW {
    opacity: 0;
    animation: floatIn 0.5s ease forwards;
}

.data_explorationD .fast_gainW:nth-child(3n)::after {
    bottom: 0;
    transition: width 0.6s ease;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    width: 0;
    top: auto;
}

.data_explorationD .fast_gainW:nth-child(2n) h4 {
    color: rgb(155,173,152);
}

.data_explorationD .fast_gainW:hover span {
    transform: translateY(5px);
}

.data_explorationD .fast_gainW:nth-child(even) {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.data_explorationD svg path {
    transition: fill 0.3s ease;
    fill: rgb(194,208,191);
}

.data_explorationD .growth_track6::before {
    width: 0;
    position: absolute;
    z-index: 3;
    content: "";
    height: 0;
    pointer-events: none;
}

.data_explorationD::after {
    z-index: -1;
    left: 0;
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    pointer-events: none;
    height: 0;
}

.take_a_spinD::before {
    top: -150px;
    z-index: 1;
    right: -150px;
    border-radius: 50%;
    position: absolute;
    border: 30px solid rgb(194,208,191,0.5);
    opacity: 0.1;
    content: '';
    height: 300px;
    width: 300px;
}

.take_a_spinD .container {
    padding: 60px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    position: relative;
    max-width: 900px;
    z-index: 2;
}

.take_a_spinD .container p {
    z-index: 5;
    margin: 0 0 40px 0;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    text-align: center;
    color: #000000;
    font-size: 29px;
}

.take_a_spinD .help_sectionk:hover {
    color: #ffffff;
}

.take_a_spinD .help_sectionk:hover::before {
    transform: scaleX(1);
}

.take_a_spinD .study_tracksS::before {
    width: 94%;
    border: 1px dashed rgb(194,208,191,0.5);
    content: '';
    height: 94%;
    left: 3%;
    top: 3%;
    position: absolute;
    z-index: 1;
}

.title_boardr::before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(155,173,152,0.5) 0%, transparent 60%);
    height: 100%;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.title_boardr .intro_headH > div:first-child {
    opacity: 0;
    transform: translateY(2rem);
    position: relative;
    animation: slideUpFade 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 3;
}

.title_boardr .achieve_statsk {
    z-index: 3;
    animation: slideUpFade 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(3rem);
    opacity: 0;
    position: relative;
}

.title_boardr .achieve_statsk > div:hover {
    transform: translateY(-10px);
}

.title_boardr .achieve_statsk > div::after {
    top: 0;
    position: absolute;
    left: 0;
    background: rgb(155,173,152);
    mix-blend-mode: overlay;
    content: "";
    z-index: 2;
    height: 100%;
    opacity: 0.2;
    width: 100%;
}

.title_boardr .achieve_statsk h1.title_style_header {
    font-size: 42px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 0 2rem 2.5rem;
    z-index: 3;
    line-height: 1.2;
}

.title_boardr .achieve_statsk > div > div > div {
    position: relative;
    display: inline-block;
}

#cookie_box_banner7 {
    display: none;
}

#cookie_box_banner7:checked ~ .cookie_notice_windoww {
    visibility: hidden;
    opacity: 0;
}

.cookie_notice_windoww .container {
    gap: 1rem;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    flex-wrap: wrap;
    position: relative;
    max-width: 1140px;
    display: flex;
}

.cookie_updatesZ h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: rgb(194,208,191);
}

.cookie_button.cookie_window8 {
    margin-left: 0.5rem;
    background: #000000;
}

.cookie_button.cookie_window8:hover {
    background: rgb(194,208,191);
}

.cookie_notice_windoww p a:hover {
    color: #000000;
}


.instructor_historyS {
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(227,233,225) 0%, rgb(194,208,191,0.5) 100%);
}

.instructor_historyS .pic_hoverl {
    box-shadow: 15px 15px 0 rgb(194,208,191,0.5);
    border-radius: 11px;
    height: 350px;
    transition: all 0.5s ease;
    transform: rotate(-5deg);
    width: 280px;
}

.instructor_historyS .job_blockz:hover {
    transform: rotate(0deg) translateY(-20px);
}

.instructor_historyS .job_blockz:hover::after {
    opacity: 0.8;
    width: 95%;
}

.instructor_historyS .job_blockz > div:nth-child(2) {
    margin-bottom: 1.5rem;
    color: rgb(155,173,152);
    transform: translateX(-10px);
    font-size: 17px;
    font-weight: 600;
}

.program_overviewD {
    background: linear-gradient(135deg, rgb(227,233,225) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

.program_overviewD::after {
    z-index: 1;
    content: "";
    height: 50%;
    background: linear-gradient(215deg, rgb(155,173,152,0.5) 10%, rgb(194,208,191,0.5) 90%);
    bottom: -5%;
    transform: rotate(10deg) skewX(10deg);
    filter: blur(15px);
    width: 25%;
    animation: float 18s infinite alternate-reverse ease-in-out;
    position: absolute;
    left: -5%;
    opacity: 0.05;
}

.program_overviewD .pic_hoverl::after {
    height: 100%;
    position: absolute;
    transform: skewX(-25deg);
    width: 50%;
    left: -100%;
    animation: shine 10s infinite;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    z-index: 3;
}

.program_overviewD p.description {
    max-height: 300px;
    position: relative;
    font-size: 18px;
    line-height: 1.7;
    display: block;
    color: #000000;
    overflow-y: auto;
    margin-bottom: 2rem;
    padding-right: 1rem;
}

.program_overviewD span.description {
    display: none;
}

.plan_chooserk {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

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

.plan_chooserk .discount_tierX {
    position: relative;
}

.plan_chooserk .pricing_tiersg {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
}

.plan_chooserk .pricing_tiersg li {
    transform-style: preserve-3d;
    perspective: 1000px;
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s calc(0.6s + var(--i, 0) * 0.15s) forwards ease-out;
    opacity: 0;
}

.plan_chooserk .discount_gridd {
    display: flex;
    padding: 30px;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    transition: all 0.4s ease;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.plan_chooserk .discount_plank h4 {
    font-weight: 600;
    margin-top: 0;
    position: relative;
    font-size: calc(21px * 1.1);
    margin-bottom: 15px;
    color: #ffffff;
}

.plan_chooserk .discount_plank p {
    overflow-wrap: break-word;
    scrollbar-color: rgba(rgb(194,208,191,0.5), 0.5) rgba(255, 255, 255, 0.05);
    scrollbar-width: thin;
    font-size: calc(12px * 0.95);
    overflow-y: auto;
    margin-bottom: 25px;
    line-height: 1.6;
    padding-right: 5px;
    word-break: break-word;
    flex-grow: 1;
    max-height: 250px;
    color: rgba(255, 255, 255, 0.75);
}

.privacy_haveno {
    position: relative;
    background: linear-gradient(135deg, rgb(227,233,225) 0%, rgba(245, 248, 250, 0.9) 100%);
    padding: 5rem 0;
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.privacy_haveno {
    padding: 2rem 0;
}

.privacy_haveno .container {
    z-index: 2;
    max-width: 1140px;
    border-left: 4px solid rgb(194,208,191);
    margin: 0 auto;
    backdrop-filter: blur(5px);
    transform: perspective(1000px) rotateY(0.5deg);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07);
    padding: 0 2rem;
    transform-origin: left center;
    position: relative;
    background: rgba(#ffffff, 0.95);
}

.privacy_haveno .container {
    border-left-width: 3px;
    padding: 1.25rem;
}

.privacy_haveno h3 {
    color: #000000;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding-bottom: 0.75rem;
    margin: 2rem 0 1.25rem;
    font-weight: 600;
    font-size: calc(31px * 0.85);
}

.privacy_haveno p strong {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}

.privacy_haveno ul {
    padding-left: 1.25rem;
    list-style-type: none;
    margin: 1.5rem 0 2rem 0;
}

.privacy_haveno li::before {
    transform: rotate(45deg);
    border: 2px solid rgb(194,208,191);
    position: absolute;
    left: 0;
    height: 0.75rem;
    width: 0.75rem;
    content: '';
    opacity: 0.8;
    top: 0.5rem;
}

.footnote_refP::after {
    position: absolute;
    content: '';
    right: 0;
    animation: glowLine 3s infinite alternate;
    left: 0;
    z-index: 2;
    height: 3px;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(194,208,191), transparent);
}



.footnote_refP .info_item {
    transition: transform 0.3s ease;
    flex: 1;
    max-width: 300px;
    text-align: center;
    min-width: 200px;
}

.footnote_refP .info_item:hover {
    transform: translateY(-5px);
}

.footnote_refP .info_item p, 
.footnote_refP .info_item a {
    gap: 0.5rem;
    color: #ffffff;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    padding: 0.75rem;
    font-size: calc(18px - 2px);
    align-items: center;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    text-decoration: none;
}

.footnote_refP .main_knowg {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}

.footnote_refP .main_knowg h5::after {
    bottom: 0;
    content: '';
    position: absolute;
    background: rgb(155,173,152);
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    width: 40px;
}

.footnote_refP .nav_sitebar5 a:hover {
    transform: translateX(5px);
    color: rgb(194,208,191);
    opacity: 1;
}

.footnote_refP .subscribe_holder {
    flex-direction: column;
    display: flex;
    padding: 1.5rem;
    gap: 1.25rem;
    border-radius: 17px;
    border: 1px solid rgb(155,173,152,0.5);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    overflow: hidden;
    position: relative;
}

.footnote_refP .input_holder {
    position: relative;
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}

.footnote_refP .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #ffffff;
}

.footnote_refP .sub_discountsZ {
    width: 100%;
    border: none;
    overflow: hidden;
    padding: 0.875rem 1.5rem;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    background: rgb(194,208,191);
    border-radius: 10px;
    color: #ffffff;
}

.footnote_refP .brainstormT::before {
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(155,173,152,0.5), transparent);
    left: 0;
    top: -1px;
    height: 1px;
}

header .main_based::before,
header .main_based::after {
    width: 30%;
    background: linear-gradient(to right, rgb(194,208,191), transparent);
    position: absolute;
    content: "";
    height: 2px;
}

header .main_based::before {
    top: 10px;
    left: 0;
}

header .main_based .head_mentorm::before {
    left: -20%;
    transition: transform 0.5s ease-in-out;
    width: 140%;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    z-index: -1;
    position: absolute;
    opacity: 0.05;
    top: -20%;
    height: 140%;
    background: rgb(194,208,191,0.5);
    content: "";
}

header .main_based .main_knowg .top_mainbara {
    position: relative;
    margin: 0 8px;
}

header .main_based .main_knowg .top_mainbara a {
    padding: 10px 15px;
    position: relative;
    transition: all 0.4s ease;
    display: block;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

header .main_based .main_knowg .top_mainbara:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}

.education_frameworky {
    background: linear-gradient(135deg, rgb(227,233,225) 0%, rgb(194,208,191,0.5) 100%);
    overflow: hidden;
    padding: 8rem 2rem;
    position: relative;
}

.education_frameworky .study_tracksS {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    max-width: 900px;
    gap: 3rem;
}

.education_frameworky h3::before {
    z-index: -1;
    opacity: 0.6;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px dashed rgb(194,208,191,0.5);
    content: "";
    position: absolute;
    border-radius: calc(17px - 4px);
}

.education_frameworky span {
    opacity: 0;
    color: #000000;
    line-height: 1.8;
    transform: rotate(1deg);
    padding: 2rem;
    animation: paperCut 1s 0.3s ease-out forwards;
    background: #ffffff;
    border-radius: 17px;
    font-size: 17px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    position: relative;
}


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



@media (max-width: 768px) {.customer_opinions2 {
    padding: 5rem 1rem;
}.customer_opinions2::before {
    display: none;
}.customer_opinions2 h2 {
    font-size: 32px;
    margin-bottom: 2.5rem;
}.customer_opinions2 .feedback_panelT {
    padding: 2rem 0;
    gap: 2rem;
}.customer_opinions2 .feedback_slider6 {
    padding: 1.5rem;
    flex: 0 0 240px;
    transform: rotateY(5deg) translateZ(0) !important;
}.customer_opinions2 .feedback_slider6:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.03) !important;
}.customer_opinions2 .feedback_slider6 img {
    height: 90px;
    width: 90px;
    transform: translateY(-25px);
}.customer_opinions2 .feedback_slider6:hover img {
    transform: translateY(-30px) scale(1.05);
}.customer_opinions2 .feedback_slider6 p {
    font-size: calc(12px * 1.1);
}.customer_opinions2 .feedback_slider6 .description {
    font-size: calc(12px * 0.9);
}
}



@media (max-width: 768px) {.course_benefitsk {
    padding: 70px 0;
}.course_benefitsk .pic_hoverl {
    max-height: 320px;
    box-shadow: 10px 10px 0 rgba(rgb(194,208,191,0.5), 0.2);
}.course_benefitsk h1 {
    font-size: calc(47px * 0.8);
    margin-bottom: 25px;
}.course_benefitsk li {
    padding: 15px;
}.course_benefitsk li p {
    gap: 8px;
    font-size: calc(14px * 0.95);
}.course_benefitsk svg {
    width: 18px;
    height: 18px;
}
}



@media (min-width: 1200px) {.our_storyX {
    padding: 8rem 0;
}.our_storyX .container {
    padding: 0 2rem;
}.our_storyX .who_mentors9 ul {
    gap: 3rem;
}.our_storyX .proof_statso {
    padding: 3rem;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}.our_storyX .proof_statso:first-child:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.our_storyX .proof_statso:last-child:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-5px);
}.our_storyX .proof_statso h4 {
    font-size: calc(22px * 1.4);
}
}



@media (max-width: 768px) {.contact_informationI {
    padding: 80px 0;
}.contact_informationI .pic_hoverl {
    height: 25%;
}.contact_informationI h3 {
    font-size: calc(44px * 0.8);
    margin-bottom: 40px;
}.contact_informationI .support_sectioni,
    .contact_informationI .support_blockc {
    padding: 30px;
}.contact_informationI form h3,
    .contact_informationI .support_blockc h4 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.contact_informationI .help_sectionk {
    padding: 14px 30px;
}
}



@media screen and (max-width: 576px) {.gratitudeWebr {
    padding: 50px 0 40px;
}.gratitudeWebr h2 {
    font-size: calc(34px - 8px);
    margin-bottom: 25px;
}.gratitudeWebr .study_tracksS {
    padding: 25px 20px;
}.gratitudeWebr li {
    padding-left: 22px;
}.gratitudeWebr li span {
    line-height: 1.6;
    font-size: calc(14px - 1px);
}.gratitudeWebr li::before {
    width: 7px;
    height: 7px;
    top: 10px;
}
}



@media (max-width: 768px) {.data_explorationD {
    padding: 60px 0;
}.data_explorationD .statistics_gaina {
    font-size: calc(30px * 1.2);
}.data_explorationD .growth_track6 {
    grid-template-columns: 1fr;
}.data_explorationD .fast_gainW {
    height: 200px;
}.data_explorationD .fast_gainW h4 {
    font-size: calc(30px * 1.5);
}
}



@media (max-width: 767px) {.take_a_spinD {
    padding: 90px 0;
}.take_a_spinD .container {
    padding: 40px;
}.take_a_spinD .container p {
    margin-bottom: 30px;
    font-size: 20px;
}.take_a_spinD .container::before,
    .take_a_spinD .container::after {
    height: 60px;
    width: 60px;
}.take_a_spinD .help_sectionk {
    line-height: 50px;
    height: 50px;
    width: 180px;
}
}



@media (min-width: 1200px) {.title_boardr {
    padding: 4rem;
}.title_boardr .intro_headH {
    gap: 6rem;
}.title_boardr .intro_headH > div:first-child p {
    font-size: calc(16px * 1.8);
    padding-left: 4rem;
}.title_boardr .intro_headH > div:first-child p::before {
    width: 8px;
}.title_boardr .achieve_statsk h3 {
    padding: 4rem 4rem 2rem;
    font-size: calc(20px * 1.3);
}.title_boardr .achieve_statsk h3::before {
    width: 100px;
    left: 4rem;
    top: 2.5rem;
}.title_boardr .achieve_statsk h1.title_style_header {
    padding: 0 4rem 4rem;
    font-size: calc(42px * 1.4);
}.title_boardr .achieve_statsk > div > div > div::before {
    width: calc(100% - 8rem);
    left: 4rem;
}}



@media (min-width: 992px) {.program_overviewD {
    padding: 10rem 0;
}.program_overviewD .skill_explorerW {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 5rem;
}.program_overviewD .pic_hoverl {
    transform: perspective(1500px) rotateY(-5deg) translateZ(0);
    min-height: 500px;
}.program_overviewD .pic_hoverl:hover {
    transform: perspective(1500px) rotateY(0deg) translateZ(10px);
}.program_overviewD h3 {
    font-size: calc(22px * 1.4);
    padding-left: 2rem;
}.program_overviewD h3::before {
    width: 6px;
}
}



@media (max-width: 768px) {.plan_chooserk {
    padding: 60px 0;
}.plan_chooserk .pricing_tiersg {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.plan_chooserk .discount_plank p {
    font-size: calc(12px * 0.9);
    max-height: 150px;
}
}



@media (max-width: 991px) {.privacy_haveno {
    padding: 4rem 0;
}.privacy_haveno .container {
    padding: 2rem;
    transform: perspective(800px) rotateY(0.3deg);
}.privacy_haveno h1 {
    font-size: calc(46px * 0.9);
    margin-bottom: 1.5rem;
}.privacy_haveno h2 {
    margin: 2rem 0 1.25rem;
    font-size: calc(31px * 0.9);
}
}



@media (min-width: 769px) {.footnote_refP .input_holder {
    flex-direction: row;
}.footnote_refP .sub_discountsZ {
    width: auto;
}
}



@media (max-width: 768px) {.footnote_refP {
    padding: 3rem 0 1rem;
}.footnote_refP .get_helpj {
    align-items: center;
    gap: 1rem;
    flex-direction: column;
}.footnote_refP .info_item {
    min-width: 100%;
}.footnote_refP .text_main_holder {
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.footnote_refP .subscribe_holder {
    grid-column: auto;
}.footnote_refP .head_mentorm {
    text-align: center;
    align-items: center;
}.footnote_refP .press_roomT {
    max-width: 100%;
    text-align: center;
}.footnote_refP .main_knowg h5 {
    text-align: center;
}.footnote_refP .main_knowg h5::after {
    transform: translateX(-50%);
    left: 50%;
}.footnote_refP .nav_sitebar5 {
    align-items: center;
}.footnote_refP .nav_sitebar5 a {
    text-align: center;
}.footnote_refP .nav_sitebar5 a:hover {
    transform: translateY(-2px);
}.footnote_refP .input_holder {
    flex-direction: column;
}.footnote_refP .sub_discountsZ {
    width: 100%;
}
}



@keyframes slide-in {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



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



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



@keyframes popIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}



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



@keyframes scaleLineDown {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}



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



@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 6rem;
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}



@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-10%, 10%) scale(1.1);
    }
}

