* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.framework-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}html,body {
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.twitter_cta {
    flex: 0 0 auto;
}.head_pagebar {
    flex: 1 0 auto;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    background: rgb(127,173,162);
    width: 3px;
    padding: 3px;
    height: 10px;
    scroll-behavior: smooth;
}::-webkit-scrollbar-track {
    background: rgb(168,199,176);
    box-shadow: inset -1px 2px 0px 7px rgba(0, 0, 0, 0.8);
}::-webkit-scrollbar-thumb {
    background: linear-gradient(161deg, rgb(127,173,162) 6%, rgb(168,199,176) 60%, rgb(168,199,176,0.5) 92%, rgb(221,227,223) 15%);
    animation: glow_scrollbar 5.7s ease infinite;
    transition: transform 2.3s ease-out;
    box-shadow: -5px 1px 0px -2px rgba(0, 0, 0, 0.6);
    border-radius: 7%;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -3px 4px 15px -2px rgba(0, 0, 0, 0.1);
    background: rgb(168,199,176);
}* {
    scrollbar-color: rgb(168,199,176) rgb(127,173,162,0.5);
    scrollbar-width: none;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1123px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.client_experience {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(165deg, rgb(221,227,223) 0%, #ffffff 100%);
}.client_experience::before {
    z-index: 0;
    opacity: 0.5;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(168,199,176,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(127,173,162,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
}.client_experience::after {
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgb(168,199,176,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(168,199,176,0.5) 1px, transparent 1px);
    position: absolute;
    opacity: 0.05;
    top: 0;
    content: "";
    background-size: 50px 50px;
    left: 0;
    z-index: 0;
}.client_experience .pro_study {
    z-index: 1;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    max-width: 1300px;
}.client_experience h4 {
    margin-bottom: 80px;
    font-size: 37px;
    z-index: 2;
    text-align: center;
    position: relative;
    color: #000000;
    font-weight: 700;
}.client_experience h4::before {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(168,199,176), rgb(127,173,162));
    content: "";
    width: 100px;
    height: 8px;
    bottom: -20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}.client_experience h4::after {
    bottom: -26px;
    height: 20px;
    width: 20px;
    border: 3px solid rgb(168,199,176);
    content: "";
    background: #ffffff;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 50%;
    left: 50%;
    z-index: 1;
}.client_experience .edu_feedback {
    padding: 20px 0;
    width: max-content;
    position: relative;
    animation: scrollReviews 60s linear infinite;
    display: flex;
}.client_experience .edu_feedback:hover {
    animation-play-state: paused;
}.client_experience .feedback_stars {
    margin: 0 20px;
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    align-items: center;
    flex-direction: column;
    position: relative;
    display: flex;
    z-index: 1;
    transform: translateY(0);
    transition: all 0.4s ease;
    width: 320px;
    padding: 30px;
    height: 400px;
}.client_experience .feedback_stars:hover {
    transform: translateY(-15px);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.client_experience .feedback_stars::before {
    border-radius: inherit;
    left: 0;
    height: 100%;
    z-index: -1;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    width: 100%;
}.client_experience .feedback_stars::after {
    transition: all 0.4s ease;
    content: "";
    width: 60px;
    height: 60px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    right: -10px;
    background: rgb(168,199,176,0.5);
    opacity: 0.2;
    top: -10px;
}.client_experience .feedback_stars:hover::after {
    transform: scale(1.2);
    opacity: 0.3;
}.client_experience .img_rounded {
    height: 110px;
    border: 5px solid #ffffff;
    margin-bottom: 25px;
    position: relative;
    width: 110px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border-radius: 50%;
}.client_experience .feedback_stars:hover .img_rounded {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
    border-color: rgb(168,199,176,0.5);
}.client_experience .feedback_stars span {
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    font-size: calc(17px * 1.2);
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}.client_experience .feedback_stars span::after {
    bottom: -8px;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    opacity: 0.5;
    left: 50%;
    content: "";
    position: absolute;
    width: 40px;
    background: rgb(168,199,176);
    height: 2px;
}.client_experience .feedback_stars:hover span {
    color: rgb(168,199,176);
}.client_experience .feedback_stars:hover span::after {
    width: 60px;
    opacity: 1;
}.client_experience .feedback_stars p {
    text-align: center;
    line-height: 1.6;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-grow: 1;
    color: #000000;
    align-items: center;
    font-size: 17px;
}.client_experience .feedback_stars:nth-child(3n+1) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(168,199,176,0.5), 0.05));
}.client_experience .feedback_stars:nth-child(3n+2) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(127,173,162,0.5), 0.05));
}.client_experience .feedback_stars:nth-child(3n+2)::after {
    background: rgb(127,173,162,0.5);
}.client_experience .feedback_stars:nth-child(3n+3) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(168,199,176,0.5), 0.03));
}.client_experience .feedback_stars:nth-child(even) {
    margin-top: 30px;
}.client_experience .feedback_stars:nth-child(odd) {
    margin-top: -30px;
}

