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

.head_sitebar {
    flex: 1 0 auto;
}

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

.layer-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cert_display {
    flex: 0 0 auto;
}

.cert_display {
    color: #ffffff;
    padding: 4rem 0 2rem;
    position: relative;
}


.opening_page {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(185,211,194,0.5), rgb(147,178,158) 150%);
    align-items: center;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    position: relative;
}

.opening_page::after {
    top: -50%;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(185,211,194,0.5) 0%, transparent 70%);
    right: -50%;
    z-index: 0;
    animation: pulse 10s infinite alternate ease-in-out;
    position: absolute;
    transform: rotate(45deg);
}

.opening_page h3 {
    padding: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-weight: 600;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    transform: translateZ(0);
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    font-size: calc(19px * 1.1);
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    backdrop-filter: blur(10px);
    font-family: Arial, sans-serif;
    border-left: 4px solid rgb(147,178,158);
}

.opening_page .history_tl:hover {
    transform: translateZ(20px) rotateX(0);
}

.opening_page h1::after {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: rgb(147,178,158);
    left: 0;
    position: absolute;
    transform: scaleX(1);
    content: "";
    transform-origin: left;
    bottom: 0;
    width: 80px;
    height: 4px;
}

.opening_page .history_tl:hover h1::after {
    transform: scaleX(1.5);
}

.opening_page .history_tl > div::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
    left: 0;
    height: 100%;
}

.privacy_recess {
    background-color: rgb(185,211,194);
    color: #ffffff;
    border: 1px solid rgb(185,211,194,0.5);
    font-family: Arial, sans-serif;
    padding: 2em;
    margin: 0 auto;
    box-shadow: 0 0 20px rgb(185,211,194,0.5);
}

.privacy_recess h1 {
    text-shadow: 0 0 10px rgb(185,211,194,0.5);
    text-align: center;
    font-size: 42px;
    margin-bottom: 1.5em;
    font-weight: 700;
    color: #ffffff;
}

.privacy_recess h3,
.privacy_recess h4,
.privacy_recess h5,
.privacy_recess h6 {
    color: #ffffff;
    margin-bottom: 0.75em;
}

.privacy_recess h3 {
    font-weight: 400;
    font-size: calc(23px - 0.2em);
}

.privacy_recess ul,
.privacy_recess ol {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}

.privacy_recess ul {
    list-style-type: circle;
}

.privacy_recess p {
    margin-bottom: 1.5em;
    color: #ffffff;
    line-height: 1.7;
    font-size: 15px;
}


.privacy_recess h1::after {
    height: 4px;
    background-color: rgb(185,211,194);
    margin: 0.5em auto 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(185,211,194,0.5);
    display: block;
    content: "";
    width: 80px;
}

.privacy_recess ul li::before,
.privacy_recess ol li::before {
    height: 8px;
    border-radius: 50%;
    margin-right: 0.5em;
    background-color: rgb(185,211,194);
    width: 8px;
    box-shadow: 0 0 5px rgb(185,211,194,0.5);
    display: inline-block;
    content: "";
}

.get_support {
    position: relative;
    background: #ffffff;
    padding: 100px 0;
    overflow: hidden;
}

.get_support::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: 
        radial-gradient(circle at 20% 20%, rgb(185,211,194,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(147,178,158,0.5) 0%, transparent 30%);
    left: 0;
    filter: blur(50px);
    z-index: 1;
    top: 0;
}

.get_support .instant_help {
    background: rgb(185,211,194);
    align-items: center;
    position: relative;
    text-align: center;
    margin: 0 0 50px;
    color: #ffffff;
    font-size: 38px;
    padding: 15px 0;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    z-index: 10;
}

.get_support .instant_help::before {
    border-radius: 50%;
    filter: blur(50px);
    content: '';
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: rgb(185,211,194,0.5);
    top: 50%;
    z-index: -1;
    opacity: 0.4;
    height: 120px;
    width: 120px;
}

.get_support .image_header {
    height: 100%;
    position: absolute;
    right: 15px;
    left: 15px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
    top: 0;
}

.get_support .image_header::before {
    height: 100%;
    left: 0;
    content: '';
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}


.get_support .instant_contact {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 2;
    padding: 40px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 10px;
    background: #ffffff;
    transform: translateZ(0);
}

