﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1247px;
    margin: auto;
    max-width: 100%;
}html,body {
    auto
contain;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}.goal_footer0 {
    flex: 0 0 auto;
}.panel-container6 {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}header,footer {
    width: 100%;
}.head_site9 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_program_description7 {
    background: rgb(169,168,177);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.course_program_description7::before {
    right: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(102,102,111,0.5) 2px, rgb(102,102,111,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(135,135,144,0.5) 2px, rgb(135,135,144,0.5) 4px);
    bottom: 0;
    opacity: 0.03;
    left: 0;
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
}.course_program_description7::after {
    width: 90%;
    height: 90%;
    position: absolute;
    filter: blur(40px);
    content: "";
    animation: ambientLight 15s infinite alternate ease-in-out;
    z-index: 0;
    top: 5%;
    background: 
        radial-gradient(ellipse at top left, rgb(135,135,144,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgb(102,102,111,0.5) 0%, transparent 60%);
    left: 5%;
}.course_program_description7 .container {
    position: relative;
    z-index: 1;
}.course_program_description7 .who_weare9 {
    overflow: visible;
    flex-direction: column;
    max-width: 100%;
    position: relative;
    background: transparent;
    display: flex;
    border-radius: 25px;
}.course_program_description7 .img_fit7 {
    left: 0;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 0;
    transform: translateZ(0);
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 25px;
    height: 100%;
    width: 100%;
    filter: saturate(0.8) contrast(1.1);
}.course_program_description7 .img_fit7::before {
    mix-blend-mode: multiply;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}.course_program_description7 .img_fit7::after {
    top: 0;
    background: 
        linear-gradient(to right, #000000 0%, transparent 20%, transparent 80%, #000000 100%),
        linear-gradient(to bottom, #000000 0%, transparent 20%, transparent 80%, #000000 100%);
    opacity: 0.7;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    z-index: 2;
    width: 100%;
}.course_program_description7 .who_weare9:hover .img_fit7 {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        65% 100%, 
        60% 85%, 
        40% 85%, 
        35% 100%, 
        0% 100%
    );
    filter: saturate(1.1) contrast(1.2);
}.course_program_description7 .program_path7 {
    background: rgba(255, 255, 255, 0.9);
    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(255, 255, 255, 0.1);
    z-index: 3;
    border-radius: 25px;
    transform: perspective(1000px) rotateX(2deg);
    padding: 80px 60px;
    backdrop-filter: blur(10px);
    position: relative;
    margin: 40px auto;
    width: 85%;
    transition: all 0.6s ease;
}.course_program_description7 .program_path7::before {
    transition: opacity 0.6s ease;
    top: -2px;
    opacity: 0.7;
    z-index: -1;
    bottom: -2px;
    position: absolute;
    content: "";
    border-radius: calc(25px + 2px);
    left: -2px;
    background: linear-gradient(
        45deg,
        rgb(135,135,144) 0%,
        transparent 30%,
        transparent 70%,
        rgb(102,102,111) 100%
    );
    right: -2px;
}.course_program_description7 .program_path7::after {
    border: 1px dashed rgb(135,135,144,0.5);
    top: 10px;
    bottom: 10px;
    z-index: -1;
    left: 10px;
    position: absolute;
    transition: all 0.4s ease;
    border-radius: 10px;
    content: "";
    right: 10px;
    opacity: 0.5;
}.course_program_description7 .who_weare9:hover .program_path7 {
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(0deg);
}.course_program_description7 .who_weare9:hover .program_path7::before {
    opacity: 1;
}.course_program_description7 .who_weare9:hover .program_path7::after {
    left: 15px;
    top: 15px;
    opacity: 0.7;
    bottom: 15px;
    right: 15px;
}.course_program_description7 .top_primary7 {
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-items: center;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 70px;
    height: 70px;
    justify-content: center;
    display: flex;
    z-index: 5;
    top: -35px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.05),
        0 0 0 5px rgb(135,135,144,0.5);
    background: #ffffff;
}.course_program_description7 .top_primary7::before {
    position: absolute;
    border-radius: 50%;
    transition: opacity 0.5s ease;
    content: "";
    bottom: -10px;
    animation: rotateConic 10s linear infinite;
    right: -10px;
    top: -10px;
    z-index: -1;
    opacity: 0.5;
    left: -10px;
    background: 
        conic-gradient(
            rgb(135,135,144) 0deg, 
            rgb(135,135,144) 90deg, 
            transparent 90deg, 
            transparent 180deg, 
            rgb(102,102,111) 180deg, 
            rgb(102,102,111) 270deg, 
            transparent 270deg, 
            transparent 360deg
        );
}.course_program_description7 .top_primary7:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 6px 12px rgba(0, 0, 0, 0.08),
        0 0 0 5px rgb(102,102,111,0.5);
    transform: translateX(-50%) scale(1.1);
}.course_program_description7 .top_primary7:hover::before {
    opacity: 0.8;
}.course_program_description7 .top_primary7 svg {
    width: 40px;
    height: 40px;
    transition: transform 0.5s ease;
}.course_program_description7 .top_primary7:hover svg {
    transform: rotate(15deg);
}.course_program_description7 .top_primary7 svg path {
    fill: rgb(135,135,144);
    transition: fill 0.5s ease;
}.course_program_description7 .top_primary7:hover svg path {
    fill: rgb(102,102,111);
}.course_program_description7 h3 {
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #000000;
    padding-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 32px;
}.course_program_description7 h3::before {
    transform: translateX(-50%);
    left: 50%;
    transition: width 0.5s ease;
    height: 2px;
    position: absolute;
    background: rgb(135,135,144);
    content: "";
    width: 50px;
    bottom: 0;
}.course_program_description7 h3::after {
    bottom: -5px;
    background: rgb(102,102,111,0.5);
    height: 1px;
    width: 100px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    transition: width 0.5s ease;
}.course_program_description7 .program_path7:hover h3::before {
    width: 100px;
}.course_program_description7 .program_path7:hover h3::after {
    width: 150px;
}.course_program_description7 p {
    font-size: 17px;
    color: #000000;
    margin: 0 auto;
    text-align: center;
    max-width: 90%;
    line-height: 1.8;
    position: relative;
}.course_program_description7 p::before, 
.course_program_description7 p::after {
    opacity: 0.3;
    position: absolute;
    content: "";
    height: 20px;
    transition: all 0.5s ease;
    width: 20px;
}.course_program_description7 p::before {
    border-top: 2px solid rgb(135,135,144);
    left: -10px;
    top: -10px;
    border-left: 2px solid rgb(135,135,144);
}.course_program_description7 p::after {
    right: -10px;
    bottom: -10px;
    border-right: 2px solid rgb(102,102,111);
    border-bottom: 2px solid rgb(102,102,111);
}.course_program_description7 .program_path7:hover p::before,
.course_program_description7 .program_path7:hover p::after {
    opacity: 0.6;
    width: 40px;
    height: 40px;
}

@keyframes ambientLight {
    0% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1) rotate(5deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course_program_description7 {
    padding: 100px 0;
}.course_program_description7 .program_path7 {
    width: 90%;
    padding: 70px 50px;
}.course_program_description7 h3 {
    font-size: calc(32px - 2px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.course_program_description7 {
    padding: 80px 0;
}.course_program_description7 .program_path7 {
    width: 90%;
    padding: 60px 40px;
    margin: 30px auto;
}.course_program_description7 .top_primary7 {
    width: 60px;
    height: 60px;
    top: -30px;
}.course_program_description7 .top_primary7 svg {
    width: 35px;
    height: 35px;
}.course_program_description7 h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(32px - 4px);
}.course_program_description7 p {
    line-height: 1.7;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {.course_program_description7 {
    padding: 60px 0;
}.course_program_description7 .program_path7 {
    width: 95%;
    padding: 50px 30px;
    transform: none;
    margin: 25px auto;
}.course_program_description7 .top_primary7 {
    top: -25px;
    height: 50px;
    width: 50px;
}.course_program_description7 .top_primary7 svg {
    width: 30px;
    height: 30px;
}.course_program_description7 .top_primary7::before {
    display: none;
}.course_program_description7 h3 {
    font-size: calc(32px - 6px);
    margin-bottom: 20px;
    padding-bottom: 12px;
}.course_program_description7 p {
    font-size: calc(17px - 2px);
    line-height: 1.6;
    max-width: 100%;
}.course_program_description7 p::before, 
    .course_program_description7 p::after {
    width: 15px;
    height: 15px;
}.course_program_description7 .program_path7:hover p::before,
    .course_program_description7 .program_path7:hover p::after {
    width: 25px;
    height: 25px;
}.course_program_description7 h3::before {
    width: 40px;
}.course_program_description7 h3::after {
    width: 80px;
}.course_program_description7 .program_path7:hover h3::before {
    width: 70px;
}.course_program_description7 .program_path7:hover h3::after {
    width: 110px;
}.course_program_description7 .img_fit7 {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            60% 100%, 
            50% 95%, 
            40% 95%, 
            30% 100%, 
            0% 100%
        );
}.course_program_description7 .who_weare9:hover .img_fit7 {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            65% 100%, 
            55% 92%, 
            35% 92%, 
            25% 100%, 
            0% 100%
        );
}.course_program_description7 .program_path7::after {
    display: none;
}}.privacy_harbor1 {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: rgb(169,168,177);
    font-family: Arial, sans-serif;
    color: #000000;
}.privacy_harbor1 h1 {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(135,135,144);
}.privacy_harbor1 h2 {
    color: rgb(102,102,111);
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}.privacy_harbor1 h3,
.privacy_harbor1 h4,
.privacy_harbor1 h5,
.privacy_harbor1 h6 {
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: rgb(135,135,144);
    margin-bottom: 10px;
}.privacy_harbor1 ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}.privacy_harbor1 ol {
    padding-left: 20px;
    margin-bottom: 20px;
    list-style-type: decimal;
}.privacy_harbor1 li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.6;
}.privacy_harbor1 section {
    margin-bottom: 30px;
}.privacy_harbor1 p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}.privacy_harbor1 span {
    font-weight: 600;
    color: rgb(135,135,144);
}.privacy_harbor1 div {
    background-color: rgb(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy_harbor1 {
    padding: 20px;
}.privacy_harbor1 h1 {
    font-size: calc(24px - 10px);
}.privacy_harbor1 h2 {
    font-size: calc(24px - 8px);
}.privacy_harbor1 ul,
    .privacy_harbor1 ol {
    padding-left: 15px;
}.privacy_harbor1 li {
    font-size: calc(14px - 2px);
}.privacy_harbor1 p {
    font-size: calc(14px - 2px);
}}
header {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: linear-gradient(120deg, 
        rgb(135,135,144) 0%, 
        rgb(135,135,144,0.5) 100%
    );
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}header:before {
    content: '';
    opacity: 0.1;
    position: absolute;
    pointer-events: none;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}header:after {
    height: 100%;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    top: 0;
    position: absolute;
    background-size: 100px 100px;
    content: '';
    left: 0;
    pointer-events: none;
    width: 100%;
}header .header_site2 {
    position: relative;
}header .header_site2:before {
    height: 2px;
    content: '';
    opacity: 0.3;
    left: 0;
    bottom: -1px;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    position: absolute;
    width: 100%;
}header .header_site2:after {
    content: '';
    filter: blur(8px);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    width: 60px;
    height: 60px;
}header .container {
    margin: 0 auto;
    padding: 15px 25px;
    max-width: 1200px;
    position: relative;
}header .container:before {
    background-size: 6px 2px, 6px 2px;
    background-repeat: repeat-x;
    transform: translateY(-50%);
    background-position: 0 0, 0 10px;
    top: 50%;
    height: 30px;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    content: '';
    opacity: 0.5;
    position: absolute;
    right: 20px;
    pointer-events: none;
    width: 50px;
}header .site_study2 {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
}header .site_study2:before {
    opacity: 0.5;
    top: 50%;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    content: '';
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) translateX(-40px);
}header .site_study2:after {
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) translateX(40px);
    top: 50%;
    border-radius: 50%;
    right: 0;
    content: '';
    width: 20px;
    opacity: 0.5;
    height: 20px;
    position: absolute;
}header .top_lead1 {
    display: flex;
    position: relative;
    gap: 30px;
    align-items: center;
}header .top_lead1:before {
    opacity: 0;
    left: 0;
    bottom: -10px;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 2px;
    transition: opacity 0.4s ease;
    position: absolute;
    width: 100%;
    content: '';
}header .top_lead1:hover:before {
    opacity: 0.7;
}header .top_core0 {
    font-weight: 400;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    padding: 8px 0;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
}header .top_core0:before {
    transform: translateY(-50%);
    width: 6px;
    content: '';
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    height: 6px;
    left: -12px;
    top: 50%;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}header .top_core0:after {
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    transition: all 0.3s ease;
    content: '';
    transform: translateY(-50%) scaleX(0);
    transform-origin: right;
    top: 50%;
    left: -30px;
}header .top_core0:hover {
    transform: translateX(5px);
    color: #ffffff;
}header .top_core0:hover:before {
    left: -20px;
    opacity: 1;
}header .top_core0:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .top_master3 {
    position: relative;
    padding: 5px;
    align-items: center;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
}header .top_master3:before {
    position: absolute;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: calc(100% + 20px);
    left: -10px;
    top: -10px;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    height: calc(100% + 20px);
}header .top_master3:after {
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    height: 10px;
    top: -5px;
    width: 10px;
    position: absolute;
    opacity: 0;
    content: '';
    background: #ffffff;
    left: -5px;
}header .top_master3:hover:before {
    opacity: 1;
}header .top_master3:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}header .top_master3 svg {
    height: 40px;
    transition: all 0.3s ease;
    width: auto;
}header .top_master3:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .top_lead1 {
    gap: 20px;
}header .top_master3 svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .top_lead1 {
    background: rgb(135,135,144);
    top: 0;
    width: 80%;
    right: -100%;
    height: 100vh;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    gap: 25px;
    z-index: 1001;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    max-width: 320px;
    padding: 80px 30px 30px;
}header .top_lead1:before {
    top: 60px;
    left: 10%;
    bottom: auto;
    width: 80%;
}header .top_lead1:after {
    pointer-events: none;
    content: '';
    border-radius: 50%;
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
}header .menu.active {
    right: 0;
}header .top_core0 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 12px 0;
}header .top_core0:hover {
    transform: translateX(0);
}header .top_core0:last-child {
    border-bottom: none;
}header .top_master3 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .top_master3 svg {
    height: 30px;
}}.pricing_bundle7 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(169,168,177) 0%, #ffffff 100%);
    padding: 6rem 0;
}.pricing_bundle7::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(135,135,144,0.5) 0%, transparent 40%);
    z-index: 1;
    position: absolute;
    content: "";
}.pricing_bundle7 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.pricing_bundle7 .plan_deals5 {
    flex-direction: column;
    display: flex;
}.pricing_bundle7 .fee_structure4 {
    margin-right: auto;
    max-width: 800px;
    margin-left: auto;
    margin-bottom: 3rem;
    text-align: center;
    order: 1;
}.pricing_bundle7 .fee_structure4 h2 {
    font-weight: 700;
    position: relative;
    font-size: 35px;
    color: #000000;
    display: inline-block;
    margin-bottom: 1rem;
}.pricing_bundle7 .fee_structure4 h2::after {
    left: 50%;
    background: rgb(135,135,144);
    content: "";
    height: 3px;
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
}.pricing_bundle7 .payment_deals1 {
    margin: 0 auto;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 16px;
    max-width: 600px;
    word-break: break-word;
    color: #000000;
}.pricing_bundle7 .monthly_plan1 {
    margin-top: 2rem;
    order: 2;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.pricing_bundle7 .plan_details2 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    overflow: hidden;
    background: #ffffff;
    height: 100%;
    position: relative;
    text-decoration: none;
}.pricing_bundle7 .plan_details2:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.pricing_bundle7 .fee_plan0 {
    display: flex;
    height: 100%;
    flex-direction: column;
}.pricing_bundle7 .learning_cost9 {
    flex-grow: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    word-break: break-word;
    overflow-wrap: break-word;
    z-index: 1;
    position: relative;
}.pricing_bundle7 .learning_cost9::before {
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.7;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    z-index: -1;
    width: 100%;
    left: 0;
}.pricing_bundle7 .learning_cost9 h3 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
    font-size: calc(18px * 1.2);
}.pricing_bundle7 .learning_cost9 h3::after {
    position: absolute;
    bottom: 0;
    width: 40px;
    left: 0;
    height: 2px;
    content: "";
    transition: width 0.3s ease;
    background: rgb(102,102,111);
}.pricing_bundle7 .plan_details2:hover .learning_cost9 h3::after {
    width: 80px;
}.pricing_bundle7 .learn_fees5 {
    display: inline-block;
    font-weight: 700;
    font-size: calc(18px * 1.5);
    position: relative;
    color: rgb(135,135,144);
    margin-bottom: 1.5rem;
}.pricing_bundle7 .learn_fees5::before {
    content: "";
    bottom: -5px;
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(135,135,144);
    width: 0;
    left: 0;
    position: absolute;
}.pricing_bundle7 .plan_details2:hover .learn_fees5::before {
    width: 100%;
}.pricing_bundle7 .learning_cost9 p {
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 16px;
    margin-top: auto;
    color: #000000;
    line-height: 1.6;
}.pricing_bundle7 .img_fit7 {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
    height: 200px;
}.pricing_bundle7 .img_fit7::after {
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}.pricing_bundle7 .plan_details2:hover .img_fit7 {
    transform: scale(1.05);
}.pricing_bundle7 .plan_details2:nth-child(odd) .fee_plan0 {
    flex-direction: column-reverse;
}.pricing_bundle7 .plan_details2:nth-child(3n+1) {
    border-top: 3px solid rgb(135,135,144);
}.pricing_bundle7 .plan_details2:nth-child(3n+2) {
    border-top: 3px solid rgb(102,102,111);
}.pricing_bundle7 .plan_details2:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.pricing_bundle7 .plan_deals5 {
    gap: 4rem;
    align-items: center;
    flex-direction: row;
}.pricing_bundle7 .fee_structure4 {
    margin-bottom: 0;
    order: 2;
    flex: 0 0 30%;
    text-align: left;
}.pricing_bundle7 .fee_structure4 h2 {
    text-align: left;
}.pricing_bundle7 .fee_structure4 h2::after {
    left: 0;
    transform: none;
}.pricing_bundle7 .payment_deals1 {
    margin: 0;
    text-align: left;
}.pricing_bundle7 .monthly_plan1 {
    flex: 0 0 65%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.pricing_bundle7 .monthly_plan1 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_bundle7 .plan_details2:nth-child(4n+1) {
    transform: translateY(20px);
}.pricing_bundle7 .plan_details2:nth-child(4n+3) {
    transform: translateY(-20px);
}.pricing_bundle7 .plan_details2:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.pricing_bundle7 {
    padding: 4rem 0;
}.pricing_bundle7 .learning_cost9 {
    padding: 1.5rem;
}.pricing_bundle7 .learning_cost9 h3 {
    font-size: 18px;
}.pricing_bundle7 .learn_fees5 {
    font-size: 18px;
}.pricing_bundle7 .learning_cost9 p {
    max-height: 150px;
    line-height: 1.5;
    font-size: calc(16px * 0.9);
    overflow-y: auto;
}.pricing_bundle7 .img_fit7 {
    height: 150px;
}
}