@keyframes scrollReviews {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {.client_experience {
    padding: 90px 0;
}.client_experience .feedback_stars {
    padding: 25px;
    width: 280px;
    height: 380px;
}.client_experience .img_rounded {
    height: 90px;
    width: 90px;
}
}

@media (max-width: 992px) {.client_experience {
    padding: 70px 0;
}.client_experience h4 {
    margin-bottom: 60px;
}.client_experience .feedback_stars {
    height: 350px;
    margin: 0 15px;
    padding: 20px;
    width: 250px;
}.client_experience .img_rounded {
    height: 80px;
    margin-bottom: 20px;
    width: 80px;
}.client_experience .feedback_stars span {
    font-size: 17px;
}.client_experience .feedback_stars:nth-child(even) {
    margin-top: 20px;
}.client_experience .feedback_stars:nth-child(odd) {
    margin-top: -20px;
}
}

@media (max-width: 768px) {.client_experience {
    padding: 60px 0;
}.client_experience .pro_study {
    padding: 0 20px;
    overflow: visible;
}.client_experience .edu_feedback {
    animation: none;
    width: 100%;
    flex-direction: column;
}.client_experience .feedback_stars {
    width: 100%;
    min-height: 200px;
    padding: 25px;
    margin: 0 0 30px;
    height: auto;
}.client_experience .feedback_stars:last-child {
    margin-bottom: 0;
}.client_experience .feedback_stars:nth-child(even),
    .client_experience .feedback_stars:nth-child(odd) {
    margin-top: 0;
}.client_experience .feedback_stars::after {
    height: 40px;
    width: 40px;
}.client_experience .img_rounded {
    width: 80px;
    margin-bottom: 15px;
    height: 80px;
}.client_experience .feedback_stars p {
    margin-top: 10px;
}}header {
    left: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    top: 0;
    width: 100%;
    position: fixed;
    background: rgb(221,227,223);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1000;
}header:before {
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(168,199,176) 0%, 
        rgb(127,173,162) 50%, 
        rgb(168,199,176) 100%
    );
    height: 5px;
}header:after {
    pointer-events: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.01);
    height: 100%;
    content: '';
    bottom: 0;
    left: 0;
    background-size: 20px 20px;
    opacity: 0.4;
    background: 
        linear-gradient(135deg, rgb(221,227,223) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(221,227,223) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(221,227,223) 25%, transparent 25%),
        linear-gradient(45deg, rgb(221,227,223) 25%, transparent 25%);
    width: 100%;
}header .header_primary {
    position: relative;
    overflow: hidden;
}header .header_primary:before {
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(168,199,176,0.5),
        transparent
    );
    position: absolute;
    content: '';
    height: 1px;
    left: 0;
    bottom: 0;
}header .container {
    padding: 15px 25px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}header .container:before {
    height: 8px;
    width: 8px;
    left: 10px;
    content: '';
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(168,199,176);
    top: 50%;
    opacity: 0.7;
}header .container:after {
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    content: '';
    opacity: 0.7;
    top: 50%;
    right: 10px;
    position: absolute;
    height: 8px;
    background: rgb(127,173,162);
}header .main_mainbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}header .main_mainbar:before {
    bottom: -10px;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    content: '';
    opacity: 0.2;
    position: absolute;
    width: 100%;
}header .nav_section {
    gap: 30px;
    display: flex;
    position: relative;
    align-items: center;
}header .nav_section:before {
    left: 0;
    opacity: 0;
    bottom: -8px;
    transform-origin: center;
    content: '';
    position: absolute;
    background: rgb(168,199,176);
    height: 2px;
    transform: scaleX(0.9);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
}header .nav_section:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}header .head_mentor {
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
    padding: 8px 2px;
}header .head_mentor:before {
    left: 0;
    bottom: 0;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    background: rgb(168,199,176);
    position: absolute;
    transform: translateX(-101%);
    content: '';
    height: 2px;
    width: 100%;
}header .head_mentor:after {
    top: 100%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    content: '';
    background: rgb(168,199,176);
    transition: all 0.3s ease;
    width: 8px;
    opacity: 0;
    height: 8px;
}header .head_mentor:hover {
    color: rgb(168,199,176);
}header .head_mentor:hover:before {
    transform: translateX(0);
}header .head_mentor:hover:after {
    top: calc(100% - 3px);
    opacity: 1;
}header .nav_lesson {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    padding: 5px 12px;
}header .nav_lesson:before {
    left: 0;
    top: 0;
    border: 2px solid transparent;
    height: 100%;
    opacity: 0;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(rgb(221,227,223), rgb(221,227,223)) padding-box,
                linear-gradient(135deg, rgb(168,199,176), rgb(127,173,162)) border-box;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    content: '';
    position: absolute;
}header .nav_lesson:after {
    height: 10px;
    left: -5px;
    transition: all 0.4s ease;
    border-radius: 50%;
    content: '';
    opacity: 0;
    position: absolute;
    width: 10px;
    transform: scale(0);
    background: linear-gradient(135deg, rgb(168,199,176), rgb(127,173,162));
    top: -5px;
}header .nav_lesson:hover:before {
    opacity: 1;
}header .nav_lesson:hover:after {
    transform: scale(1);
    opacity: 1;
}header .nav_lesson svg {
    width: auto;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 42px;
}header .nav_lesson:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav_section {
    gap: 20px;
}header .nav_lesson svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav_section {
    position: fixed;
    background: rgb(221,227,223);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    top: 0;
    width: 80%;
    gap: 5px;
    flex-direction: column;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    right: -100%;
    padding: 75px 30px 30px;
    z-index: 1001;
    max-width: 320px;
    height: 100vh;
}header .nav_section:before {
    bottom: auto;
    left: 10%;
    height: 1px;
    top: 60px;
    width: 80%;
}header .menu.active {
    right: 0;
}header .head_mentor {
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}header .head_mentor:last-child {
    border-bottom: none;
}header .head_mentor:after {
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}header .head_mentor:hover:after {
    opacity: 1;
    left: 5px;
    top: 50%;
}header .nav_lesson {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .nav_lesson svg {
    height: 35px;
}}.cookie_overlay_alert {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    border-top: 3px solid rgb(168,199,176);
    padding: 15px 20px;
    position: fixed;
    z-index: 90;
    background: rgb(127,173,162);
    bottom: 0;
    width: 100%;
}.digital_cookies {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}.online_tracking {
    flex-shrink: 0;
    margin-right: 20px;
}.online_tracking svg {
    fill: rgb(168,199,176);
    height: 50px;
    width: 50px;
}.user_tracker {
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    display: flex;
}.cookie_overlay_alert h5 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 10px;
    color: #ffffff;
}.cookie_overlay_alert p {
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
}.cookie_layer {
    background: rgb(168,199,176);
    font-size: 14px;
    transition: none;
    text-decoration: none;
    flex-shrink: 0;
    margin-left: 10px;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    border: 2px solid rgb(168,199,176);
    color: #ffffff;
    text-align: center;
    min-width: 150px;
}.cookie_layer:hover {
    background: rgb(168,199,176,0.5);
    border-color: rgb(168,199,176,0.5);
}.cookie_overlay_alert p a {
    text-decoration: none;
    color: rgb(168,199,176);
    border-bottom: 2px solid rgb(168,199,176);
}.cookie_overlay_alert p a:hover {
    border-bottom-color: rgb(127,173,162);
    color: rgb(127,173,162);
}
@media only screen and (max-width: 1200px) {.cookie_overlay_alert {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.online_tracking {
    display: none;
}.digital_cookies {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_overlay_alert h5, .cookie_overlay_alert p {
    text-align: center;
}.user_tracker {
    margin-bottom: 15px;
}.cookie_layer {
    margin-top: 10px;
    margin-left: 0;
}}
#panelCookieWarning {
    display: none;
}#panelCookieWarning:checked ~ .cookie_overlay_alert {
    visibility: hidden;
    opacity: 0;
}.course_program {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(45deg, rgb(221,227,223) 0%, rgb(127,173,162,0.5) 40%, rgb(221,227,223) 100%);
}.course_program::before {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
    opacity: 0.1;
    background: 
        repeating-linear-gradient(45deg, rgb(127,173,162,0.5) 0px, rgb(127,173,162,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(168,199,176,0.5) 0px, rgb(168,199,176,0.5) 1px, transparent 1px, transparent 10px);
}.course_program .container {
    z-index: 2;
    position: relative;
}.course_program .pro_study {
    min-height: 480px;
    position: relative;
    display: flex;
    flex-direction: column;
}.course_program .img_rounded {
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.course_program .img_rounded::after {
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(168,199,176,0.5) 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    mix-blend-mode: multiply;
}.course_program .pro_skills {
    margin-top: auto;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    margin-left: auto;
    backdrop-filter: blur(8px);
    z-index: 3;
    width: 60%;
    padding: 2.5rem;
    box-shadow: -15px -15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}.course_program .pro_skills::before {
    content: "";
    height: 100%;
    left: -50px;
    top: 0;
    width: 50px;
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
}.course_program .head_lead {
    padding: 15px;
    transition: transform 0.3s ease-in-out;
    top: -35px;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 4;
    left: 2.5rem;
    position: absolute;
    border-radius: 50%;
}.course_program .head_lead:hover {
    transform: translateY(-5px) rotate(5deg);
}.course_program .head_lead svg {
    filter: drop-shadow(0 3px 5px rgb(168,199,176,0.5));
    display: block;
    width: 45px;
    height: 45px;
}.course_program .head_lead svg path {
    fill: rgb(168,199,176);
    transition: fill 0.3s ease;
}.course_program .head_lead:hover svg path {
    fill: rgb(127,173,162);
}.course_program .pro_skills h3 {
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 33px;
    font-weight: 700;
    position: relative;
}.course_program .pro_skills h3::after {
    background: rgb(168,199,176);
    width: 60px;
    position: absolute;
    height: 3px;
    bottom: -0.5rem;
    content: "";
    border-radius: 10px;
    left: 0;
}.course_program .pro_skills p {
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
}.course_program .pro_study::before {
    z-index: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    border: 2px solid rgb(168,199,176,0.5);
    top: 10%;
    animation: floatAnimation 8s infinite ease-in-out;
    height: 120px;
    width: 120px;
    right: 65%;
    content: "";
}.course_program .pro_study::after {
    height: 80px;
    content: "";
    left: 10%;
    animation: floatAnimation 12s infinite ease-in-out reverse;
    border: 2px solid rgb(127,173,162,0.5);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    bottom: 20%;
    z-index: 0;
    position: absolute;
    width: 80px;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-10px, -5px) rotate(3deg);
    }
}