.get_support .instant_contact p {
    align-items: center;
    margin: 0 0 22px;
    position: relative;
    display: flex;
    font-size: 12px;
    color: #000000;
    padding-left: 42px;
}

.get_support .instant_contact p svg {
    transform: translateY(-50%);
    padding: 4px;
    background: rgb(225,239,230);
    box-sizing: content-box;
    width: 24px;
    transition: all 0.3s ease;
    fill: #000000;
    position: absolute;
    height: 24px;
    border-radius: 50%;
    left: 0;
    top: 50%;
}

.get_support .instant_contact p:nth-child(1) svg path {
    animation-delay: 0.1s;
}

.get_support .instant_contact p:nth-child(3) svg path {
    animation-delay: 0.3s;
}

.get_support .instant_contact p:nth-child(5) svg path {
    animation-delay: 0.5s;
}

.get_support .instant_contact p a {
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(185,211,194);
}

.get_support .get_contactpanel::before {
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(185,211,194,0.5) 49%, rgb(185,211,194,0.5) 51%, transparent 52%) 0 0/30px 30px,
        linear-gradient(-45deg, transparent 48%, rgb(147,178,158,0.5) 49%, rgb(147,178,158,0.5) 51%, transparent 52%) 0 0/30px 30px;
    opacity: 0.1;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    content: '';
}

.get_support .contact_support svg circle {
    animation: clockwise 10s linear infinite;
    transform-origin: center;
}


.get_support .contact_support::after {
    position: absolute;
    bottom: -10px;
    height: 2px;
    content: '';
    transform: translateX(-50%);
    background: rgb(185,211,194);
    left: 50%;
    width: 40px;
}

.get_support .contact_help svg {
    stroke-linecap: round;
    top: 50%;
    stroke-linejoin: round;
    opacity: 0.8;
    height: 16px;
    transition: all 0.3s ease;
    left: 12px;
    fill: none;
    position: absolute;
    width: 16px;
    stroke-width: 2;
    stroke: rgb(185,211,194);
    transform: translateY(-50%);
}

.get_support .contact_help:hover svg {
    transform: translateY(-50%) rotate(15deg);
    stroke: rgb(147,178,158);
    opacity: 1;
}

.get_support .contact_help:hover::before {
    transform: scaleX(1);
}

.get_support .contact_help:nth-child(odd)::after {
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: rgb(185,211,194,0.5);
    width: 10px;
    content: '';
    height: 10px;
    position: absolute;
}

.test_drive {
    z-index: 1;
    overflow: hidden;
    padding: 100px 0;
    background-color: rgb(225,239,230);
    position: relative;
}

.test_drive::after {
    background-size: 30px 30px, 50px 50px;
    opacity: 0.06;
    background-image: 
        radial-gradient(rgb(185,211,194,0.5) 1px, transparent 2px),
        radial-gradient(rgb(147,178,158,0.5) 1px, transparent 2px);
    position: absolute;
    background-position: 0 0, 25px 25px;
    animation: bgPulse 10s ease-in-out infinite alternate;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    content: '';
}



.test_drive::after {
    animation: 
        bgPulse 10s ease-in-out infinite alternate,
        moveBackground 30s linear infinite;
}

.test_drive .study_guides:hover {
    box-shadow: 
        15px 15px 50px rgba(0, 0, 0, 0.07),
        -15px -15px 50px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(255, 255, 255, 0.6),
        inset -3px -3px 6px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

.test_drive h3::before {
    width: 10px;
    background: rgb(185,211,194);
    transform: translateY(-50%);
    left: -20px;
    top: 50%;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    content: '';
    position: absolute;
    border-radius: 50%;
    height: 10px;
}

.test_drive .online_contact {
    overflow: hidden;
    letter-spacing: 1.5px;
    border-radius: 24px;
    text-decoration: none;
    padding: 16px 40px;
    z-index: 1;
    background: rgb(225,239,230);
    transition: all 0.3s ease;
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.1),
        -8px -8px 20px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-top: 20px;
    text-transform: uppercase;
}

.test_drive .online_contact:hover::before {
    opacity: 0.2;
}

.test_drive .online_contact:active {
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
    transform: translateY(0);
}

.test_drive .study_guides::after {
    bottom: -30px;
    right: -30px;
    height: 150px;
    background: linear-gradient(135deg, rgb(147,178,158), rgb(185,211,194));
    width: 150px;
    animation: pulse 8s ease-in-out 2s infinite alternate;
}