@media (max-width: 480px) {.pricing_bundle7 .monthly_plan1 {
    grid-template-columns: 1fr;
}.pricing_bundle7 .fee_structure4 h2 {
    font-size: calc(35px * 0.8);
}.pricing_bundle7 .payment_deals1 {
    font-size: calc(16px * 0.9);
}.pricing_bundle7 .learning_cost9 p {
    max-height: 120px;
}}.contact_section0 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.contact_section0::before {
    z-index: 1;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    content: '';
}.contact_section0::after {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
    top: 0;
    animation: gradientShift 15s infinite alternate;
    position: absolute;
    background: radial-gradient(circle at 20% 50%, rgb(135,135,144,0.5) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgb(102,102,111,0.5) 0%, transparent 40%);
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact_section0 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 3;
    padding: 0 15px;
}.contact_section0 .reach_panel8 {
    display: flex;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 21px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.contact_section0 .feedback_feedback8 {
    flex: 1;
    position: relative;
    padding: 50px 40px;
    background: linear-gradient(135deg, rgb(135,135,144,0.5) 0%, rgb(102,102,111,0.5) 100%);
}.contact_section0 .feedback_feedback8::before {
    content: '';
    position: absolute;
    top: -50%;
    width: 200%;
    left: -50%;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 200%;
    animation: patternMove 20s linear infinite;
}@keyframes patternMove {
    0% {
        transform: rotate(0) translate(0, 0);
    }
    100% {
        transform: rotate(360deg) translate(0, 0);
    }
}

.contact_section0 .feedback_feedback8 h3 {
    margin-bottom: 40px;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 30px;
    position: relative;
    font-weight: 700;
}.contact_section0 .feedback_feedback8 h3::after {
    height: 3px;
    width: 60px;
    left: 0;
    background: #ffffff;
    content: '';
    bottom: 0;
    border-radius: 10px;
    position: absolute;
}.contact_section0 .feedback_feedback8 div {
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 3px solid rgb(102,102,111);
    border-radius: 10px;
    padding: 15px;
    align-items: center;
    display: flex;
}.contact_section0 .feedback_feedback8 div:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.contact_section0 .feedback_feedback8 svg {
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    margin-right: 15px;
}.contact_section0 .feedback_feedback8 svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact_section0 .feedback_feedback8 div:hover svg path {
    fill: rgb(102,102,111);
}.contact_section0 .feedback_feedback8 span {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
}.contact_section0 .feedback_feedback8 a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}.contact_section0 .feedback_feedback8 a:hover {
    color: rgb(102,102,111);
    text-decoration: underline;
}.contact_section0 .inquiry_message5 {
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    flex: 1.2;
    position: relative;
    padding: 50px 40px;
}.contact_section0 .inquiry_message5::before {
    border-radius: 0 0 0 100%;
    top: 0;
    background: rgb(135,135,144,0.5);
    right: 0;
    content: '';
    width: 100px;
    position: absolute;
    height: 100px;
}.contact_section0 .inquiry_message5::after {
    background: rgb(102,102,111,0.5);
    height: 100px;
    bottom: 0;
    width: 100px;
    border-radius: 0 100% 0 0;
    position: absolute;
    left: 0;
    content: '';
}.contact_section0 form {
    position: relative;
    z-index: 1;
}.contact_section0 form h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
}.contact_section0 form h3::after {
    width: 60px;
    height: 3px;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    content: '';
    background: rgb(135,135,144);
}.contact_section0 form input[type="text"],
.contact_section0 form input[type="email"] {
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    color: #000000;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 15px 20px;
    background: rgba(240, 240, 240, 0.8);
    border-radius: 10px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}.contact_section0 form input[type="text"]:focus,