@media screen and (max-width: 991px) {.course_program .pro_study {
    min-height: 420px;
}.course_program .pro_skills {
    width: 75%;
    padding: 2rem;
}.course_program .head_lead {
    padding: 12px;
    top: -30px;
    left: 2rem;
}.course_program .head_lead svg {
    width: 40px;
    height: 40px;
}.course_program .pro_skills h3 {
    font-size: calc(33px - 0.2rem);
}
}

@media screen and (max-width: 767px) {.course_program {
    padding: 4rem 0;
}.course_program .pro_study {
    min-height: auto;
}.course_program .img_rounded {
    height: 250px;
    position: relative;
    margin-bottom: -50px;
}.course_program .pro_skills {
    border-radius: 22px;
    padding: 2rem 1.5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}.course_program .pro_skills::before {
    display: none;
}.course_program .pro_skills::after {
    height: 70px;
    width: 70px;
}.course_program .head_lead {
    transform: translateX(-50%);
    left: 50%;
}.course_program .head_lead:hover {
    transform: translateX(-50%) translateY(-5px);
}.course_program .pro_skills h3 {
    margin-top: 1rem;
    font-size: calc(33px - 0.3rem);
}.course_program .pro_study::before,
    .course_program .pro_study::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.course_program {
    padding: 3rem 0;
}.course_program .img_rounded {
    height: 200px;
}.course_program .pro_skills {
    padding: 1.5rem 1.25rem;
    width: 100%;
}.course_program .head_lead {
    padding: 10px;
}.course_program .head_lead svg {
    height: 35px;
    width: 35px;
}.course_program .pro_skills h3 {
    margin-top: 0.75rem;
    font-size: calc(33px - 0.5rem);
}.course_program .pro_skills p {
    font-size: calc(14px - 0.1rem);
}}.plan_comparison {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: rgb(221,227,223);
}.plan_comparison::before {
    width: 300px;
    content: "";
    background: linear-gradient(135deg, rgb(127,173,162,0.5), rgb(168,199,176,0.5));
    border-radius: 50%;
    position: absolute;
    filter: blur(60px);
    z-index: 0;
    height: 300px;
    top: -50px;
    right: -50px;
}.plan_comparison::after {
    z-index: 0;
    filter: blur(50px);
    height: 250px;
    background: linear-gradient(225deg, rgb(168,199,176,0.5), rgb(127,173,162,0.5));
    left: -50px;
    content: "";
    border-radius: 50%;
    width: 250px;
    position: absolute;
    bottom: -50px;
}.plan_comparison .container {
    position: relative;
    z-index: 1;
}.plan_comparison .price_grid {
    gap: 3rem;
    flex-direction: column-reverse;
    display: flex;
}.plan_comparison .indv_cost {
    text-align: center;
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
}.plan_comparison .indv_cost h2 {
    display: inline-block;
    font-size: calc(28px * 1.1);
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    color: #000000;
}.plan_comparison .indv_cost h2::after {
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(168,199,176), rgb(127,173,162));
    content: "";
    height: 3px;
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
}.plan_comparison .promo_plans {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1rem;
}.plan_comparison .pricing_fees {
    perspective: 1000px;
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
}.plan_comparison .plan_cost {
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.plan_comparison .plan_cost:hover {
    transform: translateY(-10px);
}.plan_comparison .pricing_deals {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    min-height: 430px;
    flex-direction: column;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.4s ease;
    border-radius: 10px;
    display: flex;
}.plan_comparison .plan_cost:hover .pricing_deals {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.plan_comparison .price_options {
    z-index: 2;
    flex: 1;
    padding: 2rem;
    position: relative;
}.plan_comparison .plan_cost h3 {
    font-size: calc(21px * 1.1);
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
}.plan_comparison .plan_cost h3::before {
    position: absolute;
    width: 40px;
    content: "";
    height: 2px;
    left: 0;
    background: rgb(168,199,176);
    bottom: -5px;
    transition: width 0.3s ease;
}.plan_comparison .plan_cost:hover h3::before {
    width: 100%;
}.plan_comparison .promo_rates {
    display: block;
    color: rgb(127,173,162);
    font-weight: 700;
    margin: 1.5rem 0;
    position: relative;
    font-size: calc(21px * 1.4);
}.plan_comparison .promo_rates::after {
    transform: translateY(-50%);
    left: -10px;
    border-radius: 3px;
    background: rgb(168,199,176);
    content: "";
    height: 20px;
    top: 50%;
    position: absolute;
    width: 3px;
}.plan_comparison .plan_cost p {
    line-height: 1.6;
    color: #000000;
    hyphens: auto;
    overflow-wrap: break-word;
    margin-bottom: 1rem;
    word-wrap: break-word;
    font-size: 16px;
}.plan_comparison .img_rounded {
    position: relative;
    height: 180px;
}.plan_comparison .img_rounded::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    z-index: 1;
    content: "";
    inset: 0;
    position: absolute;
}.plan_comparison .plan_cost:nth-child(1) .pricing_deals {
    border-top: 4px solid rgb(168,199,176);
}.plan_comparison .plan_cost:nth-child(2) .pricing_deals {
    border-top: 4px solid rgb(127,173,162);
}.plan_comparison .plan_cost:nth-child(3) .pricing_deals {
    border-top: 4px solid #6c5ce7;
}.plan_comparison .plan_cost:nth-child(4) .pricing_deals {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.plan_comparison .pricing_fees {
    grid-template-columns: repeat(2, 1fr);
}.plan_comparison .pricing_deals {
    min-height: 480px;
}.plan_comparison .indv_cost {
    padding: 0 2rem;
}.plan_comparison .indv_cost h2 {
    font-size: calc(28px * 1.2);
}
}

@media (min-width: 992px) {.plan_comparison .price_grid {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.plan_comparison .pricing_fees {
    grid-template-columns: repeat(2, 1fr);
    flex: 2;
}.plan_comparison .indv_cost {
    text-align: left;
    padding-right: 3rem;
    flex: 1;
}.plan_comparison .indv_cost h2::after {
    transform: none;
    left: 0;
}.plan_comparison .pricing_deals {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.plan_comparison .pricing_fees {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.plan_comparison .plan_cost {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.plan_comparison .plan_cost:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.plan_comparison .pricing_deals {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    min-height: 520px;
}.plan_comparison .img_rounded {
    height: 200px;
}.plan_comparison .promo_rates {
    font-size: calc(21px * 1.6);
}.plan_comparison .indv_cost h2 {
    font-size: calc(28px * 1.3);
}}.education_experience {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(221,227,223) 0%, rgb(127,173,162,0.5) 100%);
    overflow: hidden;
    position: relative;
}.education_experience::before {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    left: 0;
    background-image: 
    linear-gradient(45deg, rgb(127,173,162,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(127,173,162,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(127,173,162,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(127,173,162,0.5) 75%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    background-size: 20px 20px;
    opacity: 0.05;
    top: 0;
}.education_experience .container {
    perspective: 1000px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.education_experience .feedback_stars {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    border-left: 4px solid rgb(168,199,176);
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    box-shadow: 
    0 10px 30px rgba(0,0,0,0.05),
    0 20px 60px rgba(0,0,0,0.08);
    transform: rotateY(-5deg);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 2.5rem;
}.education_experience .feedback_stars::after {
    width: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(rgb(168,199,176), 0.02) 100%
  );
    top: 0;
}.education_experience .feedback_stars:hover {
    box-shadow: 
    0 15px 35px rgba(0,0,0,0.08),
    0 25px 70px rgba(0,0,0,0.12);
    transform: rotateY(0deg) translateZ(10px);
}.education_experience .feedback_stars > div:first-child {
    animation: slide-in 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    transform: translateX(-2rem);
    position: relative;
}.education_experience .img_rounded {
    border-radius: 50%;
    animation: pulse 6s infinite alternate;
    height: 120px;
    box-shadow: 
    0 5px 15px rgba(0,0,0,0.1),
    0 0 0 5px #ffffff,
    0 0 0 8px rgb(127,173,162,0.5);
    width: 120px;
}.education_experience .feedback_stars > div:nth-child(2) {
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    opacity: 0;
    transform: translateY(1rem);
}.education_experience .name {
    display: inline-block;
    margin: 0 0 0.5rem;
    font-size: 22px;
    position: relative;
    font-weight: 700;
    color: rgb(168,199,176);
}.education_experience .name::after {
    left: 0;
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -8px;
    background: rgb(127,173,162);
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.education_experience .feedback_stars:hover .name::after {
    width: 100%;
}.education_experience .feedback_stars > div:nth-child(2) > div {
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: 0.95rem;
    opacity: 0.85;
}.education_experience .work_table {
    transform: translateY(1rem);
    font-size: 18px;
    color: #000000;
    position: relative;
    line-height: 1.8;
    opacity: 0;
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
}.education_experience .work_table::before {
    position: absolute;
    color: rgb(127,173,162,0.5);
    left: -1rem;
    content: "";
    opacity: 0.3;
    pointer-events: none;
    top: -2.5rem;
    font-size: 5rem;
}.education_experience .work_table::after {
    color: rgb(127,173,162,0.5);
    font-size: 5rem;
    pointer-events: none;
    position: absolute;
    right: -1rem;
    opacity: 0.3;
    content: "";
    bottom: -4rem;
}

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

@keyframes slide-up {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 
      0 5px 15px rgba(0,0,0,0.1),
      0 0 0 5px #ffffff,
      0 0 0 8px rgb(127,173,162,0.5);
  }
  50% {
    box-shadow: 
      0 8px 20px rgba(0,0,0,0.15),
      0 0 0 5px #ffffff,
      0 0 0 12px rgb(127,173,162,0.5);
  }
}

@media (min-width: 768px) {.education_experience {
    padding: 7rem 3rem;
}.education_experience .feedback_stars {
    grid-template-columns: auto 1fr 2fr;
    align-items: center;
    gap: 3rem;
    padding: 3rem;
}.education_experience .img_rounded {
    width: 150px;
    height: 150px;
}.education_experience .name {
    margin-bottom: 0.75rem;
    font-size: calc(22px * 1.1);
}.education_experience .feedback_stars > div:nth-child(2) > div {
    font-size: 1.05rem;
}.education_experience .work_table {
    padding-right: 2rem;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.education_experience {
    padding: 8rem 4rem;
}.education_experience .feedback_stars {
    gap: 4rem;
    padding: 4rem;
    border-left-width: 6px;
}.education_experience .img_rounded {
    height: 180px;
    width: 180px;
}.education_experience .work_table {
    font-size: calc(18px * 1.1);
    line-height: 1.9;
}.education_experience .container::before {
    background: linear-gradient(135deg, rgb(168,199,176,0.5) 0%, transparent 70%);
    z-index: -1;
    height: 100px;
    position: absolute;
    width: 100px;
    filter: blur(30px);
    top: -20px;
    right: -20px;
    content: "";
    border-radius: 50%;
    opacity: 0.6;
}.education_experience .container::after {
    bottom: -30px;
    left: 10%;
    content: "";
    background: linear-gradient(135deg, rgb(127,173,162,0.5) 0%, transparent 70%);
    z-index: -1;
    opacity: 0.5;
    filter: blur(40px);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    height: 150px;
    width: 150px;
}}.landing_page {
    min-height: 100vh;
    background-color: rgb(221,227,223);
    position: relative;
    overflow: hidden;
}.landing_page .start_top {
    align-items: center;
    width: 100%;
    padding: 2rem;
    position: relative;
    height: 100vh;
    justify-content: center;
    display: flex;
}.landing_page .learn_team {
    max-width: 1200px;
    height: 85vh;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 4rem;
    overflow: hidden;
    flex-direction: column;
    transform: perspective(1000px) rotateY(2deg);
}.landing_page .learn_team:before {
    mix-blend-mode: multiply;
    z-index: 1;
    position: absolute;
    inset: 0;
    background: linear-gradient(
    135deg,
    rgb(168,199,176,0.5),
    rgb(127,173,162,0.5)
  );
    opacity: 0.85;
    content: "";
}.landing_page .learn_team:after {
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    transparent
  );
    z-index: 1;
    height: 35%;
    content: "";
    right: 0;
}.landing_page .learn_team span {
    opacity: 0;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    transform: translateY(20px);
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
}.landing_page .learn_team h3 {
    padding: 0.5rem 1rem;
    border-left: 3px solid rgb(127,173,162);
    letter-spacing: 1px;
    font-size: calc(23px * 0.9);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    display: inline-block;
    font-weight: 600;
    backdrop-filter: blur(5px);
    line-height: 1.4;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    color: #ffffff;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
}.landing_page .learn_team h1 {
    font-weight: 700;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-bottom: 2rem;
    max-width: 80%;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
    font-size: calc(45px * 1.2);
    line-height: 1.2;
    z-index: 2;
}.landing_page .learn_team div div {
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.7s;
    position: relative;
    transform: translateY(40px);
    opacity: 0;
    max-width: 550px;
    z-index: 2;
}.landing_page .learn_team p {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    transform: translateX(0);
    letter-spacing: 0.5px;
    position: relative;
    padding: 1rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: calc(18px * 1.2);
    border-radius: 10px;
    line-height: 1.6;
}.landing_page .learn_team:hover {
    transform: perspective(1000px) rotateY(0deg);
}.landing_page .learn_team:hover p {
    transform: translateX(10px);
}

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

@media (max-width: 992px) {.landing_page .learn_team {
    min-height: 80vh;
    transform: perspective(1000px) rotateY(1deg);
    padding: 3rem;
    height: auto;
}.landing_page .learn_team h1 {
    max-width: 100%;
    font-size: calc(45px * 1);
}.landing_page .learn_team h3 {
    padding: 0.4rem 0.8rem;
    font-size: 23px;
}
}

@media (max-width: 768px) {.landing_page .start_top {
    padding: 1rem;
    min-height: 100vh;
    height: auto;
}.landing_page .learn_team {
    padding: 2.5rem 2rem;
    transform: none;
}.landing_page .learn_team h1 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 1.1);
}.landing_page .learn_team span {
    margin-bottom: 1.5rem;
}.landing_page .learn_team h3 {
    font-size: calc(20px * 1.1);
}.landing_page .learn_team p {
    font-size: 18px;
    padding: 0.8rem 1rem;
}
}

@media (max-width: 576px) {.landing_page .learn_team {
    padding: 2rem 1.5rem;
}.landing_page .learn_team h1 {
    font-size: 30px;
}.landing_page .learn_team:before {
    opacity: 0.9;
}.landing_page .learn_team:after {
    height: 45%;
}
}

@media (min-width: 1400px) {.landing_page .learn_team h1 {
    font-size: calc(45px * 1.4);
}.landing_page .learn_team h3 {
    font-size: 23px;
}.landing_page .learn_team p {
    font-size: calc(18px * 1.3);
}
}

@media (hover: hover) {.landing_page .learn_team:hover:before {
    opacity: 0.8;
    background: linear-gradient(
      135deg,
      rgb(168,199,176,0.5),
      rgb(127,173,162)
    );
    transition: all 1s ease;
}}.privacy_lock {
    position: relative;
    background: linear-gradient(135deg, rgb(221,227,223) 0%, rgba(rgb(127,173,162,0.5), 0.05) 100%);
    padding: 60px 0;
    overflow: hidden;
}.privacy_lock::before {
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(168,199,176,0.5), 0.05) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(rgb(127,173,162,0.5), 0.07) 0%, transparent 60%);
    left: 0;
    position: absolute;
    height: 100%;
    pointer-events: none;
    width: 100%;
    content: "";
}.privacy_lock::after {
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate;
    width: 300px;
    height: 300px;
    position: absolute;
    background: linear-gradient(225deg, rgba(rgb(168,199,176,0.5), 0.03), rgba(rgb(127,173,162,0.5), 0.03));
    top: -10%;
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    right: -5%;
}.privacy_lock .container {
    z-index: 1;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.privacy_lock h1 {
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    transform: translateZ(0);
    margin-bottom: 35px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 38px;
}.privacy_lock h1::after {
    content: "";
    transform-origin: left;
    width: 80px;
    background: linear-gradient(90deg, rgb(168,199,176) 0%, rgb(127,173,162) 100%);
    bottom: 0;
    transition: width 0.3s ease-out;
    position: absolute;
    left: 0;
    height: 4px;
}.privacy_lock h2 {
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    margin: 40px 0 20px;
    font-weight: 600;
    font-size: 34px;
    padding-left: 15px;
}.privacy_lock h2::before {
    transform: translateY(-50%);
    content: "";
    left: 0;
    background: rgb(168,199,176);
    border-radius: 2px;
    position: absolute;
    width: 5px;
    height: 70%;
    top: 50%;
}.privacy_lock h3 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: calc(34px * 0.85);
    position: relative;
    padding-left: 12px;
    margin: 35px 0 18px;
    color: #000000;
}.privacy_lock h3::before {
    transform: translateY(-50%);
    width: 4px;
    top: 50%;
    border-radius: 2px;
    height: 65%;
    content: "";
    position: absolute;
    background: rgb(127,173,162);
    left: 0;
}.privacy_lock h4 {
    padding-left: 10px;
    margin: 30px 0 15px;
    position: relative;
    font-size: calc(34px * 0.75);
    font-weight: 600;
    color: #000000;
    font-family: Arial, sans-serif;
}.privacy_lock h4::before {
    content: "";
    background: rgba(rgb(168,199,176,0.5), 0.7);
    transform: translateY(-50%);
    height: 60%;
    left: 0;
    border-radius: 2px;
    top: 50%;
    position: absolute;
    width: 3px;
}.privacy_lock p {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    max-width: 100%;
    line-height: 1.75;
    font-family: Arial, sans-serif;
}.privacy_lock span {
    font-size: 16px;
    line-height: 1.75;
    display: block;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 20px;
}.privacy_lock ul {
    margin: 25px 0;
    padding: 0;
    position: relative;
    list-style: none;
}.privacy_lock li {
    padding-left: 30px;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    line-height: 1.65;
    position: relative;
    color: #000000;
    transition: transform 0.3s ease;
    font-size: 16px;
}.privacy_lock li::before {
    content: "";
    position: absolute;
    height: 10px;
    border: 2px solid rgb(168,199,176);
    top: 8px;
    left: 0;
    transition: background-color 0.3s ease;
    background: #ffffff;
    transform: rotate(45deg);
    border-radius: 10px;
    width: 10px;
}.privacy_lock li:hover::before {
    background-color: rgb(168,199,176);
}.privacy_lock strong {
    display: inline-block;
    padding: 0 2px;
    position: relative;
    color: #000000;
    font-weight: 600;
}.privacy_lock strong::after {
    content: "";
    z-index: -1;
    height: 2px;
    width: 100%;
    bottom: 0;
    transition: height 0.3s ease;
    left: 0;
    background: rgba(rgb(168,199,176,0.5), 0.3);
    position: absolute;
}.privacy_lock strong:hover::after {
    height: 8px;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
}

@media screen and (min-width: 992px) {.privacy_lock {
    padding: 80px 0;
}.privacy_lock h1 {
    font-size: calc(38px * 1.1);
    margin-bottom: 45px;
}.privacy_lock h1::after {
    width: 100px;
}.privacy_lock .container {
    padding: 0 30px;
}.privacy_lock li {
    padding-left: 35px;
}.privacy_lock li::before {
    height: 12px;
    width: 12px;
}
}

@media screen and (max-width: 768px) {.privacy_lock {
    padding: 50px 0;
}.privacy_lock h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.privacy_lock h2 {
    font-size: calc(34px * 0.9);
    margin: 30px 0 15px;
}.privacy_lock h3 {
    font-size: calc(34px * 0.75);
}.privacy_lock h4 {
    font-size: calc(34px * 0.65);
}.privacy_lock p, 
    .privacy_lock span, 
    .privacy_lock li {
    font-size: calc(16px * 0.95);
    line-height: 1.65;
}
}

@media screen and (max-width: 576px) {.privacy_lock {
    padding: 40px 0;
}.privacy_lock .container {
    padding: 0 15px;
}.privacy_lock h1 {
    padding-bottom: 15px;
    font-size: calc(38px * 0.8);
    margin-bottom: 25px;
}.privacy_lock h1::after {
    width: 60px;
    height: 3px;
}.privacy_lock h2 {
    font-size: calc(34px * 0.8);
    margin: 25px 0 12px;
}.privacy_lock h3 {
    font-size: calc(34px * 0.7);
}.privacy_lock h4 {
    font-size: calc(34px * 0.6);
}.privacy_lock p, 
    .privacy_lock span, 
    .privacy_lock li {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
    margin-bottom: 15px;
}.privacy_lock ul {
    margin: 20px 0;
}.privacy_lock li {
    padding-left: 25px;
    margin-bottom: 12px;
}.privacy_lock li::before {
    height: 8px;
    top: 7px;
    width: 8px;
}}.learning_system {
    background: linear-gradient(135deg, rgb(221,227,223) 0%, rgba(255,255,255,0.92) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.learning_system::before {
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(127,173,162,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(168,199,176,0.5) 0%, transparent 40%);
    top: 0;
    position: absolute;
    opacity: 0.15;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
}.learning_system::after {
    top: -50%;
    opacity: 0.08;
    filter: blur(30px);
    height: 100%;
    transform: rotate(-15deg) scale(2);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    position: absolute;
    content: "";
    z-index: 0;
    right: -50%;
    background: linear-gradient(45deg, transparent 65%, rgb(127,173,162,0.5) 100%);
}.learning_system:hover::after {
    opacity: 0.15;
    transform: rotate(-12deg) scale(2.05);
}.learning_system .pro_study {
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 1;
    transform-style: preserve-3d;
    perspective: 1000px;
}.learning_system h2 {
    text-align: left;
    font-weight: 700;
    font-size: 30px;
    transition: transform 0.5s ease-out;
    margin-bottom: 40px;
    padding-bottom: 20px;
    color: #000000;
    position: relative;
    transform: translateZ(20px);
}.learning_system h2::after {
    background: linear-gradient(90deg, rgb(168,199,176) 0%, rgb(127,173,162) 100%);
    position: absolute;
    height: 4px;
    width: 80px;
    transform-origin: left center;
    left: 0;
    bottom: 0;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
}.learning_system:hover h2::after {
    width: 120px;
}.learning_system .text_frame_item {
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.03),
        0 1px 4px rgba(0,0,0,0.02),
        0 20px 25px -5px rgba(0,0,0,0.05);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    border-left: 4px solid rgb(168,199,176);
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.85));
    position: relative;
    transform: translateZ(10px) translateX(0);
}.learning_system .text_frame_item::before {
    transform: rotate(45deg);
    background: #ffffff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    left: 25px;
    content: "";
    width: 30px;
    height: 30px;
    top: -15px;
    z-index: -1;
    position: absolute;
}.learning_system:hover .text_frame_item {
    transform: translateZ(15px) translateX(5px);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 25px 30px -5px rgba(0,0,0,0.07);
}.learning_system p {
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
    z-index: 2;
    position: relative;
    margin: 0;
}.learning_system p::first-letter {
    color: rgb(168,199,176);
    font-size: 1.3em;
    font-weight: 600;
}

@media (max-width: 991px) {.learning_system {
    padding: 90px 0;
}.learning_system h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.learning_system .text_frame_item {
    padding: 35px;
}
}

@media (max-width: 767px) {.learning_system {
    padding: 70px 0;
}.learning_system::after {
    opacity: 0.05;
}.learning_system .pro_study {
    padding: 0 20px;
}.learning_system h2 {
    padding-bottom: 15px;
    font-size: calc(30px * 0.85);
    margin-bottom: 25px;
}.learning_system h2::after {
    width: 60px;
    height: 3px;
}.learning_system:hover h2::after {
    width: 90px;
}.learning_system .text_frame_item {
    transform: translateZ(5px) translateX(0);
    padding: 30px 25px;
}.learning_system:hover .text_frame_item {
    transform: translateZ(7px) translateX(3px);
}.learning_system p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.learning_system {
    padding: 60px 0;
}.learning_system .pro_study {
    padding: 0 15px;
}.learning_system h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 20px;
    padding-bottom: 12px;
}.learning_system .text_frame_item {
    border-left: 3px solid rgb(168,199,176);
    padding: 25px 20px;
}.learning_system .text_frame_item::before {
    top: -10px;
    left: 20px;
    height: 20px;
    width: 20px;
}.learning_system p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}}.our_background {
    color: #ffffff;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.our_background::before {
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(168,199,176,0.5), rgba(0, 0, 0, 0.5) 70%);
    left: 0;
    height: 100%;
}.our_background::after {
    width: 250px;
    opacity: 0.3;
    right: -50px;
    position: absolute;
    transform: rotate(15deg);
    height: 250px;
    bottom: -50px;
    z-index: 1;
    border: 3px solid rgb(127,173,162);
    content: "";
}.our_background .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.our_background .text_frame_item {
    border-left: 4px solid rgb(127,173,162);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 40px;
    animation: slideUp 0.8s ease-out forwards;
    backdrop-filter: blur(10px);
}.our_background .text_frame_item::before {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    position: absolute;
    top: -15px;
    left: 30px;
    background-color: rgb(127,173,162);
    z-index: -1;
    width: 80px;
    height: 30px;
    content: "";
}.our_background h5 {
    color: rgb(127,173,162);
    font-size: 22px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    opacity: 0;
    letter-spacing: 2px;
    transform: translateX(-10px);
    display: inline-block;
    font-weight: 700;
    animation: slideRight 0.6s ease-out 0.3s forwards;
    position: relative;
}.our_background h5::after {
    left: 0;
    animation: expandLine 0.6s ease-out 0.9s forwards;
    content: "";
    bottom: -5px;
    position: absolute;
    background: linear-gradient(to right, rgb(127,173,162), transparent);
    height: 2px;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
}.our_background p {
    font-size: calc(14px * 1.2);
    opacity: 0;
    margin: 0 0 20px 0;
    transform: translateY(10px);
    animation: fadeIn 0.6s ease-out 0.6s forwards;
}.our_background p b {
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: calc(17px * 1.1);
    padding-right: 15px;
}.our_background p b::after {
    width: 8px;
    position: absolute;
    background-color: rgb(127,173,162);
    transform: translateY(-50%);
    right: 0;
    content: "";
    top: 50%;
    border-radius: 50%;
    height: 8px;
}.our_background ol {
    animation: fadeIn 0.8s ease-out 0.9s forwards;
    opacity: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
    transform: translateY(20px);
}.our_background ol li {
    max-height: 400px;
    scrollbar-width: thin;
    margin-bottom: 15px;
    line-height: 1.8;
    overflow-y: auto;
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    scrollbar-color: rgb(127,173,162) rgba(255, 255, 255, 0.1);
    padding-left: 15px;
}.our_background ol li::-webkit-scrollbar {
    width: 6px;
}.our_background ol li::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}.our_background ol li::-webkit-scrollbar-thumb {
    background-color: rgb(127,173,162);
    border-radius: 3px;
}.our_background ol li::before {
    background-color: rgb(127,173,162);
    width: 6px;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    content: "";
    top: 10px;
    height: 6px;
}

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

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

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

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