.test_drive .study_guides::after {
    opacity: 0.3;
    content: '';
    position: absolute;
    height: 1px;
    left: 20px;
    width: calc(100% - 40px);
    bottom: 20px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(185,211,194,0.5), 
        rgb(147,178,158,0.5), 
        rgb(185,211,194,0.5), 
        transparent
    );
}

.test_drive:hover .study_guides::before {
    opacity: 0.05;
    background-size: 40px 100%;
}

.course_features::before {
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(185,211,194,0.5), 0.03) 0%, transparent 80%),
    radial-gradient(circle at 80% 70%, rgba(rgb(147,178,158,0.5), 0.04) 0%, transparent 80%);
    top: 0;
    z-index: 0;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
}

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

.course_features h2 {
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 50px;
    transition: transform 0.5s ease-out;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 38px;
    text-align: center;
}

.course_features .knowledge_track {
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
    perspective: 1000px;
    gap: 40px;
    position: relative;
}

.course_features .image_header {
    transform: translateZ(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 350px;
    border-radius: 27px;
    width: 100%;
}

.course_features .image_header::after {
    background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 70%
  );
    height: 50%;
    top: -100%;
    width: 50%;
    left: -100%;
    z-index: 2;
    content: "";
    transform: rotate(45deg);
    animation: shine 15s infinite alternate;
    transition: top 7s ease-out, left 7s ease-out;
    position: absolute;
}

.course_features .text_area::before {
    top: 0;
    height: 0;
    width: 4px;
    content: "";
    background: linear-gradient(to bottom, rgb(185,211,194), rgb(147,178,158));
    position: absolute;
    left: 0;
    transition: height 0.7s ease;
}

.course_features .description:last-child {
    margin-bottom: 0;
}

.course_features .description::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(185,211,194);
}

header .head_core {
    align-items: center;
    padding: 20px 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

header .head_core::before {
    content: "";
    height: 1px;
    left: 10%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(185,211,194), transparent);
    width: 80%;
    bottom: 0;
}

header .head_core .main_class .top_prime::before {
    top: -5px;
    opacity: 0;
    right: -5px;
    transform: scale(0.9);
    background: rgba(0, 0, 0, 0.5);
    bottom: -5px;
    border-radius: 10px;
    position: absolute;
    transition: transform 0.3s ease, opacity 0.3s ease;
    content: "";
    z-index: -1;
    left: -5px;
}

header .head_core .nav_sitewrap .main_learn {
    margin: 0;
    transform-style: preserve-3d;
    position: relative;
}

header .head_core .nav_sitewrap .main_learn a::before,
header .head_core .nav_sitewrap .main_learn a::after {
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
}

header .head_core .nav_sitewrap .main_learn a::before {
    background: linear-gradient(to bottom, rgb(185,211,194,0.5), transparent);
    opacity: 0;
    transform-origin: top center;
    transform: translateZ(-1px) rotateX(10deg);
}

header .head_core .nav_sitewrap .main_learn:hover a {
    color: rgb(185,211,194);
    transform: translateZ(10px);
}

header .head_core .nav_sitewrap .main_learn:hover a::before,
header .head_core .nav_sitewrap .main_learn:hover a::after {
    opacity: 0.1;
}

header .head_core .nav_sitewrap .main_learn:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}

.meet_us::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(185,211,194,0.5) 0%, transparent 50%);
    opacity: 0.35;
    position: absolute;
    z-index: 1;
}

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

.meet_us .study_guides::before {
    background: rgb(185,211,194,0.5);
    position: absolute;
    width: 200px;
    animation: pulse 8s infinite alternate;
    border-radius: 50%;
    height: 200px;
    right: -100px;
    content: "";
    filter: blur(80px);
    z-index: -1;
    top: -80px;
}



.meet_us .skill_trackCmFoN {
    position: relative;
    flex: 0 0 35%;
    overflow: hidden;
    border-radius: 13px;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.6s ease;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}



.meet_us .image_header {
    overflow: hidden;
    position: relative;
    height: 380px;
}

.meet_us .image_header::after {
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #000000, transparent);
    height: 50%;
}

.meet_us .expert_learnings {
    margin: 0 0 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    color: #ffffff;
    font-size: calc(24px - 2px);
}