.contact_section0 form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(135,135,144,0.5);
    transform: translateY(-2px);
    background: #fff;
}.contact_section0 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_section0 .request_inquiry9 {
    position: relative;
    display: flex;
    margin: 25px 0;
    align-items: flex-start;
}.contact_section0 .request_inquiry9 input[type="checkbox"] {
    width: 20px;
    margin-right: 10px;
    background: rgba(240, 240, 240, 0.8);
    appearance: none;
    flex-shrink: 0;
    border-radius: 10px;
    -webkit-appearance: none;
    position: relative;
    cursor: pointer;
    border: 2px solid rgb(135,135,144);
    height: 20px;
}.contact_section0 .request_inquiry9 input[type="checkbox"]:checked {
    background: rgb(135,135,144);
}.contact_section0 .request_inquiry9 input[type="checkbox"]:checked::after {
    position: absolute;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    width: 5px;
    content: '';
    left: 6px;
    top: 2px;
    height: 10px;
    transform: rotate(45deg);
}.contact_section0 .request_inquiry9 label {
    color: #000000;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
}.contact_section0 .request_inquiry9 a {
    text-decoration: none;
    color: rgb(135,135,144);
    transition: color 0.3s ease;
    font-weight: 600;
}.contact_section0 .request_inquiry9 a:hover {
    color: rgb(102,102,111);
    text-decoration: underline;
}.contact_section0 .message_help9 {
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 19px;
    padding: 15px 20px;
    border-radius: 10px;
    z-index: 1;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(135,135,144) 0%, rgb(102,102,111) 100%);
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    border: none;
    font-weight: 600;
}.contact_section0 .message_help9::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    transition: all 0.5s ease;
    content: '';
    position: absolute;
}.contact_section0 .message_help9:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}.contact_section0 .message_help9:hover::before {
    left: 100%;
    animation: shine 1.5s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {.contact_section0 {
    padding: 80px 0;
}.contact_section0 .reach_panel8 {
    flex-direction: column;
}.contact_section0 .feedback_feedback8,
    .contact_section0 .inquiry_message5 {
    width: 100%;
}.contact_section0 .feedback_feedback8 {
    padding: 40px 30px;
}.contact_section0 .feedback_feedback8 h3,
    .contact_section0 form h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.contact_section0 {
    padding: 60px 0;
}.contact_section0 .feedback_feedback8,
    .contact_section0 .inquiry_message5 {
    padding: 30px 20px;
}.contact_section0 .feedback_feedback8 h3,
    .contact_section0 form h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 25px;
}.contact_section0 .feedback_feedback8 div {
    padding: 12px;
    margin-bottom: 15px;
}.contact_section0 form input[type="text"],
    .contact_section0 form input[type="email"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_section0 .request_inquiry9 {
    margin: 20px 0;
}.contact_section0 .message_help9 {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact_section0 {
    padding: 40px 0;
}.contact_section0 .feedback_feedback8,
    .contact_section0 .inquiry_message5 {
    padding: 25px 15px;
}.contact_section0 .feedback_feedback8 h3,
    .contact_section0 form h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 20px;
}.contact_section0 .feedback_feedback8 div {
    flex-direction: column;
    align-items: flex-start;
}.contact_section0 .feedback_feedback8 svg {
    margin-bottom: 10px;
    margin-right: 0;
}.contact_section0 .feedback_feedback8 div:hover {
    transform: translateX(0);
}.contact_section0 .request_inquiry9 {
    flex-direction: column;
}.contact_section0 .request_inquiry9 input[type="checkbox"] {
    margin-bottom: 10px;
}}.register_now3 {
    background: rgb(169,168,177);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.register_now3::before {
    top: 0;
    left: 0;
    opacity: 0.15;
    content: '';
    background: linear-gradient(135deg, rgb(135,135,144,0.5) 0%, transparent 50%, rgb(102,102,111,0.5) 100%);
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
}.register_now3::after {
    animation: rotate-bg 120s linear infinite;
    top: -50%;
    left: -50%;
    opacity: 0.05;
    height: 200%;
    content: '';
    position: absolute;
    background: repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 20px);
    z-index: 1;
    width: 200%;
}.register_now3 .who_weare9 {
    flex-direction: row-reverse;
    backdrop-filter: blur(10px);
    position: relative;
    display: flex;
    -webkit-backdrop-filter: blur(10px);
    align-items: center;
    padding: 60px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    border-radius: 10px;
    z-index: 10;
    justify-content: space-between;
}.register_now3 .container p {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(rgb(135,135,144,0.5), 0.5);
    font-size: 37px;
    line-height: 1.4;
    z-index: 5;
    font-weight: 700;
    width: 60%;
    margin: 0;
}.register_now3 .message_help9 {
    padding: 0;
    height: 200px;
    text-decoration: none;
    border-radius: 50%;
    font-size: 15px;
    overflow: hidden;
    display: flex;
    isolation: isolate;
    align-items: center;
    z-index: 5;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    background: transparent;
    width: 200px;
    justify-content: center;
}.register_now3 .message_help9::before {
    inset: 0;
    content: '';
    z-index: -2;
    position: absolute;
    animation: rotate-border 8s linear infinite;
    background: conic-gradient(
        rgb(135,135,144),
        rgb(102,102,111),
        rgb(135,135,144)
    );
    border-radius: 50%;
}.register_now3 .message_help9::after {
    position: absolute;
    background: rgb(102,102,111);
    border-radius: 50%;
    content: '';
    z-index: -1;
    inset: 3px;
}.register_now3 .message_help9:hover {
    transform: scale(1.05);
}.register_now3 .message_help9:hover::after {
    background: linear-gradient(135deg, rgb(102,102,111) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.register_now3 {
    padding: 90px 0;
}.register_now3 .who_weare9 {
    padding: 40px;
}.register_now3 .container p {
    font-size: calc(21px * 1.2);
}.register_now3 .message_help9 {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 767px) {.register_now3 {
    padding: 70px 0;
}.register_now3 .who_weare9 {
    padding: 30px;
    flex-direction: column;
    gap: 40px;
}.register_now3 .container p {
    text-align: center;
    width: 100%;
    font-size: 21px;
}.register_now3 .message_help9 {
    width: 140px;
    height: 140px;
}
}

@media (max-width: 480px) {.register_now3 {
    padding: 50px 0;
}.register_now3 .who_weare9 {
    padding: 25px 20px;
}.register_now3 .container p {
    font-size: calc(18px * 1.2);
}.register_now3 .message_help9 {
    height: 120px;
    font-size: calc(15px * 0.9);
    width: 120px;
}}.goal_footer0 {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 80px 0 40px;
}.goal_footer0::before {
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    width: 100%;
    backdrop-filter: blur(8px);
    left: 0;
    z-index: -1;
    position: absolute;
}footer {
    position: relative;
}.goal_footer0 .container {
    position: relative;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.goal_footer0 .company_holder {
    position: relative;
    padding-right: 40px;
}.goal_footer0 .company_holder::after {
    right: 0;
    position: absolute;
    height: 60%;
    content: "";
    top: 20%;
    width: 1px;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(102,102,111,0.5), 
        transparent);
}.goal_footer0 .company_holder h3 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: calc(32px * 0.9);
    margin-bottom: 25px;
}.goal_footer0 .company_holder h3::after {
    left: 0;
    width: 40px;
    background: rgb(135,135,144);
    position: absolute;
    height: 3px;
    bottom: -8px;
    content: "";
    border-radius: 10px;
}.goal_footer0 .cookie_ctrl7 {
    margin-bottom: 30px;
    line-height: 1.6;
    opacity: 0.8;
    font-size: 13px;
    max-width: 90%;
    color: #ffffff;
}.goal_footer0 .footer_subscribe4 {
    justify-content: flex-end;
    display: flex;
}.goal_footer0 .head_skill2 {
    gap: 60px;
    display: flex;
}.goal_footer0 .top_lead1 {
    position: relative;
}.goal_footer0 .top_lead1 h5 {
    font-size: 21px;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 600;
}.goal_footer0 .top_lead1 h5::after {
    background: rgb(135,135,144);
    left: 0;
    position: absolute;
    border-radius: 10px;
    content: "";
    height: 2px;
    width: 30px;
    bottom: 0;
}.goal_footer0 .top_lead1 .head_skill2 {
    gap: 15px;
    flex-direction: column;
    display: flex;
}.goal_footer0 .top_lead1 .head_skill2 a {
    font-size: calc(13px * 0.95);
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.3s ease;
    padding-left: 0;
    color: #ffffff;
    position: relative;
}.goal_footer0 .top_lead1 .head_skill2 a::before {
    background: rgb(135,135,144);
    opacity: 0;
    width: 0;
    top: 50%;
    left: 0;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    height: 1px;
}.goal_footer0 .top_lead1 .head_skill2 a:hover {
    padding-left: 12px;
    opacity: 1;
    color: rgb(135,135,144);
}.goal_footer0 .top_lead1 .head_skill2 a:hover::before {
    opacity: 1;
    width: 8px;
}.study_bottom2 {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}.study_bottom2 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.study_bottom2 .program_foot7 {
    opacity: 0.6;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 14px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(135,135,144,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(135,135,144);
    }
}

@media (max-width: 991px) {.goal_footer0 {
    padding: 60px 0 30px;
}.goal_footer0 .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.goal_footer0 .company_holder {
    text-align: center;
    padding-right: 0;
    margin: 0 auto;
    max-width: 600px;
}.goal_footer0 .company_holder::after {
    display: none;
}.goal_footer0 .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.goal_footer0 .company_holder h3::after {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
}.goal_footer0 .cookie_ctrl7 {
    text-align: center;
    max-width: 100%;
}.goal_footer0 .footer_subscribe4 {
    justify-content: center;
}
}

@media (max-width: 767px) {.goal_footer0 {
    padding: 50px 0 20px;
}.goal_footer0 .head_skill2 {
    flex-direction: column;
    gap: 40px;
    width: 100%;
}.goal_footer0 .top_lead1 {
    text-align: center;
}.goal_footer0 .top_lead1 h5 {
    text-align: center;
}.goal_footer0 .top_lead1 h5::after {
    transform: translateX(-50%);
    left: 50%;
}.goal_footer0 .top_lead1 .head_skill2 {
    align-items: center;
}.goal_footer0 .top_lead1 .head_skill2 a {
    text-align: center;
}.goal_footer0 .top_lead1 .head_skill2 a::before {
    display: none;
}.goal_footer0 .top_lead1 .head_skill2 a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.goal_footer0 {
    padding: 40px 0 20px;
}.goal_footer0 .company_holder h3 {
    font-size: calc(32px * 0.8);
}.goal_footer0 .cookie_ctrl7 {
    font-size: calc(13px * 0.9);
}.study_bottom2 .program_foot7 {
    font-size: calc(14px * 0.9);
}}

.goal_footer0::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.goal_footer0::after {
    box-shadow: 0 0 40px rgb(135,135,144,0.5);
}.goal_footer0 .container::before {
    filter: blur(30px);
    width: 150px;
    bottom: -75px;
    position: absolute;
    border-radius: 50%;
    left: -75px;
    animation: pulse 10s infinite alternate-reverse;
    height: 150px;
    background: radial-gradient(
        circle, 
        rgb(102,102,111,0.5), 
        transparent 70%
    );
    content: "";
}.goal_footer0 .top_lead1::before {
    border-radius: 50%;
    background: rgb(135,135,144);
    top: 10px;
    opacity: 0.7;
    content: "";
    left: -15px;
    width: 5px;
    height: 5px;
    position: absolute;
}.goal_footer0 .top_lead1:hover::before {
    animation: glow 2s infinite;
}.goal_footer0 .company_holder::before {
    width: 100px;
    bottom: -20px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(135,135,144,0.5), 
        transparent);
    content: "";
    left: 0;
    height: 1px;
}

@media (max-width: 991px) {.goal_footer0 .company_holder::before {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(135,135,144,0.5), 
            transparent);
}}