@media (max-width: 992px) {.our_background {
    padding: 80px 0;
}.our_background .text_frame_item {
    padding: 30px;
}.our_background h5 {
    margin-bottom: 10px;
    font-size: calc(22px * 0.9);
}.our_background p {
    font-size: 14px;
}.our_background ol li {
    max-height: 300px;
}
}

@media (max-width: 768px) {.our_background {
    padding: 60px 0;
}.our_background::after {
    bottom: -30px;
    height: 150px;
    right: -30px;
    width: 150px;
}.our_background .text_frame_item {
    padding: 25px 20px;
}.our_background h5 {
    font-size: calc(22px * 0.85);
}.our_background p b {
    font-size: 17px;
}.our_background ol li {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
    max-height: 250px;
}
}

@media (max-width: 576px) {.our_background {
    padding: 50px 0;
}.our_background .text_frame_item::before {
    left: 20px;
    top: -10px;
    width: 60px;
}.our_background .text_frame_item {
    padding: 20px 15px;
}.our_background h5 {
    font-size: calc(22px * 0.8);
    letter-spacing: 1px;
}.our_background p {
    margin-bottom: 15px;
    font-size: calc(14px * 0.95);
}.our_background ol li {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
    max-height: 200px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    opacity: 0.92;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgb(168,199,176,0.5) 0%, rgb(127,173,162,0.5) 100%);
}footer {
    background-position: center !important;
    background-size: cover !important;
}.twitter_cta {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}.twitter_cta::before {
    content: "";
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    position: absolute;
    background: rgb(168,199,176);
    left: 0;
    top: 0;
    height: 15px;
}.twitter_cta .container {
    display: flex;
    position: relative;
    gap: 0;
    flex-wrap: wrap;
}.twitter_cta .company_holder {
    flex: 0 0 40%;
    margin-bottom: 2rem;
    position: relative;
    padding: 0 3rem 2rem 0;
}.twitter_cta .company_holder::after {
    content: "";
    right: 1.5rem;
    opacity: 0.3;
    background: linear-gradient(to bottom, #ffffff, transparent);
    top: 0;
    height: 100%;
    width: 1px;
    position: absolute;
}.twitter_cta .company_holder h3 {
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 700;
    padding-bottom: 1rem;
    margin: 0 0 1.5rem;
    color: #ffffff;
    transform: skewX(-10deg);
}.twitter_cta .company_holder h3::after {
    content: "";
    height: 3px;
    background: rgb(168,199,176);
    box-shadow: 0 0 10px rgb(168,199,176);
    width: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
}.twitter_cta .training_zone {
    border-left: 3px solid rgb(168,199,176);
    transform-origin: left top;
    color: #ffffff;
    transform: skewX(-5deg);
    font-size: 15px;
    background: rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    padding: 1.5rem;
}.twitter_cta .debate_club {
    flex: 0 0 60%;
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}.twitter_cta .top_sitewrap {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    flex: 1;
}.twitter_cta .nav_section {
    position: relative;
    flex: 0 0 50%;
    padding: 0 1rem 2rem 1rem;
}.twitter_cta .nav_section h5 {
    margin: 0 0 1.5rem;
    transform: skewX(-5deg);
    color: #ffffff;
    font-weight: 600;
    position: relative;
    padding-left: 1rem;
    font-size: 21px;
}.twitter_cta .nav_section h5::before {
    bottom: 0;
    transform: skewX(5deg);
    width: 3px;
    background: rgb(168,199,176);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}.twitter_cta .nav_section .top_sitewrap {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.twitter_cta .nav_section .top_sitewrap a {
    transform: skewX(-5deg);
    background: rgba(255, 255, 255, 0.05);
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    display: block;
    padding: 0.7rem 1rem;
    position: relative;
}.twitter_cta .nav_section .top_sitewrap a::before {
    transition: all 0.5s ease;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    left: -100%;
}.twitter_cta .nav_section .top_sitewrap a:hover {
    transform: skewX(-5deg) translateX(5px);
    color: #ffffff;
    padding-left: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
}.twitter_cta .nav_section .top_sitewrap a:hover::before {
    left: 100%;
}.math_tools {
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}.math_tools .container {
    gap: 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}.math_tools .eco_foot {
    font-size: 14px;
    width: 100%;
    color: #ffffff;
    transform: skewX(-5deg);
    text-align: center;
}

@media (max-width: 1200px) {.twitter_cta .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.twitter_cta .debate_club {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.twitter_cta {
    padding: 4rem 0 2rem;
}.twitter_cta .container {
    flex-direction: column;
}.twitter_cta .company_holder {
    padding-right: 0;
    margin-bottom: 3rem;
    flex: 0 0 100%;
}.twitter_cta .company_holder::after {
    display: none;
}.twitter_cta .debate_club {
    flex: 0 0 100%;
}.twitter_cta .nav_section {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.twitter_cta {
    padding: 3.5rem 0 1.5rem;
}.twitter_cta::before {
    height: 10px;
}.twitter_cta .company_holder h3 {
    font-size: calc(29px - 2px);
}.twitter_cta .training_zone {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.twitter_cta .nav_section h5, 
    .twitter_cta .nav_section .top_sitewrap a {
    transform: skewX(-3deg);
}.twitter_cta .nav_section .top_sitewrap a:hover {
    transform: skewX(-3deg) translateX(5px);
}.math_tools {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.math_tools .eco_foot {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.twitter_cta {
    padding: 3rem 0 1rem;
}.twitter_cta::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.twitter_cta .nav_section {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.twitter_cta .company_holder {
    margin-bottom: 2rem;
}.twitter_cta .nav_section .top_sitewrap a {
    padding: 0.6rem 0.8rem;
}.twitter_cta .nav_section .top_sitewrap a:hover {
    padding-left: 1.2rem;
}.math_tools {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}

@media (max-width: 420px) {.twitter_cta .company_holder h3 {
    transform: skewX(-5deg);
}.twitter_cta .company_holder h3::after {
    width: 60px;
}.twitter_cta .training_zone {
    transform: none;
}.twitter_cta .nav_section h5 {
    transform: none;
}.twitter_cta .nav_section h5::before {
    transform: none;
}.twitter_cta .nav_section .top_sitewrap a,
    .twitter_cta .nav_section .top_sitewrap a:hover,
    .math_tools .eco_foot {
    transform: none;
}}.contact_us {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.contact_us::before {
    left: 0;
    background-color: rgb(168,199,176,0.5);
    height: 100%;
    z-index: -1;
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
}.contact_us .container {
    position: relative;
    padding: 0 15px;
    max-width: 1280px;
    margin: 0 auto;
}.contact_us .request_panel {
    border-radius: 25px;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    position: relative;
}.contact_us .feedback_request {
    width: 100%;
    order: 1;
    padding: 50px 30px;
    background-color: #ffffff;
    z-index: 2;
    position: relative;
    border-radius: 25px 25px 0 0;
}.contact_us .feedback_request h3 {
    font-size: 23px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
}.contact_us .feedback_request h3::after {
    height: 3px;
    content: '';
    position: absolute;
    background-color: rgb(127,173,162);
    left: 0;
    bottom: -8px;
    width: 50%;
}.contact_us .feedback_request form {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}.contact_us .feedback_request input[type="text"],
.contact_us .feedback_request input[type="email"] {
    border-radius: 10px;
    font-size: 16px;
    color: #000000;
    flex: 1 0 100%;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 0 20px;
    background-color: rgb(221,227,223);
    border: none;
    height: 60px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}.contact_us .feedback_request input[type="text"]:focus,
.contact_us .feedback_request input[type="email"]:focus {
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(127,173,162,0.5);
    transform: translateY(-2px);
}.contact_us .feedback_request input::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_us .feedback_request .query_info {
    margin-top: 10px;
    display: flex;
    flex: 1 0 100%;
    align-items: flex-start;
}.contact_us .feedback_request .query_info input[type="checkbox"] {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    appearance: none;
    width: 24px;
    background-color: rgb(221,227,223);
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 10px;
    -webkit-appearance: none;
    position: relative;
    cursor: pointer;
    margin-top: 2px;
    transition: background-color 0.3s ease;
    height: 24px;
}.contact_us .feedback_request .query_info input[type="checkbox"]:checked {
    background-color: rgb(127,173,162);
}.contact_us .feedback_request .query_info input[type="checkbox"]:checked::before {
    content: '';
    top: 6px;
    border: solid #ffffff;
    left: 9px;
    height: 10px;
    border-width: 0 2px 2px 0;
    position: absolute;
    width: 6px;
    transform: rotate(45deg);
}.contact_us .feedback_request .query_info label {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}.contact_us .feedback_request .query_info label a {
    color: rgb(168,199,176);
    text-decoration: none;
    font-weight: 600;
    position: relative;
}.contact_us .feedback_request .query_info label a::after {
    background-color: rgb(168,199,176);
    transform-origin: right;
    content: '';
    transform: scaleX(0);
    width: 100%;
    height: 1px;
    transition: transform 0.3s ease;
    left: 0;
    bottom: -2px;
    position: absolute;
}.contact_us .feedback_request .query_info label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.contact_us .feedback_request .query_widget {
    color: #ffffff;
    overflow: hidden;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: rgb(127,173,162);
    z-index: 1;
    height: 60px;
    border-radius: 10px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgb(127,173,162,0.5);
    margin-top: 15px;
    flex: 1 0 100%;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
}.contact_us .feedback_request .query_widget::before {
    transform: scaleX(0);
    left: 0;
    border-radius: 10px;
    top: 0;
    content: '';
    z-index: -1;
    width: 100%;
    transform-origin: right;
    transition: transform 0.5s ease;
    height: 100%;
    background: rgb(168,199,176);
    position: absolute;
}.contact_us .feedback_request .query_widget:hover {
    box-shadow: 0 6px 15px rgb(168,199,176,0.5);
}.contact_us .feedback_request .query_widget:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact_us .query_message {
    align-items: center;
    width: 100%;
    flex-direction: column;
    background-color: rgb(168,199,176);
    order: 2;
    position: relative;
    padding: 50px 30px;
    display: flex;
    color: #ffffff;
    border-radius: 0 0 25px 25px;
}.contact_us .query_message::before {
    content: '';
    transform: translateY(-15px);
    width: 100%;
    top: 0;
    position: absolute;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    left: 0;
    background: rgb(168,199,176);
    height: 30px;
}.contact_us .query_message h3 {
    font-size: 34px;
    margin-bottom: 40px;
    width: 100%;
    font-weight: 700;
    position: relative;
    text-align: center;
    color: #ffffff;
}.contact_us .query_message h3::after {
    height: 3px;
    background-color: rgb(127,173,162);
    transform: translateX(-50%);
    content: '';
    width: 60px;
    position: absolute;
    bottom: -15px;
    left: 50%;
}.contact_us .query_message div {
    position: relative;
    align-items: center;
    max-width: 400px;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    padding: 0;
}.contact_us .query_message div::before {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
    opacity: 0.2;
    height: 1px;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
}.contact_us .query_message div:last-child::before {
    display: none;
}.contact_us .query_message div svg {
    padding: 6px;
    height: 32px;
    box-shadow: 0 4px 10px rgb(127,173,162,0.5);
    margin-right: 20px;
    width: 32px;
    border-radius: 50%;
    background-color: rgb(127,173,162);
}.contact_us .query_message div svg path {
    fill: #ffffff;
}.contact_us .query_message div span {
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
}.contact_us .query_message div span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}.contact_us .query_message div span a::after {
    left: 0;
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.3s ease;
    content: '';
    height: 1px;
    bottom: -2px;
    transform-origin: right;
    background-color: #ffffff;
    position: absolute;
}.contact_us .query_message div span a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media screen and (min-width: 992px) {.contact_us .request_panel {
    align-items: stretch;
    flex-direction: row;
}.contact_us .feedback_request {
    padding: 60px;
    order: 1;
    width: 60%;
    border-radius: 25px 0 0 25px;
}.contact_us .query_message {
    order: 2;
    width: 40%;
    border-radius: 0 25px 25px 0;
    padding: 60px 40px;
    justify-content: center;
}.contact_us .query_message::before {
    height: 100%;
    transform: translateX(-15px);
    left: 0;
    width: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    top: 0;
}.contact_us .feedback_request input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.contact_us {
    padding: 80px 0;
}.contact_us .query_message div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.contact_us {
    padding: 60px 0;
}.contact_us .feedback_request,
    .contact_us .query_message {
    padding: 40px 25px;
}.contact_us .feedback_request h3,
    .contact_us .query_message h3 {
    font-size: calc(23px + 2px);
}.contact_us .feedback_request input[type="text"],
    .contact_us .feedback_request input[type="email"],
    .contact_us .feedback_request .query_widget {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.contact_us {
    padding: 40px 0;
}.contact_us .feedback_request,
    .contact_us .query_message {
    padding: 30px 20px;
}.contact_us .query_message div svg {
    height: 28px;
    width: 28px;
    margin-right: 15px;
}}.gratMessage {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(221,227,223) 0%, #ffffff 100%);
    justify-content: center;
    position: relative;
    display: flex;
    perspective: 1000px;
    align-items: center;
    overflow: hidden;
}.gratMessage::before {
    left: -5%;
    width: 120%;
    position: absolute;
    pointer-events: none;
    height: 120%;
    z-index: 0;
    content: "";
    transform: rotate(-5deg) skewX(5deg);
    top: -10%;
    background: 
        linear-gradient(120deg, rgb(168,199,176,0.5) 0%, transparent 40%),
        linear-gradient(-120deg, rgb(127,173,162,0.5) 0%, transparent 40%);
}.gratMessage::after {
    filter: blur(80px);
    content: "";
    background: linear-gradient(135deg, rgb(168,199,176,0.5) 0%, rgb(127,173,162,0.5) 100%);
    right: -20%;
    width: 60%;
    height: 60%;
    position: absolute;
    opacity: 0.2;
    bottom: -20%;
    transform: rotate(15deg);
    z-index: 0;
}.gratMessage .container {
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    width: 90%;
    z-index: 2;
    animation: container-entry 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
}.gratMessage .pro_study {
    transform-style: preserve-3d;
    background-color: #ffffff;
    transform: translateZ(0) rotateX(2deg);
    padding: calc(2rem + 3vw);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: transform 0.5s ease;
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
}.gratMessage .pro_study::before {
    right: 20px;
    border: 1px solid rgb(168,199,176,0.5);
    bottom: 20px;
    opacity: 0.4;
    position: absolute;
    top: 20px;
    left: 20px;
    pointer-events: none;
    transform: translateZ(-10px);
    content: "";
}.gratMessage .pro_study:hover {
    transform: translateZ(10px) rotateX(0deg);
}.gratMessage .pro_study > div:first-child {
    margin-bottom: 2rem;
    position: relative;
    transform: translateZ(20px);
}.gratMessage .pro_study > div:first-child::after {
    left: 0;
    background: linear-gradient(90deg, rgb(168,199,176) 0%, rgb(127,173,162) 100%);
    width: 80px;
    transform: scaleX(1);
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 4px;
    content: "";
    bottom: -10px;
    transform-origin: left center;
}.gratMessage .pro_study:hover > div:first-child::after {
    transform: scaleX(1.5);
}.gratMessage h5 {
    font-weight: 700;
    transform: translateZ(30px);
    position: relative;
    transition: transform 0.5s ease;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.4;
    color: #000000;
    margin: 0;
}.gratMessage .pro_study:hover h5 {
    transform: translateZ(40px);
}.gratMessage .pro_study > div:last-child {
    position: relative;
    transition: transform 0.5s ease;
    transform: translateZ(10px);
}.gratMessage .pro_study:hover > div:last-child {
    transform: translateZ(20px);
}.gratMessage p {
    font-weight: 400;
    margin: 0;
    position: relative;
    color: #000000;
    line-height: 1.8;
    transform: translateZ(0);
    transition: color 0.3s ease, transform 0.5s ease;
    font-size: 13px;
}.gratMessage a {
    transition: transform 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    display: block;
    position: relative;
}.gratMessage a::before {
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    bottom: 0;
    opacity: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        transparent 0%, 
        transparent 95%, 
        rgb(168,199,176,0.5) 95%, 
        rgb(168,199,176,0.5) 100%
    );
    width: 100%;
    left: 0;
    z-index: -1;
    transform: translateY(10px);
    content: "";
}.gratMessage a:hover::before {
    transform: translateY(0);
    opacity: 0.2;
}.gratMessage a:hover p {
    transform: translateZ(5px);
    color: rgb(168,199,176);
}

@keyframes container-entry {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(-100px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0) rotateX(0);
    }
}

@media (max-width: 991px) {.gratMessage {
    padding: 4rem 0;
}.gratMessage .pro_study {
    transform: translateZ(0) rotateX(1deg);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
    padding: calc(1.5rem + 2vw);
}.gratMessage h5 {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}.gratMessage p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.gratMessage {
    min-height: auto;
}.gratMessage .container {
    width: 95%;
}.gratMessage .pro_study {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    transform: none;
    padding: 1.5rem;
}.gratMessage .pro_study::before {
    bottom: 10px;
    top: 10px;
    right: 10px;
    left: 10px;
}.gratMessage .pro_study > div:first-child::after {
    height: 3px;
    width: 60px;
}.gratMessage h5 {
    font-size: calc(18px * 0.85);
    transform: none;
}.gratMessage p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.gratMessage .pro_study:hover h5,
    .gratMessage .pro_study:hover > div:last-child,
    .gratMessage .pro_study:hover {
    transform: none;
}
}

@media (max-width: 480px) {.gratMessage {
    padding: 3rem 0;
}.gratMessage .pro_study {
    padding: 1.25rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.08),
            0 3px 10px rgba(0, 0, 0, 0.04),
            0 0 0 1px rgba(0, 0, 0, 0.02);
}.gratMessage h5 {
    line-height: 1.4;
    font-size: calc(18px * 0.8);
}.gratMessage p {
    font-size: calc(13px * 0.85);
    line-height: 1.5;
}.gratMessage .pro_study > div:first-child {
    margin-bottom: 1.5rem;
}.gratMessage .pro_study > div:first-child::after {
    bottom: -8px;
    height: 3px;
    width: 50px;
}
}