.meet_us .text_area {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    flex: 1;
    position: relative;
    border-radius: 13px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.meet_us .text_area::after {
    width: 200px;
    z-index: -1;
    opacity: 0.8;
    content: "";
    height: 200px;
    background: radial-gradient(circle, rgb(147,178,158,0.5) 0%, transparent 70%);
    position: absolute;
    right: -50%;
    animation: float 15s infinite linear;
    top: -50%;
}

.meet_us .expert_network svg {
    height: 48px;
    filter: drop-shadow(0 2px 10px rgb(185,211,194,0.5));
    transition: transform 0.4s ease, filter 0.4s ease;
    fill: rgb(185,211,194);
    width: 48px;
}

.meet_us .expert_network:hover svg path {
    fill: rgb(147,178,158);
}

.meet_us h2::after {
    content: "";
    left: 0;
    border-radius: 10px;
    width: 80px;
    position: absolute;
    bottom: 0;
    background: rgb(185,211,194);
    height: 3px;
}

.teaching_experience {
    position: relative;
    height: 500px;
    background: rgb(225,239,230);
    overflow: hidden;
}

.teaching_experience::after {
    width: 100%;
    z-index: 2;
    mix-blend-mode: overlay;
    background: 
        linear-gradient(
            135deg, 
            transparent 0%, 
            rgb(147,178,158,0.5) 100%
        );
    position: absolute;
    height: 100%;
    content: "";
}

.teaching_experience .image_header::after {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(
        to right,
        rgb(185,211,194) 0%,
        transparent 100%
    );
    content: "";
    opacity: 0.3;
    position: absolute;
}

.teaching_experience:hover .image_header {
    transform: translateX(0%);
    filter: grayscale(0%) contrast(1.2);
}



.teaching_experience:hover .image_header {
    animation: parallax-shift 3s ease-in-out infinite alternate;
}

.teaching_experience .name {
    margin-bottom: 0.7rem;
    color: #000000;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    font-weight: 700;
    animation: slide-left 0.7s forwards 0.2s;
    font-size: 38px;
}

.teaching_experience:hover .name::before {
    transform: scaleX(1);
}

.teaching_experience .employee_progress > div:nth-child(2) {
    transform: translateX(50px);
    letter-spacing: 3px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    opacity: 0;
    color: rgb(147,178,158);
    font-size: 23px;
    font-weight: 600;
    animation: slide-left 0.7s forwards 0.4s;
}

.teaching_experience .emp_skills::after {
    position: absolute;
    right: -80px;
    content: '"';
    color: rgb(185,211,194,0.5);
    opacity: 0.1;
    line-height: 0;
    z-index: -1;
    font-family: serif;
    bottom: -120px;
    font-size: 20rem;
}

.teaching_experience .employee_progress > div {
    transition: transform 0.3s ease;
}

.teaching_experience:hover .employee_progress > div:nth-child(2) {
    transform: translateY(-3px);
    transition-delay: 0.2s;
}

.plan_wrapper {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(225,239,230);
}

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

.plan_wrapper .plan_details {
    transform: translateY(-10px);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
}

.plan_wrapper .plan_details h2::after {
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    content: "";
    background: rgb(185,211,194);
    left: 50%;
    width: 80px;
    bottom: -10px;
}

.plan_wrapper .deal_opts {
    gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
    display: grid;
}

.plan_wrapper .training_fees:nth-child(1) {
    --index: 1;
}

.plan_wrapper .training_fees:nth-child(2) {
    --index: 2;
}

.plan_wrapper .training_fees:nth-child(3) {
    --index: 3;
}

.plan_wrapper .training_fees:nth-child(4) {
    --index: 4;
}

.plan_wrapper .training_fees:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.plan_wrapper .access_plans {
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    height: 100%;
}

.plan_wrapper .plan_options {
    padding: 40px 30px;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    flex: 1;
}

.plan_wrapper .plan_options h3::after {
    position: absolute;
    content: "";
    height: 2px;
    bottom: -8px;
    background-color: rgb(185,211,194);
    width: 40px;
    left: 0;
    transition: width 0.3s ease;
}

.plan_wrapper .plan_options p {
    white-space: normal;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 13px;
    line-height: 1.7;
    flex-grow: 1;
    word-break: break-word;
    margin-bottom: 0;
}

.plan_wrapper .image_header {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    height: 200px;
    width: 100%;
}

.plan_wrapper .training_fees:hover .image_header {
    filter: brightness(1.05);
    transform: scale(1.05);
}

.gratSpot::before {
    position: absolute;
    background: linear-gradient(120deg, rgb(147,178,158), rgba(rgb(147,178,158,0.5), 0.2));
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    width: 40%;
    transform: rotate(35deg) skew(15deg);
    top: -15%;
    filter: blur(80px);
    height: 70%;
    right: -10%;
    opacity: 0.1;
}

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

.gratSpot .study_guides:hover {
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(147,178,158,0.5), 0.15) inset;
    transform: perspective(1000px) rotateY(-1deg);
}