.goal_footer0 .top_lead1 .head_skill2 a::after {
    bottom: -2px;
    background: rgb(135,135,144);
    width: 0;
    height: 1px;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
}.goal_footer0 .top_lead1 .head_skill2 a:hover::after {
    width: 100%;
}.goal_footer0 .top_lead1 .head_skill2 a:nth-child(odd):hover {
    transform: translateX(2px);
}.goal_footer0 .top_lead1 .head_skill2 a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(102,102,111,0.5), 
            transparent);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    height: 1px;
    top: 0;
}.goal_footer0::before {
    background-blend-mode: overlay;
}}

.goal_footer0 .company_holder h3::before {
    opacity: 0.7;
    left: -30px;
    width: 20px;
    position: absolute;
    content: "";
    top: 50%;
    height: 1px;
    background: rgb(135,135,144);
}

@media (max-width: 991px) {.goal_footer0 .company_holder h3::before {
    display: none;
}}

.study_bottom2 {
    position: relative;
    overflow: hidden;
}.study_bottom2::before {
    left: 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(102,102,111,0.5), 
        transparent);
}.study_bottom2::after {
    left: 35%;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(102,102,111,0.5), 
        transparent);
    opacity: 0.3;
    position: absolute;
    height: 1px;
    width: 30%;
    content: "";
}.study_bottom2 .program_foot7 {
    position: relative;
    transition: all 0.3s ease;
}.study_bottom2 .program_foot7:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}.course_beneficiaries8 {
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(102,102,111,0.5) 100%);
    padding: 5rem 0;
    position: relative;
}.course_beneficiaries8::before {
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    width: 100%;
    top: 0;
    background-size: 40px 40px;
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
}.course_beneficiaries8::after {
    z-index: -1;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(135,135,144,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(102,102,111,0.5), 0.2) 0%, transparent 50%);
    position: absolute;
}.course_beneficiaries8 .who_weare9 {
    display: flex;
    padding: 0 2rem;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
}.course_beneficiaries8 h3 {
    background: rgba(rgb(135,135,144,0.5), 0.2);
    font-size: 28px;
    font-weight: 600;
    padding: 0.8rem 2rem;
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    margin-bottom: 3rem;
    text-align: right;
    position: relative;
    display: inline-block;
    align-self: flex-end;
    padding: 1rem 0;
    border-radius: 10px 0 0 10px;
    color: #ffffff;
}.course_beneficiaries8 h3::before {
    width: 10px;
    content: "";
    right: 0;
    top: 0;
    background: rgb(135,135,144);
    position: absolute;
    height: 100%;
}.course_beneficiaries8 h3::after {
    content: "";
    bottom: -10px;
    position: absolute;
    background: linear-gradient(
        to left,
        rgb(135,135,144),
        transparent
    );
    height: 1px;
    width: 100%;
    right: 0;
}.course_beneficiaries8 ul {
    padding: 0;
    gap: 1.5rem;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    margin: 0;
}.course_beneficiaries8 li {
    border-radius: 10px;
    display: flex;
    position: relative;
    border: 1px solid rgba(#ffffff, 0.1);
    transition: all 0.3s ease;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    padding: 1.5rem;
    align-items: flex-start;
    overflow: hidden;
}.course_beneficiaries8 li::before {
    transition: opacity 0.3s ease;
    left: 0;
    height: 4px;
    background: linear-gradient(
        90deg,
        rgb(135,135,144,0.5),
        rgb(102,102,111,0.5)
    );
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0;
}.course_beneficiaries8 li::after {
    width: 30px;
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 30px;
    z-index: 1;
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(135,135,144,0.5), 0.2) 50%);
    content: "";
    top: 0;
    right: 0;
    position: absolute;
}.course_beneficiaries8 li:hover {
    transform: translateY(-5px);
    border-color: rgba(rgb(135,135,144,0.5), 0.3);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
}.course_beneficiaries8 li:hover::before,
.course_beneficiaries8 li:hover::after {
    opacity: 1;
}.course_beneficiaries8 li svg {
    margin-right: 1.2rem;
    width: 32px;
    position: relative;
    flex-shrink: 0;
    top: 2px;
    fill: rgb(102,102,111);
    height: 32px;
    transition: all 0.3s ease;
}.course_beneficiaries8 li svg path {
    fill: rgb(102,102,111);
    transition: fill 0.3s ease;
}.course_beneficiaries8 li:hover svg {
    transform: scale(1.2);
}.course_beneficiaries8 li:hover svg path {
    fill: rgb(135,135,144);
}.course_beneficiaries8 li::before {
    position: absolute;
    height: 2px;
    top: 0;
    background: linear-gradient(
        90deg,
        rgb(102,102,111),
        transparent
    );
    content: "";
    opacity: 0.5;
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
}.course_beneficiaries8 li {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
}