.gratSpot .study_guides > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}

.gratSpot .study_guides > div:first-child::after {
    left: 0;
    background: rgb(185,211,194);
    height: 3px;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
    transform-origin: left;
    position: absolute;
    bottom: 0;
    content: "";
}

.gratSpot .study_guides:hover h5 {
    transform: translateX(0);
}

.gratSpot a {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease-out;
    position: relative;
}

.gratSpot a:hover p {
    color: rgb(185,211,194);
}

.gratSpot a::before {
    bottom: -10px;
    content: "";
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 1px;
    position: absolute;
    width: 0;
    background: linear-gradient(90deg, 
        rgb(185,211,194), 
        rgb(147,178,158));
    left: 0;
    opacity: 0.7;
}

.gratSpot .study_guides:hover > div:first-child::before {
    opacity: 0.2;
    transform: rotate(5deg) scale(1.1);
}

.cookieAlertContainer {
    position: fixed;
    background: rgb(225,239,230);
    border-top: 3px solid rgb(185,211,194);
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 90;
    padding: 20px 0;
}

#dataPrivacyBanner {
    display: none;
}

.cookieAlertContainer h5 {
    font-size: 23px;
    margin-bottom: 6px;
    color: rgb(185,211,194);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.cookie_list svg, .cookie_list svg path {
    height: 80px;
    fill: rgb(185,211,194);
    width: 80px;
}

.cookie_button.user_alert {
    background: rgb(185,211,194);
}

.cookie_button.user_tracker {
    background: rgb(147,178,158);
}

.consent_learn:hover {
    border: 2px solid #ffffff;
}

.cookieAlertContainer p a {
    color: rgb(185,211,194);
    font-weight: 700;
    text-decoration: underline;
}


.layer-container .cookieAlertContainer {
    border: none;
    padding: 30px 0;
    background: rgb(147,178,158);
}

.layer-container .cookie_comply h5, .layer-container .cookie_comply p {
    color: #ffffff;
}

.contact_form_section::before {
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    bottom: 0;
    content: '';
    pointer-events: none;
    right: 0;
}

.contact_form_section h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    letter-spacing: 0.1em;
    text-align: center;
}

.contact_form_section h2::after {
    right: 0;
    width: 30%;
}

.contact_form_section .message_inquiry {
    background: rgb(147,178,158,0.5);
    align-items: stretch;
    transition: transform 0.3s ease;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid rgb(185,211,194,0.5);
    transform: rotateX(5deg) scale(0.98);
    border-radius: 24px;
    display: flex;
}

.contact_form_section .image_header::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    mix-blend-mode: color-dodge;
    opacity: 0.7;
    background: linear-gradient(
        135deg, 
        rgb(185,211,194,0.5) 0%, 
        rgb(147,178,158,0.5) 100%
    );
    top: 0;
}

.contact_form_section .connect_list form {
    z-index: 3;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    position: relative;
}

.contact_form_section .connect_list h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.contact_form_section .connect_list input:not([type="checkbox"]):not([type="submit"])::before {
    top: 0;
    height: 100%;
    opacity: 0;
    content: '';
    transition: opacity 0.3s ease;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(185,211,194,0.5) 100%
    );
    left: 0;
}

.contact_form_section .connect_list input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}

.contact_form_section .connect_list .support_widget input[type="checkbox"] {
    height: 22px;
    background: rgb(147,178,158,0.5);
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    appearance: none;
    position: relative;
    border: 2px solid rgb(185,211,194,0.5);
    margin-right: 1rem;
    width: 22px;
}

.contact_form_section .connect_list .support_widget label {
    align-items: center;
    color: #ffffff;
    font-size: 13px;
    display: flex;
}

.contact_form_section .connect_list .support_widget a:hover {
    text-decoration: underline;
}

.contact_form_section .connect_list .inquiry_card {
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    letter-spacing: 0.1em;
    background: rgb(185,211,194);
    position: relative;
    width: 100%;
    font-size: 16px;
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 600;
    padding: 1rem;
    border-radius: 10px;
}

.contact_form_section .connect_list .inquiry_card:hover::before {
    left: 100%;
}

footer {
    z-index: 1;
    position: relative;
}

footer::before {
    content: "";
    top: 0;
    background: rgb(185,211,194);
    opacity: 0.95;
    left: 0;
    bottom: 0;
    z-index: -2;
    position: absolute;
    right: 0;
}

.cert_display::before {
    left: 0;
    height: 3px;
    position: absolute;
    width: 100%;
    background: rgb(147,178,158);
    top: 0;
    content: "";
}

.cert_display::after {
    background-image: 
        linear-gradient(90deg, 
            rgb(147,178,158) 0px, rgb(147,178,158) 10px,
            transparent 10px, transparent 15px,
            rgb(147,178,158) 15px, rgb(147,178,158) 30px,
            transparent 30px, transparent 35px,
            rgb(147,178,158) 35px, rgb(147,178,158) 40px,
            transparent 40px, transparent 60px,
            rgb(147,178,158) 60px, rgb(147,178,158) 70px,
            transparent 70px, transparent 80px,
            rgb(147,178,158) 80px, rgb(147,178,158) 90px,
            transparent 90px, transparent 110px,
            rgb(147,178,158) 110px, rgb(147,178,158) 120px,
            transparent 120px, transparent 140px
        );
    content: "";
    top: 3px;
    background-repeat: repeat-x;
    left: 0;
    height: 8px;
    position: absolute;
    width: 100%;
    opacity: 0.5;
}

.cert_display .company_holder h3 {
    font-size: 30px;
    font-weight: 700;
    background: rgb(147,178,158);
    padding: 1.5rem 2rem;
    border-top-left-radius: 10px;
    color: #ffffff;
    border-top-right-radius: 10px;
    margin: 0;
    position: relative;
}

.cert_display .license_cta {
    position: relative;
    border-bottom-right-radius: 10px;
    line-height: 1.6;
    border-bottom-left-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    color: #ffffff;
    font-size: 12px;
}

.cert_display .license_cta::after {
    background: rgb(147,178,158);
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    bottom: 2rem;
    right: -10px;
}

.cert_display .nav_sitewrap::before {
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    z-index: -1;
    border-radius: 10px;
}

.cert_display .nav_sitewrap h5::before {
    margin-right: 10px;
    border-radius: 50%;
    height: 8px;
    content: "";
    background: #ffffff;
    display: inline-block;
    width: 8px;
}

.cert_display .nav_sitewrap .head_learn {
    gap: 2px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
}

.cert_display .nav_sitewrap .head_learn a::before {
    background: rgb(147,178,158);
    width: 6px;
    position: absolute;
    border-radius: 50%;
    height: 6px;
    top: 50%;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    left: 0.7rem;
    content: "";
}

.collab_net {
    margin-top: 2.5rem;
    background: rgb(147,178,158);
    padding: 2rem 0;
    position: relative;
}

.collab_net .container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.collab_net .container::before,
.collab_net .container::after {
    top: 50%;
    position: absolute;
    background: rgb(185,211,194);
    content: "";
    transform: translateY(-50%);
    width: 15px;
    border-radius: 50%;
    height: 15px;
}

.collab_net .container::before {
    left: 15%;
}

.collab_net .container::after {
    right: 15%;
}

.collab_net .leaderboard {
    color: #ffffff;
    position: relative;
    background: rgb(185,211,194);
    text-align: center;
    font-size: 12px;
    display: inline-block;
    padding: 0.5rem 2rem;
    border-radius: 30px;
}

.collab_net .leaderboard::after {
    margin-left: 15px;
    left: 100%;
}

.course_features .text_area::-webkit-scrollbar {
    width: 6px;
}

.course_features .text_area::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(rgb(147,178,158,0.5), 0.1);
}

.course_features .text_area::-webkit-scrollbar-thumb {
    background: rgb(147,178,158);
    border-radius: 10px;
}