@media (min-width: 992px) {.course_beneficiaries8 ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
}.course_beneficiaries8 li:first-child {
    grid-column: 1;
    grid-row: 1;
}.course_beneficiaries8 li:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.course_beneficiaries8 li:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}.course_beneficiaries8 li:nth-child(4) {
    grid-row: 2;
    grid-column: 1;
}.course_beneficiaries8 li:nth-child(5) {
    grid-row: 2;
    grid-column: 2;
}.course_beneficiaries8 li:nth-child(6) {
    grid-row: 2;
    grid-column: 3;
}
}

@media (max-width: 991px) {.course_beneficiaries8 {
    padding: 4rem 0;
}.course_beneficiaries8 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
    padding: 0.7rem 1.5rem;
}.course_beneficiaries8 ul {
    gap: 1.2rem;
}
}

@media (max-width: 768px) {.course_beneficiaries8 {
    padding: 3.5rem 0;
}.course_beneficiaries8 .who_weare9 {
    padding: 0 1.5rem;
}.course_beneficiaries8 h3 {
    font-size: calc(28px * 0.8);
    border-radius: 10px;
    align-self: center;
    width: auto;
    margin-bottom: 2rem;
    padding: 0.6rem 1.5rem;
    text-align: center;
}.course_beneficiaries8 h3::before {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 4px;
    left: 0;
    top: auto;
}.course_beneficiaries8 h3::after {
    display: none;
}.course_beneficiaries8 ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}
}

@media (max-width: 480px) {.course_beneficiaries8 {
    padding: 3rem 0;
}.course_beneficiaries8 .who_weare9 {
    padding: 0 1rem;
}.course_beneficiaries8 h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
    padding: 0.5rem 1.2rem;
}.course_beneficiaries8 li {
    padding: 1.2rem;
}.course_beneficiaries8 li svg {
    margin-right: 0.8rem;
    height: 28px;
    width: 28px;
}}.study_method3 {
    overflow: hidden;
    padding: 8rem 2rem;
    background: linear-gradient(135deg, rgb(169,168,177) 0%, rgb(102,102,111,0.5) 100%);
    position: relative;
}.study_method3::before {
    opacity: 0.4;
    animation: gradientShift 15s ease-in-out infinite alternate;
    background: radial-gradient(circle at 75% 25%, rgb(135,135,144,0.5) 0%, transparent 60%);
    width: 120%;
    height: 120%;
    top: -5%;
    content: "";
    position: absolute;
    z-index: 0;
    transform: translateZ(0);
    left: -10%;
}.study_method3::after {
    z-index: 1;
    left: 0;
    position: absolute;
    height: 2px;
    transform: translateZ(0);
    background: linear-gradient(90deg, transparent, rgb(135,135,144), transparent);
    bottom: 0;
    content: "";
    width: 100%;
}.study_method3 .container {
    max-width: 1200px;
    flex-direction: column;
    padding: 3rem;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
    position: relative;
    display: flex;
    background: linear-gradient(to bottom, #ffffff, rgb(255, 255, 255, 0.5));
    transform-origin: center top;
    animation: container-entrance 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    transform: perspective(1000px) rotateX(1deg);
    backdrop-filter: blur(10px);
}.study_method3 .container > div {
    position: relative;
}.study_method3 h3 {
    font-weight: 700;
    transform: translateY(20px);
    opacity: 0;
    animation: text-entrance 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards;
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 2rem;
    color: #000000;
    font-size: calc(33px * 0.85);
    position: relative;
}.study_method3 h3::after {
    content: "";
    background: linear-gradient(90deg, rgb(135,135,144), transparent);
    bottom: -10px;
    left: 0;
    position: absolute;
    transform-origin: left;
    width: 60%;
    height: 3px;
    animation: line-draw 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.9s forwards;
    transform: scaleX(0);
}.study_method3 p {
    color: #000000;
    transform: translateY(30px);
    font-size: 18px;
    position: relative;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: text-entrance 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s forwards;
}.study_method3 p span {
    position: relative;
    padding-left: 1.5rem;
    display: block;
}.study_method3 p span::before {
    animation: dot-entrance 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) 1s forwards;
    height: 6px;
    width: 6px;
    left: 0;
    position: absolute;
    border-radius: 50%;
    content: "";
    transform: scale(0);
    top: 0.6rem;
    background: rgb(135,135,144);
}

@media (min-width: 768px) {.study_method3 {
    padding: 10rem 3rem;
}.study_method3 .container {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 20px rgba(0, 0, 0, 0.03);
    transform: perspective(1200px) rotateX(1deg);
    padding: 4rem;
}.study_method3 h3 {
    margin-bottom: 3rem;
    font-size: 33px;
}.study_method3 p {
    padding-right: 2rem;
    font-size: calc(18px * 1.1);
}.study_method3 p span {
    padding-left: 2rem;
}.study_method3 p span::before {
    width: 8px;
    height: 8px;
}
}

@media (min-width: 992px) {.study_method3 {
    padding: 12rem 4rem;
}.study_method3 .container {
    padding: 5rem;
}.study_method3::before {
    animation: gradientShift 20s ease-in-out infinite alternate;
}.study_method3 h3 {
    margin-bottom: 3.5rem;
}.study_method3 p {
    max-width: 90%;
    margin: 0 auto;
}.study_method3 .container:hover {
    transform: perspective(1200px) rotateX(1.5deg) translateY(-5px);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
}

@media (max-width: 767px) {.study_method3 {
    padding: 6rem 1.5rem;
}.study_method3 .container {
    transform: perspective(800px) rotateX(0.5deg);
    padding: 2rem;
}.study_method3 h3 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.7);
}.study_method3 p {
    font-size: calc(18px * 0.95);
}.study_method3 p span {
    padding-left: 1rem;
}.study_method3 p span::before {
    height: 4px;
    top: 0.5rem;
    width: 4px;
}}

@keyframes container-entrance {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(1deg) translateY(0);
    }
}

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