@media (min-width: 992px) {.opening_page .edu_intro {
    gap: 4rem;
}.opening_page h3 {
    max-width: 90%;
    font-size: calc(19px * 1.1);
    transform: translateZ(10px) rotateX(3deg);
}.opening_page h1 {
    font-size: calc(43px * 1.4);
}.opening_page .history_tl {
    transform: translateZ(0) rotateX(8deg);
}.opening_page .history_tl > div {
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 0 10px 20px rgba(0,0,0,0.15);
}.opening_page .history_tl > div p {
    padding: 5rem 4rem;
    font-size: calc(13px * 1.4);
}
}


@media only screen and (max-width: 800px) {.privacy_recess {
    padding: 1em;
    border-radius: 10px;
}.privacy_recess h1 {
    font-size: calc(23px - 0.5em);
}.privacy_recess h2 {
    font-size: calc(23px - 0.4em);
}.privacy_recess p,
    .privacy_recess li {
    font-size: calc(15px - 0.2em);
}}


@media (min-width: 768px) and (max-width: 991px) {.get_support {
    padding: 80px 0;
}.get_support .instant_help {
    margin-bottom: 40px;
}.get_support .instant_help svg {
    height: 24px;
    width: 24px;
    margin-right: 10px;
}.get_support .instant_contact,
    .get_support .get_contactpanel {
    padding: 30px;
}.get_support .instant_contact p svg {
    height: 22px;
    width: 22px;
}.get_support .contact_support svg {
    height: 20px;
    width: 20px;
}.get_support .course_ask {
    grid-template-columns: repeat(3, 1fr);
}
}



@media screen and (max-width: 992px) {.test_drive {
    padding: 80px 0;
}.test_drive .study_guides {
    max-width: 90%;
    padding: 40px;
}.test_drive h3 {
    font-size: calc(32px * 0.9);
}.test_drive .study_guides::before {
    width: 150px;
    height: 150px;
}.test_drive .study_guides::after {
    width: 120px;
    height: 120px;
}
}



@media screen and (max-width: 768px) {.test_drive {
    padding: 60px 0;
}.test_drive .study_guides {
    padding: 30px 20px;
    max-width: 95%;
}.test_drive h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.test_drive h3::before,
    .test_drive h3::after {
    display: none;
}.test_drive .online_contact {
    font-size: calc(15px * 0.9);
    padding: 14px 30px;
}.test_drive .study_guides::before,
    .test_drive .study_guides::after {
    height: 100px;
    width: 100px;
}}



@media (min-width: 992px) {.course_features h2 {
    font-size: calc(38px * 1.2);
}.course_features .image_header {
    height: 500px;
    flex: 0 0 40%;
}.course_features .text_area {
    flex: 0 0 60%;
    padding: 60px 50px;
    max-height: 500px;
}.course_features .description {
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}
}



@media (min-width: 1200px) {.course_features {
    padding: 180px 0;
}.course_features .container {
    padding: 0;
}.course_features h2 {
    font-size: calc(38px * 1.3);
    margin-bottom: 90px;
}.course_features .knowledge_track {
    gap: 80px;
}.course_features .image_header {
    clip-path: polygon(0 0, 100% 7%, 93% 100%, 0 93%);
    height: 550px;
}.course_features .text_area {
    padding: 70px 60px;
    max-height: 550px;
}
}