@keyframes line-draw {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes dot-entrance {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes gradientShift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) scale(1.05);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
        transform: translateX(5%) translateY(5%) scale(1);
    }
}.training_benefits3 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(102,102,111,0.5), rgb(169,168,177));
}.training_benefits3::before {
    position: absolute;
    z-index: 1;
    animation: float 15s infinite ease-in-out;
    height: 200px;
    content: "";
    width: 200px;
    background: radial-gradient(circle, rgb(135,135,144,0.5) 0%, transparent 70%);
    top: -50px;
    opacity: 0.6;
    left: -50px;
}.training_benefits3::after {
    right: -50px;
    content: "";
    animation: float 18s infinite ease-in-out reverse;
    position: absolute;
    height: 300px;
    width: 300px;
    opacity: 0.3;
    z-index: 1;
    background: radial-gradient(ellipse, rgb(102,102,111) 0%, transparent 70%);
    bottom: -50px;
}.training_benefits3 .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.training_benefits3 .who_weare9 {
    display: flex;
    gap: 40px;
    position: relative;
    flex-direction: column-reverse;
}.training_benefits3 .text_card_wrap0 {
    position: relative;
    padding: 40px 30px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(0);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    will-change: transform;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    flex: 1;
}.training_benefits3 .text_card_wrap0:hover {
    transform: translateY(-5px) translateZ(0);
}.training_benefits3 .text_card_wrap0 h4 {
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}.training_benefits3 .text_card_wrap0 h4::after {
    background: linear-gradient(90deg, rgb(135,135,144), rgb(102,102,111));
    width: 80px;
    transition: width 0.4s ease;
    position: absolute;
    height: 3px;
    bottom: -10px;
    left: 0;
    content: "";
}.training_benefits3 .text_card_wrap0:hover h4::after {
    width: 120px;
}.training_benefits3 .text_card_wrap0 > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.training_benefits3 .text_card_wrap0 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.training_benefits3 .text_card_wrap0 li {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateX(0);
    opacity: 0.95;
    margin-bottom: 18px;
}.training_benefits3 .text_card_wrap0 li:hover {
    transform: translateX(5px);
    opacity: 1;
}.training_benefits3 .text_card_wrap0 li p {
    line-height: 1.6;
    display: flex;
    margin: 0;
    font-size: 16px;
    color: #000000;
    gap: 16px;
    align-items: flex-start;
}.training_benefits3 .text_card_wrap0 li p span:first-child {
    position: relative;
    flex-shrink: 0;
    top: -2px;
}.training_benefits3 .text_card_wrap0 li p span:last-child {
    flex: 1;
}.training_benefits3 svg {
    width: 24px;
    transform-origin: center;
    display: block;
    height: 24px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.training_benefits3 li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.training_benefits3 svg path {
    fill: rgb(135,135,144);
    transition: fill 0.3s ease;
}.training_benefits3 li:hover svg path {
    fill: rgb(102,102,111);
}.training_benefits3 .img_fit7 {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    border-radius: 8px;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 3;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.15),
                -5px -5px 30px rgba(255, 255, 255, 0.1);
    will-change: transform;
    object-fit: cover;
}.training_benefits3 .img_fit7:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, 10px);
    }
    50% {
        transform: translate(10px, 20px);
    }
    75% {
        transform: translate(-10px, 15px);
    }
}

@media (min-width: 768px) {.training_benefits3 {
    padding: 140px 0;
}.training_benefits3 .who_weare9 {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.training_benefits3 .text_card_wrap0 {
    padding: 50px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}.training_benefits3 .text_card_wrap0 > div {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
}.training_benefits3 .text_card_wrap0 > div > div {
    flex: 1;
    min-width: 250px;
}.training_benefits3 .img_fit7 {
    max-width: 45%;
    height: 500px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    object-position: center;
}
}

@media (min-width: 992px) {.training_benefits3 .container {
    padding: 0 40px;
}.training_benefits3 .text_card_wrap0 {
    transform: translateX(-40px) translateZ(0);
}.training_benefits3 .text_card_wrap0:hover {
    transform: translateX(-40px) translateY(-5px) translateZ(0);
}.training_benefits3 .img_fit7 {
    transform: perspective(1500px) rotateY(-4deg) rotateX(2deg) translateX(40px);
}.training_benefits3 .img_fit7:hover {
    transform: perspective(1500px) rotateY(0) rotateX(0) translateX(40px);
}.training_benefits3 h4 {
    font-size: calc(22px * 1.1);
}
}

@media (min-width: 1200px) {.training_benefits3 .who_weare9 {
    gap: 80px;
}.training_benefits3 .text_card_wrap0 {
    padding: 60px 70px 60px 60px;
}.training_benefits3 .img_fit7 {
    height: 550px;
}.training_benefits3 h4 {
    font-size: calc(22px * 1.2);
}
}

@media (max-width: 767px) {.training_benefits3 {
    padding: 80px 0;
}.training_benefits3 .text_card_wrap0 {
    padding: 30px 25px;
}.training_benefits3 .img_fit7 {
    max-height: 300px;
    object-position: center top;
}.training_benefits3 h4 {
    font-size: calc(22px * 0.9);
}}.cookie_popup_display7 {
    transition: all 0.3s ease-in-out;
    bottom: 0;
    font-family: Arial, sans-serif;
    width: 100%;
    position: fixed;
    border-top: 3px solid rgb(135,135,144);
    z-index: 1050;
    background: #ffffff;
    padding: 15px 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
}.data_settings9 {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.consent_comply4 {
    margin-right: 15px;
    flex-shrink: 0;
}.consent_comply4 svg {
    height: 50px;
    fill: rgb(135,135,144);
    width: 50px;
    transition: fill 0.3s ease-in-out;
}.track_ack1 {
    margin-right: 15px;
    flex-grow: 1;
}.track_ack1 h5 {
    font-weight: 700;
    color: rgb(135,135,144);
    font-size: 19px;
    margin-bottom: 5px;
}.track_ack1 p {
    color: #000000;
    margin-bottom: 0;
    font-size: 16px;
}.gdpr_banner0 {
    vertical-align: middle;
    line-height: 1.5;
    text-decoration: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    margin-left: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
    border-radius: 10px;
    white-space: nowrap;
    border: 1px solid transparent;
    font-size: 17px;
}.cookie_button.cookie_controls3 {
    background-color: rgb(135,135,144);
    color: #ffffff;
    border-color: rgb(135,135,144);
}#cookieNoticeWindow9 {
    display: none;
}#cookieNoticeWindow9:checked ~ .cookie_popup_display7 {
    visibility: hidden;
    opacity: 0;
}.cookie_button.cookie_controls3:hover {
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_button.data_guard3 {
    border-color: rgb(102,102,111);
    color: #000000;
    background-color: rgb(102,102,111);
}.cookie_button.data_guard3:hover {
    color: #ffffff;
    border-color: rgb(135,135,144);
    background-color: rgb(135,135,144);
}.cookie_popup_display7 p a {
    text-decoration: underline;
    color: rgb(135,135,144);
}.cookie_popup_display7 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.track_ack1 h5 {
    font-size: calc(19px - 2px);
}.track_ack1 p {
    font-size: calc(16px - 2px);
}.gdpr_banner0 {
    font-size: calc(17px - 2px);
}
}
@media (max-width: 800px) {.data_settings9 {
    align-items: center;
    flex-direction: column;
}.consent_comply4 {
    margin-bottom: 10px;
}.track_ack1 {
    margin-bottom: 15px;
    text-align: center;
}.gdpr_banner0 {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.client_comments9 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(169,168,177), rgba(245, 248, 252, 0.7));
}.client_comments9::before {
    height: 100%;
    z-index: 0;
    left: 0;
    content: "";
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgba(rgb(135,135,144,0.5), 0.05), transparent 60%);
    width: 100%;
    position: absolute;
}.client_comments9::after {
    width: 300px;
    filter: blur(40px);
    background: linear-gradient(135deg, rgba(rgb(102,102,111,0.5), 0.05), rgba(rgb(135,135,144,0.5), 0.08));
    right: -50px;
    border-radius: 50%;
    z-index: 0;
    height: 300px;
    bottom: -50px;
    content: "";
    position: absolute;
}.client_comments9 .container {
    z-index: 1;
    position: relative;
}.client_comments9 h2 {
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    color: #000000;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    margin-bottom: 60px;
}.client_comments9 h2::after {
    height: 3px;
    box-shadow: 0 5px 15px rgba(rgb(135,135,144,0.5), 0.2);
    background: linear-gradient(90deg, rgb(135,135,144), rgb(102,102,111));
    content: "";
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
}.client_comments9 .user_reviews4 {
    padding: 0;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
}.client_comments9 .client_views8 {
    transform: translateY(0);
    background: #ffffff;
    padding: 30px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.03), -12px -12px 24px rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    overflow: hidden;
}.client_comments9 .client_views8::before {
    color: rgba(rgb(102,102,111,0.5), 0.06);
    font-family: serif;
    font-size: 120px;
    line-height: 1;
    z-index: 0;
    content: "";
    position: absolute;
    right: 20px;
    top: 10px;
}.client_comments9 .client_views8:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), -15px -15px 30px rgba(255, 255, 255, 1);
    transform: translateY(-8px);
}.client_comments9 .client_views8 div {
    position: relative;
    align-items: center;
    margin-bottom: 15px;
    z-index: 1;
    display: flex;
}.client_comments9 .client_views8 img {
    object-fit: cover;
    width: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-right: 15px;
    border: 3px solid #ffffff;
    transition: transform 0.3s ease;
    height: 60px;
}.client_comments9 .client_views8:hover img {
    transform: scale(1.05);
}.client_comments9 .client_views8 h4 {
    color: #000000;
    margin: 0;
    font-size: calc(24px - 2px);
    font-weight: 600;
    position: relative;
}.client_comments9 .client_views8 h4::after {
    background: linear-gradient(90deg, rgb(135,135,144), transparent);
    bottom: -5px;
    content: "";
    width: 0;
    left: 0;
    transition: width 0.4s ease;
    height: 2px;
    position: absolute;
}.client_comments9 .client_views8:hover h4::after {
    width: 100%;
}.client_comments9 .client_views8 .description {
    z-index: 1;
    position: relative;
    margin: 0;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}.client_comments9 .client_views8:nth-child(odd) {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}.client_comments9 .client_views8:nth-child(even) {
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
}.client_comments9 a {
    position: relative;
    overflow: hidden;
    margin: 40px auto 0;
    font-size: 17px;
    box-shadow: 0 5px 15px rgba(rgb(135,135,144,0.5), 0.2);
    color: #ffffff;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(135,135,144), rgb(102,102,111));
    padding: 12px 30px;
    z-index: 1;
    display: block;
    font-weight: 600;
    text-decoration: none;
    width: fit-content;
    border-radius: 8px;
}.client_comments9 a::before {
    left: -100%;
    z-index: -1;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    position: absolute;
}.client_comments9 a:hover {
    box-shadow: 0 8px 20px rgba(rgb(135,135,144,0.5), 0.3);
    transform: translateY(-3px);
}.client_comments9 a:hover::before {
    left: 100%;
}