@media (max-width: 480px) {.course_features {
    padding: 60px 0;
}.course_features h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.course_features .image_header {
    height: 200px;
}.course_features .text_area {
    max-height: 300px;
    padding: 25px 20px;
}.course_features .description {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}



@media (max-width: 767px) {header .head_core .nav_sitewrap .main_learn a {
    padding: 8px 12px;
    font-size: calc(18px - 2px);
}}



@media (max-width: 1024px) {.meet_us {
    padding: 90px 0;
}.meet_us .study_guides {
    gap: 40px;
}.meet_us .skill_trackCmFoN {
    flex: 0 0 40%;
}.meet_us .image_header {
    height: 350px;
}.meet_us .text_area {
    padding: 30px;
}
}



@media (max-width: 576px) {.meet_us {
    padding: 60px 0;
}.meet_us::before,
    .meet_us::after {
    opacity: 0.25;
}.meet_us .skill_trackCmFoN {
    width: 100%;
}.meet_us .image_header {
    height: 280px;
}.meet_us .training_experts {
    padding: 15px 20px;
}.meet_us .expert_learnings {
    font-size: calc(22px + 1px);
}.meet_us .text_area {
    padding: 25px 20px;
}.meet_us .expert_network svg {
    height: 40px;
    width: 40px;
}.meet_us .expert_network {
    font-size: 12px;
    margin-bottom: 20px;
}.meet_us h2 {
    font-size: calc(36px - 6px);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.meet_us h2::after {
    height: 2px;
    width: 60px;
}.meet_us p {
    font-size: calc(12px - 1px);
    line-height: 1.7;
}}



@media (min-width: 768px) {.plan_wrapper .deal_opts {
    grid-template-columns: repeat(2, 1fr);
}.plan_wrapper .plan_options {
    padding: 40px;
}.plan_wrapper .image_header {
    height: 220px;
}
}



@media (min-width: 992px) {.plan_wrapper .deal_board {
    gap: 50px;
    align-items: center;
    flex-direction: row;
}.plan_wrapper .deal_opts {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.plan_wrapper .plan_details {
    text-align: left;
    margin: 0;
    width: 35%;
}.plan_wrapper .plan_details h2::after {
    transform: none;
    left: 0;
}.plan_wrapper .access_rates {
    margin: 0;
}
}



@media (max-width: 767px) {.plan_wrapper {
    padding: 80px 0;
}.plan_wrapper .plan_options {
    padding: 30px 20px;
}.plan_wrapper .cost_rates {
    padding: 6px 12px;
    font-size: 21px;
}.plan_wrapper .image_header {
    height: 180px;
}
}



@media (max-width: 992px) {.gratSpot {
    padding: 4rem 0;
}.gratSpot .study_guides {
    padding: 2.5rem;
}.gratSpot h5 {
    font-size: calc(24px * 0.9);
}
}



@media (max-width: 576px) {.gratSpot {
    padding: 2.5rem 0;
}.gratSpot .study_guides {
    padding: 1.5rem;
    gap: 1.25rem;
}.gratSpot h5 {
    font-size: calc(24px * 0.8);
}.gratSpot p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.gratSpot .study_guides > div:first-child {
    padding-bottom: 1rem;
}.gratSpot .study_guides > div:first-child::after {
    width: 40px;
    height: 2px;
}.gratSpot .study_guides:hover > div:first-child::after {
    width: 80px;
}.gratSpot .study_guides > div:first-child::before {
    top: -15px;
    font-size: calc(32px * 1.2);
}}



@media screen and (max-width: 1024px) {.contact_form_section .message_inquiry {
    flex-direction: column;
    transform: none;
}.contact_form_section .image_header {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_form_section .connect_list {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}



@media screen and (max-width: 768px) {.contact_form_section {
    padding: 3rem 0;
}.contact_form_section h2 {
    margin-bottom: 2rem;
    font-size: calc(39px * 0.8);
}.contact_form_section .connect_list h3 {
    font-size: calc(32px * 0.9);
}.contact_form_section .connect_list input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.contact_form_section .connect_list .support_widget {
    align-items: flex-start;
}.contact_form_section .connect_list .support_widget input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 992px) {.cert_display {
    padding: 3.5rem 0 1.5rem;
}.cert_display .container {
    gap: 2.5rem;
    flex-direction: column;
}.cert_display .company_holder,
    .cert_display .media_kit {
    min-width: 100%;
    flex: 1 1 100%;
}.cert_display .nav_sitewrap {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
}.collab_net .container::before,
    .collab_net .container::after {
    display: none;
}
}



@media (max-width: 576px) {.cert_display {
    padding: 2.5rem 0 0.8rem;
}.cert_display .nav_sitewrap {
    min-width: 100%;
    flex: 1 1 100%;
}.cert_display .head_learn {
    gap: 1rem;
}.cert_display .nav_sitewrap .head_learn a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.cert_display .nav_sitewrap .head_learn a::before {
    left: 0.6rem;
}.collab_net {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.collab_net .leaderboard::before,
    .collab_net .leaderboard::after {
    display: none;
}
}



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

@keyframes gentleRotate {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
    }
    75% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes drawSvgPath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}



@keyframes moveBackground {
    0% {
        background-position: 0 0, 25px 25px;
    }
    100% {
        background-position: 30px 30px, 55px 55px;
    }
}

@keyframes border-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.7;
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-30px, 30px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}



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



@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