@media (min-width: 1200px) {.client_comments9 .user_reviews4 {
    grid-template-columns: repeat(4, 1fr);
}.client_comments9 h2 {
    font-size: calc(38px + 4px);
}.client_comments9 .who_weare9 {
    margin: 0 auto;
    max-width: 1200px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {.client_comments9 .user_reviews4 {
    grid-template-columns: repeat(3, 1fr);
}.client_comments9 {
    padding: 100px 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {.client_comments9 .user_reviews4 {
    grid-template-columns: repeat(2, 1fr);
}.client_comments9 {
    padding: 80px 0;
}.client_comments9 h2 {
    margin-bottom: 50px;
}
}

@media (max-width: 767px) {.client_comments9 {
    padding: 60px 0;
}.client_comments9 .user_reviews4 {
    grid-template-columns: 1fr;
}.client_comments9 h2 {
    margin-bottom: 40px;
    font-size: calc(38px - 2px);
}.client_comments9 .client_views8 {
    padding: 25px 20px;
}.client_comments9 .client_views8 img {
    height: 50px;
    width: 50px;
}.client_comments9 a {
    margin-top: 30px;
    padding: 10px 25px;
}
}

@media (max-width: 480px) {.client_comments9 {
    padding: 50px 0;
}.client_comments9 h2 {
    font-size: calc(38px - 4px);
}.client_comments9 .client_views8 {
    padding: 20px 15px;
}
}

@supports (backdrop-filter: blur(10px)) {.client_comments9 .client_views8 {
    backdrop-filter: blur(10px) saturate(150%);
    background: rgba(255, 255, 255, 0.8);
}.client_comments9 .client_views8:hover {
    backdrop-filter: blur(15px) saturate(180%);
}
}

@media (prefers-reduced-motion: reduce) {.client_comments9 .client_views8,
  .client_comments9 a,
  .client_comments9 a::before,
  .client_comments9 .client_views8 img,
  .client_comments9 .client_views8 h4::after {
    transition: none;
}
}

@container (min-width: 350px) {.client_comments9 .client_views8 .description {
    font-size: calc(15px + 1px);
    line-height: 1.7;
}}.title_page8 {
    width: 100%;
    font-family: Arial, sans-serif;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.title_page8 .intro_head8 {
    position: relative;
    justify-content: center;
    display: flex;
    width: 100%;
    min-height: 100vh;
    align-items: center;
}.title_page8 .intro_head8::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(135,135,144,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    transition: opacity 0.5s ease;
}.title_page8 .intro_head8:hover::before {
    opacity: 0.85;
}.title_page8 .learn_guide6 {
    width: 90%;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    background: linear-gradient(to right, rgba(255,255,255,0.05), rgba(255,255,255,0.15));
    animation: fadeUp 1s ease-out forwards;
    transform: translateY(20px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    clip-path: polygon(0 0, 100% 0, 98% 95%, 2% 100%);
    padding: 3rem;
    z-index: 2;
    max-width: 1200px;
    gap: 2rem;
    backdrop-filter: blur(5px);
}.title_page8 .learn_guide6 > div:first-child {
    overflow: hidden;
    padding-bottom: 1rem;
    position: relative;
}.title_page8 .learn_guide6 > div:first-child::after {
    left: 0;
    animation: lineExpand 1.5s ease-in-out forwards;
    background: rgb(102,102,111);
    width: 60%;
    content: "";
    height: 3px;
    bottom: 0;
    position: absolute;
}.title_page8 .title_style_header {
    letter-spacing: -0.02em;
    transform: translateY(20px);
    font-size: clamp(2.5rem, 5vw, 40px);
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
    line-height: 1.2;
    font-weight: 700;
    opacity: 0;
    margin: 0;
}.title_page8 h3 {
    font-size: clamp(1.2rem, 3vw, 22px);
    opacity: 0;
    font-weight: 600;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    line-height: 1.4;
    color: #ffffff;
    margin: 0 0 1.5rem;
}.title_page8 p {
    line-height: 1.6;
    transform: translateY(20px);
    font-weight: 400;
    padding-left: 1.5rem;
    margin: 0;
    position: relative;
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.9s forwards;
    font-size: clamp(1rem, 2vw, 14px);
    color: #ffffff;
}.title_page8 p::before {
    width: 1rem;
    background-color: rgb(102,102,111);
    transform: translateY(-50%);
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
    top: 50%;
}

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

@keyframes lineExpand {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}


@media (min-width: 768px) {.title_page8 .learn_guide6 {
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
    clip-path: polygon(0 0, 100% 0, 98% 98%, 2% 100%);
    gap: 3rem;
}.title_page8 .learn_guide6 > div:first-child::after {
    width: 80%;
}.title_page8 .title_style_header {
    margin-bottom: 0;
}
}

@media (max-width: 767px) {.title_page8 .intro_head8 {
    min-height: 80vh;
}.title_page8 .learn_guide6 {
    gap: 1.5rem;
    padding: 2rem;
}.title_page8 .learn_guide6 > div:first-child {
    padding-bottom: 0.5rem;
}.title_page8 h3 {
    margin-bottom: 1rem;
}.title_page8 p {
    padding-left: 1rem;
}.title_page8 p::before {
    width: 0.75rem;
}
}

@media (max-width: 480px) {.title_page8 .learn_guide6 {
    clip-path: polygon(0 0, 100% 0, 96% 98%, 4% 100%);
    padding: 1.5rem;
    gap: 1rem;
}.title_page8 .title_style_header {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
}.title_page8 h3 {
    font-size: clamp(1rem, 5vw, 1.2rem);
}.title_page8 p {
    font-size: clamp(0.9rem, 4vw, 1rem);
}
}

@media (hover: hover) {.title_page8 .learn_guide6:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}
}

@media (prefers-reduced-motion: reduce) {.title_page8 .title_style_header,
  .title_page8 h3,
  .title_page8 p,
  .title_page8 .learn_guide6 {
    animation: none;
    transform: none;
    opacity: 1;
}.title_page8 .learn_guide6 > div:first-child::after {
    width: 60%;
    animation: none;
}}.who_we_are9 {
    background: rgb(169,168,177);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.who_we_are9::before {
    opacity: 0.15;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(135,135,144,0.5) 0%, transparent 50%, rgb(102,102,111,0.5) 100%);
    top: 0;
    z-index: 1;
}.who_we_are9 .container {
    z-index: 2;
    position: relative;
}.who_we_are9 .who_weare9 {
    position: relative;
    flex-wrap: wrap;
    display: flex;
}.who_we_are9 h3 {
    font-weight: 700;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    color: #000000;
    font-size: 35px;
    margin-bottom: 60px;
    letter-spacing: 2px;
}.who_we_are9 h3::after {
    width: 50px;
    position: absolute;
    content: "";
    background: rgb(135,135,144);
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    bottom: -15px;
}.who_we_are9 .skill_track6,
.who_we_are9 .path_creators3 {
    margin-bottom: 30px;
    position: relative;
    width: calc(50% - 30px);
}.who_we_are9 .skill_track6 {
    margin-right: 60px;
    padding-right: 30px;
}.who_we_are9 .skill_track6 span {
    border-bottom: 2px solid rgb(135,135,144,0.5);
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    color: rgb(135,135,144);
}.who_we_are9 .skill_track6 p,
.who_we_are9 .path_creators3 p {
    margin-bottom: 30px;
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
}.who_we_are9 .img_fit7,
.who_we_are9 .team_bios6 {
    height: 320px;
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 19px 19px 0 19px;
    position: relative;
}.who_we_are9 .img_fit7:hover,
.who_we_are9 .team_bios6:hover {
    transform: scale(1.02);
}.who_we_are9 .img_fit7::after,
.who_we_are9 .team_bios6::after {
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
}.who_we_are9 .img_fit7::before,
.who_we_are9 .team_bios6::before {
    content: "";
    border-left-color: rgb(135,135,144,0.5);
    height: 100%;
    z-index: 2;
    left: 0;
    box-sizing: border-box;
    border: 8px solid transparent;
    border-bottom-color: rgb(135,135,144,0.5);
    transition: opacity 0.4s ease;
    border-radius: 19px 19px 0 19px;
    top: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
}.who_we_are9 .team_bios6::before {
    border-left-color: rgb(102,102,111,0.5);
    border-bottom-color: rgb(102,102,111,0.5);
}.who_we_are9 .img_fit7:hover::before,
.who_we_are9 .team_bios6:hover::before {
    opacity: 1;
}.who_we_are9 .who_weare9::before {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background: linear-gradient(to bottom, rgb(135,135,144,0.5), rgb(102,102,111,0.5));
    height: 70%;
    width: 2px;
}.who_we_are9 .who_weare9::after {
    height: 20px;
    background: #ffffff;
    position: absolute;
    border-radius: 50%;
    width: 20px;
    left: 50%;
    top: 50%;
    content: "";
    border: 2px solid rgb(135,135,144);
    transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {.who_we_are9 {
    padding: 80px 0;
}.who_we_are9 h3 {
    margin-bottom: 50px;
}.who_we_are9 .skill_track6,
    .who_we_are9 .path_creators3 {
    width: calc(50% - 20px);
}.who_we_are9 .skill_track6 {
    margin-right: 40px;
}.who_we_are9 .img_fit7,
    .who_we_are9 .team_bios6 {
    height: 280px;
}
}

@media (max-width: 992px) {.who_we_are9 h3 {
    margin-bottom: 40px;
}.who_we_are9 .skill_track6,
    .who_we_are9 .path_creators3 {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
}.who_we_are9 .path_creators3 {
    margin-top: 50px;
}.who_we_are9 .who_weare9::before,
    .who_we_are9 .who_weare9::after {
    display: none;
}
}

@media (max-width: 768px) {.who_we_are9 {
    padding: 60px 0;
}.who_we_are9 h3 {
    letter-spacing: 1px;
    font-size: calc(35px * 0.9);
}.who_we_are9 .skill_track6 span {
    font-size: calc(19px * 0.95);
}.who_we_are9 .img_fit7,
    .who_we_are9 .team_bios6 {
    height: 260px;
}
}

@media (max-width: 576px) {.who_we_are9 {
    padding: 50px 0;
}.who_we_are9 h3 {
    margin-bottom: 35px;
    font-size: calc(35px * 0.85);
}.who_we_are9 .skill_track6 span {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}.who_we_are9 .skill_track6 p,
    .who_we_are9 .path_creators3 p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
    margin-bottom: 25px;
}.who_we_are9 .img_fit7,
    .who_we_are9 .team_bios6 {
    height: 220px;
}.who_we_are9 .img_fit7::before,
    .who_we_are9 .team_bios6::before {
    border-width: 6px;
}}

.who_we_are9 .path_creators3 p {
    padding-left: 25px;
    position: relative;
}.who_we_are9 .path_creators3 p::before {
    width: 4px;
    bottom: 5px;
    border-radius: 10px;
    background: rgb(102,102,111,0.5);
    position: absolute;
    top: 5px;
    content: "";
    left: 0;
}.who_we_are9 .skill_track6::after {
    content: "";
    width: 50px;
    height: 50px;
    opacity: 0.7;
    position: absolute;
    top: -10px;
    border-top: 3px solid rgb(135,135,144);
    left: -10px;
    border-left: 3px solid rgb(135,135,144);
}.who_we_are9 .path_creators3::after {
    border-right: 3px solid rgb(102,102,111);
    right: -10px;
    height: 50px;
    opacity: 0.7;
    bottom: -10px;
    border-bottom: 3px solid rgb(102,102,111);
    content: "";
    width: 50px;
    position: absolute;
}.instructor_history0 {
    background: linear-gradient(135deg, rgb(169,168,177), rgb(135,135,144,0.5));
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}.instructor_history0::before {
    left: 0;
    background: repeating-linear-gradient(45deg, rgb(102,102,111,0.5) 0px, transparent 2px, transparent 10px);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.1;
}.instructor_history0 .client_views8 {
    z-index: 2;
    overflow: hidden;
    max-width: 1200px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 0;
    background: #ffffff;
    position: relative;
    display: flex;
    margin: 0 auto;
    align-items: center;
    gap: 4rem;
    border-radius: 20px;
}.instructor_history0 .img_fit7 {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    width: 40%;
    transition: all 0.4s ease;
    flex-shrink: 0;
    height: 450px;
    position: relative;
}.instructor_history0 .img_fit7::after {
    opacity: 0.5;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(135,135,144,0.5), transparent);
    top: 0;
}.instructor_history0 .experience_tasks9 {
    position: relative;
    padding: 3rem;
    width: 60%;
}.instructor_history0 .name {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 32px;
    position: relative;
    color: #000000;
    font-weight: 700;
}.instructor_history0 .name::after {
    content: "";
    height: 3px;
    transition: width 0.3s ease;
    width: 50%;
    position: absolute;
    bottom: -8px;
    background: rgb(135,135,144);
    left: 0;
}.instructor_history0 .experience_tasks9 > div:nth-child(2) {
    margin-bottom: 1.5rem;
    padding-left: 2px;
    color: rgb(102,102,111);
    font-weight: 600;
    font-size: 20px;
}.instructor_history0 .exp_items3 {
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 17px;
}.instructor_history0 .exp_items3::before {
    font-size: 4rem;
    position: absolute;
    content: "";
    opacity: 0.4;
    left: -1rem;
    color: rgb(135,135,144,0.5);
    top: -2rem;
}.instructor_history0 .client_views8:hover .img_fit7 {
    transform: scale(1.03);
}.instructor_history0 .client_views8:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.instructor_history0 .client_views8 {
    gap: 2rem;
    flex-direction: column;
}.instructor_history0 .img_fit7 {
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    width: 100%;
}.instructor_history0 .experience_tasks9 {
    padding: 0 2rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.instructor_history0 {
    padding: 3rem 1rem;
}.instructor_history0 .img_fit7 {
    height: 280px;
}.instructor_history0 .experience_tasks9 {
    padding: 0 1.5rem 1.5rem;
}.instructor_history0 .name {
    font-size: calc(32px * 0.85);
}.instructor_history0 .exp_items3 {
    font-size: calc(17px * 0.95);
}}.thanksDiv5 {
    background: linear-gradient(135deg, rgb(135,135,144,0.5), rgb(102,102,111), rgb(135,135,144));
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    isolation: isolate;
}.thanksDiv5::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    background-size: 60px 60px, 40px 40px;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.6;
    left: 0;
    animation: shimmer 15s infinite linear;
    content: "";
    z-index: -1;
}.thanksDiv5::after {
    transform: rotate(-15deg) skew(20deg);
    z-index: -1;
    filter: blur(40px);
    content: "";
    height: 70%;
    position: absolute;
    top: -10%;
    background: linear-gradient(160deg, rgb(102,102,111,0.5), transparent);
    right: -5%;
    width: 40%;
}.thanksDiv5 .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.thanksDiv5 .who_weare9 {
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center bottom;
    padding: 3.5rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.thanksDiv5 .who_weare9::before {
    opacity: 0.9;
    width: 100%;
    transform-origin: left center;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(135,135,144), rgb(102,102,111), rgb(135,135,144));
    top: 0;
    animation: shimmerBorder 3s infinite linear;
    height: 6px;
    left: 0;
}.thanksDiv5 .who_weare9::after {
    width: 90%;
    bottom: -20px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.07);
    position: absolute;
    content: "";
    filter: blur(15px);
    height: 20px;
    z-index: -1;
    left: 5%;
}.thanksDiv5 .who_weare9 > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.thanksDiv5 .who_weare9 > div:first-child::after {
    height: 3px;
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    bottom: -0.75rem;
    position: absolute;
    transform-origin: left center;
    transform: scaleX(0);
    left: 0;
    width: 60px;
    background: rgb(102,102,111);
}.thanksDiv5 h5 {
    line-height: 1.4;
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    font-size: 22px;
    transform: translateY(20px);
    color: #000000;
    margin: 0;
    opacity: 0;
}.thanksDiv5 p {
    color: #000000;
    opacity: 0;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.8;
    margin: 0;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    font-size: 16px;
}.thanksDiv5 a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: inherit;
    display: block;
}.thanksDiv5 a::before {
    height: 2px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    background: rgb(135,135,144,0.5);
    transform: scaleX(0);
    transform-origin: right center;
    content: "";
    right: 0;
    bottom: -10px;
    width: 30%;
}.thanksDiv5 a:hover {
    transform: translateX(5px);
}.thanksDiv5 a:hover::before {
    transform: scaleX(1);
}

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

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

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

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

@media (hover: hover) {.thanksDiv5 .who_weare9:hover {
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}
}

@media screen and (max-width: 992px) {.thanksDiv5 {
    padding: 5rem 2rem;
}.thanksDiv5 .who_weare9 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.thanksDiv5 h5 {
    font-size: calc(22px * 0.9);
}
}

@media screen and (max-width: 768px) {.thanksDiv5 {
    padding: 4rem 1.5rem;
}.thanksDiv5 .who_weare9 {
    transform: none;
    padding: 2rem;
}.thanksDiv5 .who_weare9::before {
    height: 4px;
}.thanksDiv5 h5 {
    font-size: calc(22px * 0.85);
}.thanksDiv5 p {
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 576px) {.thanksDiv5 {
    padding: 3rem 1rem;
}.thanksDiv5 .who_weare9 {
    padding: 1.75rem;
}.thanksDiv5 .who_weare9::before {
    height: 3px;
}.thanksDiv5 h5 {
    font-size: calc(22px * 0.8);
}.thanksDiv5 p {
    line-height: 1.7;
    font-size: calc(16px * 0.9);
}.thanksDiv5 .who_weare9 > div:first-child {
    margin-bottom: 1.5rem;
}
}