* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-viewport {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.head_pro {
    flex: 1 0 auto;
}.container {
    width: 1240px;
    margin: auto;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    height: 100%;
    min-height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
}.credit_info {
    flex: 0 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;
}}
.cookie_overlay_banner {
    position: fixed;
    width: 100%;
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(128,153,151);
    background: rgb(159,186,186);
}.cookies_tech {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}#dataProtectionBox {
    display: none;
}#dataProtectionBox:checked ~ .cookie_overlay_banner {
    visibility: hidden;
    opacity: 0;
}.cookie_overlay_banner h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_overlay_banner p {
    font-size: 18px;
}.cookie_menu {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_menu svg, .cookie_menu svg path, .cookie_menu img {
    height: 100px;
    fill: rgb(128,153,151);
    width: 100px;
}.edu_accept {
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    color: rgb(128,153,151);
    margin-left: 10px;
    font-size: 24px;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 120px;
    border-bottom: 2px solid rgb(128,153,151);
}.cookie_overlay_banner p a {
    color: rgb(128,153,151);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_overlay_banner {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_menu {
    display: none;
}.cookies_tech {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_overlay_banner h5 {
    text-align: center;
}.cookie_overlay_banner p {
    text-align: center;
}.consent_track {
    margin-bottom: 20px;
}body .wrapper-viewport .edu_accept {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-viewport .cookie_overlay_banner {
    background: #ffffff;
    box-shadow: rgb(128,153,151,0.5) 0px 0px 40px 39px;
    border: none;
}.wrapper-viewport .edu_accept {
    font-weight: 400;
    padding: 10px;
    border: none;
    background: rgb(128,153,151);
    margin-left: 30px;
    font-size: 20px;
    color: #ffffff;
}.wrapper-viewport .cookie_menu {
    width: 80px;
    background:rgb(128,153,151);
    align-items: center;
    border-radius: 50%;
    height: 80px;
    justify-content: center;
    display: flex;
}.wrapper-viewport .cookie_menu svg, .wrapper-viewport .cookie_menu svg path, .wrapper-viewport .cookie_menu img {
    height: 40px;
    fill:#000000;
    width: 40px;
}.wrapper-viewport .consent_track h5, .wrapper-viewport .consent_track p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-viewport .cookie_menu {
    margin-bottom: 14px;
    margin: 0;
}}.data_analysis {
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgba(245, 245, 252, 0.9) 100%);
    overflow: hidden;
}.data_analysis::before {
    transform: rotate(-15deg) skewX(20deg);
    height: 70%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(210deg, rgb(128,153,151,0.5) 0%, transparent 70%);
    width: 40%;
    right: -5%;
    filter: blur(30px);
    content: "";
    top: -10%;
}.data_analysis::after {
    position: absolute;
    z-index: 1;
    content: "";
    left: -2%;
    transform: rotate(10deg);
    filter: blur(25px);
    background: linear-gradient(45deg, rgb(97,122,117,0.5) 0%, transparent 80%);
    height: 60%;
    bottom: -5%;
    width: 30%;
}.data_analysis .container {
    max-width: 1320px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
}.data_analysis ul {
    margin: 0;
    display: grid;
    list-style: none;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.data_analysis .smart_statistics {
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.3s ease-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    transform-origin: center bottom;
    overflow: hidden;
    position: relative;
}.data_analysis .smart_statistics::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(128,153,151), rgb(97,122,117));
    transform-origin: top;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    height: 100%;
    position: absolute;
    transform: scaleY(0);
    width: 5px;
    content: "";
}.data_analysis .smart_statistics:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.data_analysis .smart_statistics:hover::before {
    transform: scaleY(1);
}.data_analysis .smart_statistics div {
    position: relative;
    z-index: 2;
}.data_analysis .smart_statistics p {
    font-weight: 700;
    -webkit-background-clip: text;
    display: inline-block;
    background: linear-gradient(120deg, rgb(128,153,151), rgb(97,122,117));
    color: transparent;
    transform-origin: left;
    transition: transform 0.3s ease-out;
    font-size: calc(36px * 1.2);
    background-clip: text;
    margin: 0 0 0.5rem;
}.data_analysis .smart_statistics:hover p {
    transform: scale(1.1);
}.data_analysis .smart_statistics span {
    transition: transform 0.3s ease-out 0.1s;
    color: #000000;
    transform-origin: left;
    display: block;
    font-size: 14px;
    font-weight: 600;
}.data_analysis .smart_statistics:hover span {
    transform: translateX(10px);
}.data_analysis .smart_statistics:nth-child(odd)::after {
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 60px;
    bottom: -15px;
    right: -15px;
    height: 60px;
    z-index: 1;
    transform: scale(0);
    background: linear-gradient(135deg, rgb(97,122,117,0.5), transparent);
}.data_analysis .smart_statistics:nth-child(even)::after {
    background: linear-gradient(225deg, rgb(128,153,151,0.5), transparent);
    transform: scale(0);
    top: -15px;
    position: absolute;
    height: 60px;
    left: -15px;
    border-radius: 50%;
    content: "";
    width: 60px;
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    z-index: 1;
}.data_analysis .smart_statistics:hover::after {
    opacity: 1;
    transform: scale(1);
}.data_analysis h4 {
    opacity: 0;
    animation: fadeUp 0.8s forwards 0.5s;
    transform: translateY(20px);
    text-align: center;
    font-size: 20px;
    padding-bottom: 1rem;
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-top: 3rem;
}.data_analysis h4::after {
    content: "";
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(90deg, rgb(128,153,151), rgb(97,122,117));
    width: 80px;
    position: absolute;
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 992px) {.data_analysis {
    padding: 6rem 0;
}.data_analysis ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2.5rem;
}.data_analysis .smart_statistics {
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                    box-shadow 0.4s ease-out;
}.data_analysis .smart_statistics p {
    font-size: calc(39px * 0.9);
    margin-bottom: 1rem;
}.data_analysis h4 {
    font-size: calc(20px * 1.2);
    margin-top: 4rem;
}
}

@media (max-width: 991px) {.data_analysis ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 768px) {.data_analysis {
    padding: 3rem 0;
}.data_analysis ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.data_analysis .smart_statistics {
    padding: 1.5rem;
}.data_analysis .smart_statistics p {
    font-size: calc(36px * 1.1);
}.data_analysis h4 {
    margin-top: 2.5rem;
}
}

@media (max-width: 576px) {.data_analysis ul {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 350px;
}.data_analysis .smart_statistics {
    transform: none !important;
}.data_analysis .smart_statistics:hover {
    transform: translateY(-5px) !important;
}
}

@media (prefers-reduced-motion: reduce) {.data_analysis .smart_statistics,
    .data_analysis .smart_statistics::before,
    .data_analysis .smart_statistics::after,
    .data_analysis .smart_statistics p,
    .data_analysis .smart_statistics span {
    transform: none !important;
    animation: none;
    transition: none;
}.data_analysis h4 {
    opacity: 1;
    transform: none;
    animation: none;
}}.course_summary {
    position: relative;
    padding: 100px 0;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    perspective: 1500px;
    background: rgb(128,153,151);
}.course_summary::before {
    z-index: 1;
    opacity: 0.08;
    animation: gridPulse 8s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(128,153,151,0.5) 50%, rgb(128,153,151,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(128,153,151,0.5) 50%, rgb(128,153,151,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
}.course_summary::after {
    z-index: 2;
    width: 100%;
    opacity: 0.2;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 20%, rgb(128,153,151,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(97,122,117,0.5) 0%, transparent 50%);
    left: 0;
    mix-blend-mode: screen;
    content: "";
    position: absolute;
    top: 0;
}.course_summary .container {
    position: relative;
    z-index: 5;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}.course_summary .class_plan {
    transform-style: preserve-3d;
    display: grid;
    grid-gap: 0;
    grid-template-columns: 2fr 3fr;
    position: relative;
}.course_summary .description_card {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(128,153,151,0.5);
    position: relative;
    padding: 60px;
    z-index: 15;
    background: rgba(0, 0, 0, 0.7);
    transform: translateZ(50px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    backdrop-filter: blur(20px);
    border-radius: 0;
    border-left: 3px solid rgb(128,153,151);
}.course_summary .description_card::before {
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(128,153,151,0.5) 50%, rgb(128,153,151,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    opacity: 0.05;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
}.course_summary .description_card::after {
    animation: rotateConic 10s linear infinite;
    bottom: 0;
    border-radius: 50%;
    right: 0;
    content: "";
    transform: translate(50%, 50%);
    background: 
        conic-gradient(from 0deg, rgb(128,153,151,0.5) 0deg, transparent 120deg);
    opacity: 0.2;
    height: 150px;
    position: absolute;
    width: 150px;
}.course_summary .description_card h2 {
    color: #ffffff;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgb(128,153,151,0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 20px;
    font-size: 47px;
    font-weight: 700;
    position: relative;
}.course_summary .description_card h2::after {
    width: 100px;
    content: "";
    background: rgb(128,153,151);
    height: 3px;
    position: absolute;
    left: 0;
    box-shadow: 0 0 15px rgb(128,153,151);
    bottom: 0;
}.course_summary .description_card .description {
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    line-height: 1.9;
    padding-left: 20px;
    font-size: 16px;
    opacity: 0.9;
}.course_summary .description_card .description::before {
    position: absolute;
    color: rgb(97,122,117);
    left: 0;
    opacity: 0.7;
    content: ">";
}.course_summary .description_card .description:last-child {
    margin-bottom: 0;
}.course_summary .hud-element {
    border: 1px solid rgb(128,153,151,0.5);
    position: absolute;
    opacity: 0.2;
    z-index: 5;
}.course_summary .pic_card {
    height: 650px;
    transform: translateZ(0) rotateY(-10deg);
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 10;
    transform-origin: right center;
}.course_summary .pic_card::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    height: 100%;
    top: 0;
}.course_summary .pic_card::after {
    height: 100%;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(128,153,151), 0.1) 2px, rgba(rgb(128,153,151), 0.1) 4px);
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.1;
    width: 100%;
    z-index: 2;
    top: 0;
    animation: scanlines 8s linear infinite;
    mix-blend-mode: overlay;
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@media screen and (max-width: 1200px) {.course_summary {
    padding: 80px 0;
}.course_summary .description_card {
    padding: 40px;
}.course_summary .pic_card {
    height: 550px;
}
}

@media screen and (max-width: 991px) {.course_summary {
    min-height: auto;
    padding: 60px 0;
}.course_summary .class_plan {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.course_summary .description_card {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    transform: translateZ(0);
    padding: 30px;
}.course_summary .pic_card {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    height: 450px;
    transform: translateZ(0) rotateY(0);
}
}

@media screen and (max-width: 767px) {.course_summary {
    padding: 50px 0;
}.course_summary .container {
    padding: 0 20px;
}.course_summary .description_card {
    padding: 25px;
}.course_summary .description_card h2 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.8);
    padding-bottom: 15px;
}.course_summary .description_card .description {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: calc(16px * 0.95);
}.course_summary .pic_card {
    height: 350px;
}
}

@media screen and (max-width: 480px) {.course_summary {
    padding: 40px 0;
}.course_summary .container {
    padding: 0 15px;
}.course_summary .description_card {
    padding: 20px;
}.course_summary .description_card h2 {
    margin-bottom: 20px;
    font-size: calc(47px * 0.7);
}.course_summary .description_card h2::before {
    font-size: 14px;
    top: -20px;
}.course_summary .pic_card {
    height: 280px;
}}header {
    position: relative;
    z-index: 100;
    box-shadow: 0 5px 15px rgb(128,153,151,0.5);
    background: linear-gradient(to right, rgb(159,186,186), #ffffff);
    padding: 1.5rem 0;
}header .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}header .nav_wrap {
    gap: 1.2rem;
    align-items: center;
    flex-direction: column;
    display: flex;
}header .top_class {
    position: relative;
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem;
    border-radius: 10px;
    margin-bottom: 0.5rem;
}header .top_class::after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: -5px;
    left: 0;
    height: 2px;
    opacity: 0.7;
    background: linear-gradient(to right, transparent, rgb(128,153,151), transparent);
}header .top_class svg {
    height: auto;
    transition: transform 0.3s ease;
    width: 180px;
}header .top_class:hover svg {
    transform: scale(1.05);
}header .nav_base {
    padding: 0.8rem;
    gap: 0.5rem;
    border-radius: 10px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    width: 100%;
    background: linear-gradient(to right, rgb(128,153,151,0.5), rgb(97,122,117,0.5));
}header .site_start {
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 400;
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    color: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}header .site_start:hover {
    background: linear-gradient(135deg, rgb(128,153,151), rgb(97,122,117));
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgb(128,153,151,0.5);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top_class svg {
    width: 160px;
}header .nav_base {
    padding: 0.7rem;
}header .site_start {
    padding: 0.5rem 1rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .nav_wrap {
    gap: 1rem;
}header .top_class svg {
    width: 140px;
}header .nav_base {
    gap: 0.4rem;
    padding: 0.6rem;
}header .site_start {
    padding: 0.4rem 0.8rem;
    font-size: calc(15px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav_wrap {
    gap: 0.8rem;
}header .top_class svg {
    width: 120px;
}header .nav_base {
    overflow-x: auto;
    padding: 0.5rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .nav_base::-webkit-scrollbar {
    height: 3px;
}header .nav_base::-webkit-scrollbar-thumb {
    background: rgb(128,153,151);
    border-radius: 10px;
}header .site_start {
    font-size: calc(15px - 2px);
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0.4rem 0.7rem;
}}.privacy_redoubt {
    background-color: var(--section-bg-color, #f8f9fa);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.privacy_redoubt::before {
    top: 0;
    z-index: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(245, 245, 250, 0.7) 0%, rgba(240, 242, 247, 0.4) 100%);
}.privacy_redoubt::after {
    position: absolute;
    content: "";
    right: -5%;
    transform: rotate(-15deg);
    height: 70%;
    top: -10%;
    z-index: 0;
    width: 40%;
    background: linear-gradient(145deg, var(--primary-color_opacity, rgba(65, 84, 241, 0.05)), var(--secondary-color_opacity, rgba(70, 90, 250, 0.08)));
    clip-path: polygon(0 15%, 100% 0, 85% 100%, 0 85%);
}.privacy_redoubt .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 1;
    max-width: 1140px;
    transform: translateZ(0);
}.privacy_redoubt h1 {
    position: relative;
    font-size: var(--h1-font-size, 2.5rem);
    transform: translateX(-10px);
    margin-bottom: 2rem;
    color: var(--dark-color, #252525);
    letter-spacing: -0.02em;
    font-weight: var(--font-weight-bold, 700);
}.privacy_redoubt h1::after {
    animation: scaleWidth 0.8s ease-out forwards;
    content: "";
    width: 80px;
    left: 0;
    height: 4px;
    position: absolute;
    transform-origin: left center;
    bottom: -12px;
    background: linear-gradient(90deg, var(--primary-color, #4154f1), var(--secondary-color, #4655fa));
}@keyframes scaleWidth {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.privacy_redoubt h2 {
    font-weight: var(--font-weight-semibold, 600);
    padding-left: 16px;
    color: var(--dark-color, #252525);
    font-size: var(--h2-font-size, 1.8rem);
    margin: 3rem 0 1.5rem;
    border-left: 3px solid var(--primary-color, #4154f1);
    position: relative;
}.privacy_redoubt h3 {
    margin: 2.5rem 0 1.25rem;
    position: relative;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.85);
    border-left: 2px solid var(--secondary-color, #4655fa);
    font-weight: var(--font-weight-semibold, 600);
    padding-left: 14px;
    color: var(--dark-color, #252525);
}.privacy_redoubt h4 {
    color: var(--dark-color, #252525);
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
    font-weight: var(--font-weight-semibold, 600);
    padding-left: 12px;
    margin: 2rem 0 1rem;
    position: relative;
    border-left: 1px solid var(--secondary-color, #4655fa);
}.privacy_redoubt p {
    position: relative;
    transform: translateZ(0);
    color: var(--p-color, #444444);
    max-width: 90%;
    line-height: 1.7;
    font-size: var(--p-font-size, 1rem);
    margin-bottom: 1.5rem;
}.privacy_redoubt strong {
    display: inline-block;
    color: var(--dark-color, #252525);
    position: relative;
    font-weight: var(--font-weight-semibold, 600);
}.privacy_redoubt strong::after {
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    background-color: var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    bottom: 0;
    height: 2px;
}.privacy_redoubt ul {
    position: relative;
    padding-left: 20px;
    margin: 1.5rem 0 2rem 1rem;
}.privacy_redoubt ul::before {
    height: 100%;
    background: linear-gradient(to bottom, var(--primary-color_opacity, rgba(65, 84, 241, 0.2)), transparent);
    top: 0;
    position: absolute;
    border-radius: var(--border-radius-small, 3px);
    content: "";
    width: 3px;
    left: -20px;
}.privacy_redoubt li {
    padding-left: 8px;
    position: relative;
    font-size: var(--p-font-size, 1rem);
    line-height: 1.6;
    margin-bottom: 1rem;
    color: var(--p-color, #444444);
}.privacy_redoubt li::before {
    border-radius: 1px;
    height: 8px;
    background-color: var(--primary-color, #4154f1);
    left: -18px;
    width: 8px;
    transform: rotate(45deg);
    content: "";
    top: 0.7em;
    position: absolute;
}.privacy_redoubt span {
    border-left: 1px solid var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    display: block;
    background: linear-gradient(to right, var(--white-color, #ffffff), rgba(248, 249, 250, 0.8));
    line-height: 1.7;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    padding: 0.5rem 0 1.5rem;
    color: var(--p-color, #444444);
    transform: translateX(8px);
    font-size: var(--p-font-size, 1rem);
    position: relative;
}

@media (min-width: 992px) {.privacy_redoubt {
    padding: 6rem 0;
}.privacy_redoubt .container {
    padding: 0 40px;
}.privacy_redoubt h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.1);
    transform: translateX(-15px);
    margin-bottom: 3rem;
}.privacy_redoubt h1::after {
    height: 5px;
    width: 120px;
    bottom: -15px;
}.privacy_redoubt h2 {
    padding-left: 20px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 1.05);
    margin: 4rem 0 2rem;
}.privacy_redoubt p {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    max-width: 85%;
    line-height: 1.75;
}.privacy_redoubt ul {
    margin: 2rem 0 2.5rem 2rem;
}.privacy_redoubt li {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    margin-bottom: 1.2rem;
}.privacy_redoubt span {
    padding: 2rem;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    transition: transform 0.3s ease;
    transform: translateX(15px);
}.privacy_redoubt span:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.privacy_redoubt {
    padding: 3rem 0;
}.privacy_redoubt::after {
    width: 70%;
    height: 40%;
    top: -5%;
    right: -25%;
}.privacy_redoubt .container {
    padding: 0 15px;
}.privacy_redoubt h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    transform: translateX(-5px);
    margin-bottom: 1.5rem;
}.privacy_redoubt h1::after {
    width: 60px;
}.privacy_redoubt h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.9);
    margin: 2.5rem 0 1.25rem;
}.privacy_redoubt h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
}.privacy_redoubt h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.privacy_redoubt p {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    max-width: 100%;
}.privacy_redoubt ul {
    margin: 1.25rem 0 1.75rem 0.5rem;
}.privacy_redoubt li {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    margin-bottom: 0.8rem;
}.privacy_redoubt span {
    padding: 1rem;
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    transform: translateX(0);
}
}

@media (max-width: 480px) {.privacy_redoubt {
    padding: 2rem 0;
}.privacy_redoubt h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.7);
}.privacy_redoubt h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.8);
    margin: 2rem 0 1rem;
    padding-left: 12px;
}.privacy_redoubt h3 {
    padding-left: 10px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.privacy_redoubt h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.55);
    padding-left: 8px;
}.privacy_redoubt p, .privacy_redoubt li, .privacy_redoubt span {
    font-size: calc(var(--p-font-size, 1rem) * 0.9);
    line-height: 1.6;
}.privacy_redoubt span {
    padding: 0.875rem;
}}.pricing_package {
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgba(245, 247, 252, 1) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.pricing_package::before {
    z-index: 1;
    top: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    pointer-events: none;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
}.pricing_package .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.pricing_package .training_fees {
    display: flex;
    flex-direction: column-reverse;
}.pricing_package .rate_schemes {
    text-align: center;
    transition: transform 0.5s ease-out;
    margin-bottom: 50px;
}.pricing_package .rate_schemes h2 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    font-size: 34px;
    color: #000000;
}.pricing_package .rate_schemes h2::after {
    transform: translateX(-50%);
    left: 50%;
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(128,153,151);
    bottom: -10px;
    width: 80px;
}.pricing_package .deal_board {
    word-break: break-word;
    font-size: 13px;
    margin: 0 auto;
    max-width: 700px;
    white-space: normal;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
}.pricing_package .package_price {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}.pricing_package .pricing_deals {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    position: relative;
    color: #000000;
    border-radius: 8px;
}.pricing_package .pricing_deals:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.pricing_package .fee_chart {
    flex-direction: column;
    display: flex;
    min-height: 450px;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}.pricing_package .study_sub {
    flex-direction: column;
    padding: 30px;
    z-index: 2;
    white-space: normal;
    position: relative;
    word-break: break-word;
    overflow-wrap: break-word;
    flex: 1;
    display: flex;
}.pricing_package .study_sub h3 {
    margin-bottom: 8px;
    position: relative;
    font-weight: 600;
    font-size: calc(21px + 2px);
    transition: transform 0.3s ease;
    transform: translateX(0);
    color: #000000;
}.pricing_package .pricing_deals:hover .study_sub h3 {
    transform: translateX(5px);
}.pricing_package .premium_grid {
    color: rgb(128,153,151);
    font-size: calc(21px + 4px);
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin: 15px 0;
}.pricing_package .premium_grid::before {
    left: -20px;
    transition: all 0.3s ease;
    position: absolute;
    height: 2px;
    top: 50%;
    content: "";
    width: 10px;
    background: rgb(128,153,151);
    transform: translateX(-10px);
    opacity: 0;
}.pricing_package .pricing_deals:hover .premium_grid::before {
    transform: translateX(0);
    opacity: 1;
}.pricing_package .study_sub p {
    white-space: normal;
    flex: 1;
    line-height: 1.6;
    margin-top: 15px;
    color: #000000;
    font-size: 13px;
    word-break: break-word;
    overflow-wrap: break-word;
}.pricing_package .pic_card {
    height: 200px;
    overflow: hidden;
    transition: transform 0.6s ease;
    width: 100%;
    position: relative;
}.pricing_package .pic_card::after {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(rgb(128,153,151,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    content: "";
    z-index: 1;
}.pricing_package .pricing_deals:hover .pic_card {
    transform: scale(1.05);
}.pricing_package .pricing_deals:nth-child(odd) .fee_chart {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.pricing_package .pricing_deals:nth-child(even) .fee_chart {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.pricing_package .pricing_deals:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.pricing_package .pricing_deals:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.pricing_package .pricing_deals:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.pricing_package .pricing_deals:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.pricing_package .package_price {
    grid-template-columns: repeat(2, 1fr);
}.pricing_package .rate_schemes {
    margin-bottom: 60px;
}.pricing_package .study_sub h3 {
    font-size: 21px;
}.pricing_package .premium_grid {
    font-size: calc(21px + 2px);
}.pricing_package .study_sub p {
    font-size: calc(13px - 1px);
}
}

@media (min-width: 992px) {.pricing_package .training_fees {
    gap: 50px;
    align-items: center;
    flex-direction: row;
}.pricing_package .rate_schemes {
    margin-bottom: 0;
    text-align: left;
    flex: 0 0 30%;
}.pricing_package .rate_schemes h2::after {
    left: 0;
    transform: none;
}.pricing_package .package_price {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}.pricing_package .study_sub {
    padding: 35px;
}
}

@media (min-width: 1200px) {.pricing_package .package_price {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_package .fee_chart {
    min-height: 500px;
}.pricing_package .pic_card {
    height: 220px;
}.pricing_package .study_sub h3 {
    font-size: calc(21px + 2px);
}.pricing_package .premium_grid {
    font-size: calc(21px + 6px);
}}.client_experience {
    background: linear-gradient(135deg, rgb(159,186,186), rgb(159,186,186) 60%, rgba(rgb(128,153,151,0.5), 0.05));
    position: relative;
    box-shadow: inset 0 0 50px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 5rem 0;
    overflow: hidden;
}.client_experience::before {
    width: 100%;
    position: absolute;
    left: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgba(rgb(128,153,151,0.5), 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(rgb(97,122,117,0.5), 0.03) 0%, transparent 40%);
    z-index: 1;
    height: 100%;
    top: 0;
    content: "";
}.client_experience::after {
    right: -5%;
    width: 25%;
    opacity: 0.03;
    background: linear-gradient(145deg, rgb(128,153,151) 0%, transparent);
    top: -10%;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%);
    position: absolute;
    height: 55%;
    transform: rotate(-15deg) skewX(20deg);
    content: "";
    z-index: 0;
}.client_experience .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}.client_experience h2 {
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    font-size: 31px;
    margin-bottom: 3rem;
    color: #000000;
    position: relative;
    font-weight: 700;
}.client_experience h2::after {
    height: 3px;
    bottom: -0.75rem;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(128,153,151), transparent);
    left: 50%;
    width: 6rem;
    content: "";
    transform: translateX(-50%);
}.client_experience .pro_training {
    position: relative;
    overflow: hidden;
    perspective: 1200px;
}.client_experience .learner_voices {
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: grid;
}.client_experience .feedback_ratings {
    box-shadow: 
    0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    background: #ffffff;
    transform: translateZ(0);
    border-left: 3px solid rgb(128,153,151);
    padding: 2rem;
    overflow: hidden;
    display: flex;
    transition: 
    transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.5s ease;
    flex-direction: column;
}.client_experience .feedback_ratings::before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(rgb(128,153,151,0.5), 0.03), transparent);
    z-index: -1;
    content: "";
    height: 100%;
}.client_experience .feedback_ratings::after {
    position: absolute;
    top: 0.5rem;
    line-height: 1;
    font-size: 5rem;
    content: '"';
    right: 1rem;
    z-index: 0;
    font-family: serif;
    color: rgba(rgb(128,153,151,0.5), 0.1);
}.client_experience .feedback_ratings:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 
    0 30px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.15),
    0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.client_experience .feedback_ratings h3 {
    color: #000000;
    font-weight: 600;
    z-index: 2;
    position: relative;
    font-size: calc(21px * 1.1);
    margin-bottom: 0.75rem;
}.client_experience .feedback_ratings h3::after {
    left: 0;
    background: rgb(128,153,151);
    transform-origin: left;
    position: absolute;
    bottom: -0.35rem;
    width: 2.5rem;
    height: 2px;
    content: "";
    transition: width 0.3s ease;
}.client_experience .feedback_ratings:hover h3::after {
    width: 3.5rem;
}.client_experience .feedback_ratings .description {
    z-index: 2;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.65;
    font-size: 12px;
    flex-grow: 1;
}.client_experience .feedback_ratings div {
    transform: translateZ(0);
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    overflow: hidden;
    width: 65px;
    position: relative;
    height: 65px;
    margin-top: auto;
    border-radius: 50%;
}.client_experience .feedback_ratings div::before {
    position: absolute;
    z-index: 3;
    inset: 0;
    content: "";
    border: 2px solid rgba(rgb(128,153,151,0.5), 0.3);
    border-radius: 50%;
}.client_experience .feedback_ratings img {
    height: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
    width: 100%;
}.client_experience .feedback_ratings:hover img {
    transform: scale(1.1);
}

@media screen and (min-width: 768px) {.client_experience {
    padding: 6rem 0;
}.client_experience::after {
    width: 30%;
    height: 60%;
}.client_experience h2 {
    margin-bottom: 4rem;
}.client_experience .learner_voices {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2.25rem;
}.client_experience .feedback_ratings {
    padding: 2.5rem;
}.client_experience .feedback_ratings div {
    height: 75px;
    width: 75px;
}
}

@media screen and (min-width: 1200px) {.client_experience {
    padding: 8rem 0;
}.client_experience::after {
    right: -8%;
    height: 70%;
    width: 35%;
    top: -15%;
}.client_experience .learner_voices {
    grid-template-columns: repeat(3, 1fr);
}.client_experience .feedback_ratings {
    transition: 
      transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
      box-shadow 0.5s ease;
}.client_experience .feedback_ratings:nth-child(3n+1) {
    transform: translateZ(10px) rotateY(2deg);
}.client_experience .feedback_ratings:nth-child(3n+2) {
    transform: translateZ(15px);
}.client_experience .feedback_ratings:nth-child(3n+3) {
    transform: translateZ(10px) rotateY(-2deg);
}.client_experience .feedback_ratings:nth-child(3n+1):hover {
    transform: translateY(-10px) translateZ(15px) rotateY(2deg);
}.client_experience .feedback_ratings:nth-child(3n+2):hover {
    transform: translateY(-10px) translateZ(20px);
}.client_experience .feedback_ratings:nth-child(3n+3):hover {
    transform: translateY(-10px) translateZ(15px) rotateY(-2deg);
}
}

@media screen and (max-width: 767px) {.client_experience {
    padding: 4rem 0;
}.client_experience h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.9);
}.client_experience .learner_voices {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client_experience .feedback_ratings {
    padding: 1.75rem;
}.client_experience .feedback_ratings div {
    height: 60px;
    width: 60px;
}
}

@media (prefers-reduced-motion: reduce) {.client_experience .feedback_ratings,
  .client_experience .feedback_ratings h3::after,
  .client_experience .feedback_ratings img {
    transition: none;
}.client_experience .feedback_ratings:hover {
    transform: none;
}.client_experience .feedback_ratings:hover h3::after {
    width: 2.5rem;
}.client_experience .feedback_ratings:hover img {
    transform: none;
}}.course_beneficiaries {
    background: rgb(159,186,186);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.course_beneficiaries::before {
    z-index: 1;
    width: 80%;
    content: "";
    height: 200%;
    top: -50%;
    background: rgb(128,153,151,0.5);
    position: absolute;
    left: -30%;
    transform: rotate(-30deg);
    opacity: 0.08;
}.course_beneficiaries::after {
    opacity: 0.08;
    content: "";
    z-index: 1;
    transform: rotate(-30deg);
    position: absolute;
    bottom: -50%;
    height: 200%;
    width: 80%;
    background: rgb(97,122,117,0.5);
    right: -30%;
}.course_beneficiaries .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
}.course_beneficiaries .pro_training {
    position: relative;
}.course_beneficiaries h4 {
    color: #000000;
    margin-bottom: 50px;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 32px;
}.course_beneficiaries h4::before {
    position: absolute;
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(128,153,151,0.5), transparent);
    top: 0;
    z-index: -1;
    content: "";
    height: 100%;
    animation: shimmer 3s infinite;
}.course_beneficiaries h4::after {
    height: 3px;
    bottom: 0;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(128,153,151), rgb(97,122,117));
    transform: translateX(-50%);
    border-radius: 3px;
    left: 50%;
    position: absolute;
}@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.course_beneficiaries div > div {
    perspective: 1000px;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}.course_beneficiaries p {
    position: relative;
    display: flex;
    transform-style: preserve-3d;
    margin: 0;
    transition: all 0.4s ease;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 18px;
    width: calc(33.333% - 20px);
    min-height: 100px;
    z-index: 1;
    color: #000000;
    background: #ffffff;
    padding: 0;
}.course_beneficiaries p::before {
    opacity: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, #ffffff 0%, rgb(159,186,186) 100%);
    left: 0;
}.course_beneficiaries p::after {
    background: rgb(128,153,151);
    top: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    height: 100%;
    width: 4px;
    left: 0;
}.course_beneficiaries p:hover {
    transform: translateY(-5px) rotateX(5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.course_beneficiaries p:hover::before {
    opacity: 1;
}.course_beneficiaries p:hover::after {
    width: 8px;
}.course_beneficiaries p svg {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 40px;
    flex-shrink: 0;
    padding: 8px;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    height: 40px;
    transition: all 0.3s ease;
    background: #ffffff;
    margin: 0 15px;
}.course_beneficiaries p svg path {
    transition: fill 0.3s ease;
    fill: rgb(128,153,151);
}.course_beneficiaries p:hover svg {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: rotate(10deg);
}.course_beneficiaries p:hover svg path {
    fill: rgb(97,122,117);
}.course_beneficiaries p span {
    flex: 1;
    padding: 20px 20px 20px 0;
}.course_beneficiaries p:nth-child(odd) {
    transform: translateZ(10px);
}.course_beneficiaries p:nth-child(even) {
    transform: translateZ(20px);
}.course_beneficiaries p:nth-child(odd):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(10px);
}.course_beneficiaries p:nth-child(even):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(20px);
}.course_beneficiaries p:nth-child(3n+1)::after {
    background: rgb(128,153,151);
}.course_beneficiaries p:nth-child(3n+2)::after {
    background: rgb(97,122,117);
}.course_beneficiaries p:nth-child(3n)::after {
    background: linear-gradient(to bottom, rgb(128,153,151), rgb(97,122,117));
}@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.course_beneficiaries .pro_training > div p {
    animation: fadeInStagger 0.6s ease forwards;
    opacity: 0;
}.course_beneficiaries .pro_training > div p:nth-child(1) {
    animation-delay: 0.1s;
}.course_beneficiaries .pro_training > div p:nth-child(2) {
    animation-delay: 0.2s;
}.course_beneficiaries .pro_training > div p:nth-child(3) {
    animation-delay: 0.3s;
}.course_beneficiaries .pro_training > div p:nth-child(4) {
    animation-delay: 0.4s;
}.course_beneficiaries .pro_training > div p:nth-child(5) {
    animation-delay: 0.5s;
}.course_beneficiaries .pro_training > div p:nth-child(6) {
    animation-delay: 0.6s;
}.course_beneficiaries p:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(128,153,151,0.5);
}.course_beneficiaries p:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(97,122,117,0.5);
}.course_beneficiaries p:hover:nth-child(odd) {
    box-shadow: 10px 10px 0 rgb(128,153,151,0.5);
}.course_beneficiaries p:hover:nth-child(even) {
    box-shadow: 10px 10px 0 rgb(97,122,117,0.5);
}

@media (max-width: 991px) {.course_beneficiaries {
    padding: 100px 0;
}.course_beneficiaries h4 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.course_beneficiaries div > div {
    gap: 15px;
}.course_beneficiaries p {
    min-height: 90px;
    width: calc(50% - 15px);
}.course_beneficiaries p svg {
    margin: 0 12px;
    height: 36px;
    padding: 7px;
    width: 36px;
}.course_beneficiaries p span {
    padding: 18px 18px 18px 0;
}.course_beneficiaries p:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(128,153,151,0.5);
}.course_beneficiaries p:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(97,122,117,0.5);
}.course_beneficiaries p:hover:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(128,153,151,0.5);
}.course_beneficiaries p:hover:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(97,122,117,0.5);
}
}

@media (max-width: 768px) {.course_beneficiaries {
    padding: 80px 0;
}.course_beneficiaries h4 {
    font-size: calc(32px * 0.8);
    margin-bottom: 35px;
}.course_beneficiaries div > div {
    gap: 20px;
}.course_beneficiaries p {
    width: 100%;
    min-height: 80px;
}.course_beneficiaries p svg {
    margin: 0 10px;
    width: 32px;
    padding: 6px;
    height: 32px;
}.course_beneficiaries p span {
    padding: 15px 15px 15px 0;
}
}

@media (max-width: 576px) {.course_beneficiaries {
    padding: 60px 0;
}.course_beneficiaries h4 {
    font-size: calc(32px * 0.7);
    margin-bottom: 30px;
}.course_beneficiaries h4::after {
    width: 60px;
    height: 2px;
}.course_beneficiaries div > div {
    gap: 15px;
}.course_beneficiaries p {
    font-size: calc(18px * 0.9);
    min-height: 70px;
}.course_beneficiaries p svg {
    padding: 5px;
    height: 28px;
    width: 28px;
    margin: 0 8px;
}.course_beneficiaries p:nth-child(odd) {
    box-shadow: 4px 4px 0 rgb(128,153,151,0.5);
}.course_beneficiaries p:nth-child(even) {
    box-shadow: 4px 4px 0 rgb(97,122,117,0.5);
}.course_beneficiaries p:hover:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(128,153,151,0.5);
}.course_beneficiaries p:hover:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(97,122,117,0.5);
}}.instructor_profile {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(159,186,186) 0%, #ffffff 100%);
    padding: 5rem 0;
}.instructor_profile::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(128,153,151,0.5) 0px,
        rgb(128,153,151,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    opacity: 0.05;
    top: 0;
    left: 0;
}.instructor_profile::after {
    top: -50%;
    content: "";
    background: linear-gradient(135deg, rgb(128,153,151,0.5) 0%, rgb(97,122,117,0.5) 100%);
    width: 70%;
    right: -20%;
    opacity: 0.08;
    height: 200%;
    z-index: 0;
    transform: rotate(-15deg);
    position: absolute;
}.instructor_profile .container {
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
}.instructor_profile .feedback_ratings {
    gap: 2rem;
    transform: perspective(1000px) rotateY(-1deg);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}.instructor_profile .feedback_ratings:hover {
    transform: perspective(1000px) rotateY(0deg);
}.instructor_profile .feedback_ratings::before {
    left: 0;
    content: "";
    top: 0;
    transform-origin: left center;
    height: 100%;
    width: 5px;
    transition: transform 0.3s ease-out;
    transform: scaleY(0.95);
    position: absolute;
    background: linear-gradient(to bottom, rgb(128,153,151) 0%, rgb(97,122,117) 100%);
}.instructor_profile .feedback_ratings:hover::before {
    transform: scaleY(1);
}.instructor_profile .pic_card {
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    height: 120px;
    width: 120px;
    border-radius: 5px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}.instructor_profile .feedback_ratings:hover .pic_card {
    transform: translateY(-5px);
}.instructor_profile .pic_card::after {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    content: "";
    z-index: 1;
    position: absolute;
    border-radius: 5px;
    inset: 0;
}.instructor_profile .pic_card::before {
    transform: scale(0.95);
    content: "";
    transition: all 0.3s ease;
    border-radius: 5px;
    position: absolute;
    left: -10px;
    background: linear-gradient(135deg, rgb(128,153,151,0.5) 0%, rgb(97,122,117,0.5) 100%);
    z-index: -1;
    top: -10px;
    opacity: 0;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
}.instructor_profile .feedback_ratings:hover .pic_card::before {
    transform: scale(1);
    opacity: 0.5;
}.instructor_profile .name {
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.5rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    font-size: 22px;
    position: relative;
    color: #000000;
}.instructor_profile .feedback_ratings:hover .name {
    transform: translateY(-3px);
}.instructor_profile .name::after {
    width: 40px;
    background: rgb(128,153,151);
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
    transition: transform 0.3s ease;
    bottom: -6px;
    position: absolute;
    height: 2px;
    content: "";
}.instructor_profile .feedback_ratings:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.instructor_profile .feedback_ratings > div:nth-child(2) > div {
    transition: color 0.3s ease;
    opacity: 0.9;
    color: rgb(97,122,117);
    font-style: italic;
    font-size: calc(18px * 0.95);
    text-align: center;
}.instructor_profile .feedback_ratings:hover > div:nth-child(2) > div {
    color: rgb(128,153,151);
}.instructor_profile .exp_section {
    font-size: 18px;
    position: relative;
    color: #000000;
    padding: 1rem 0;
    text-align: center;
    line-height: 1.7;
}.instructor_profile .exp_section::before,
.instructor_profile .exp_section::after {
    content: "";
    font-size: 3rem;
    position: absolute;
    color: rgb(128,153,151,0.5);
    transition: all 0.3s ease;
    line-height: 1;
    opacity: 0.3;
}.instructor_profile .exp_section::before {
    top: -10px;
    left: -5px;
}.instructor_profile .exp_section::after {
    right: -5px;
    transform: rotate(180deg);
    bottom: -20px;
}.instructor_profile .feedback_ratings:hover .exp_section::before,
.instructor_profile .feedback_ratings:hover .exp_section::after {
    opacity: 0.5;
    color: rgb(128,153,151);
}

@media (min-width: 768px) {.instructor_profile {
    padding: 7rem 0;
}.instructor_profile .feedback_ratings {
    align-items: center;
    grid-template-columns: auto 1fr 2fr;
    gap: 2.5rem;
    padding: 3rem;
}.instructor_profile .pic_card {
    width: 150px;
    height: 150px;
    margin: 0;
}.instructor_profile .name,
    .instructor_profile .feedback_ratings > div:nth-child(2) > div {
    text-align: left;
}.instructor_profile .name::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.instructor_profile .feedback_ratings:hover .name::after {
    transform: translateX(0) scaleX(1);
}.instructor_profile .exp_section {
    padding: 0;
    text-align: left;
}.instructor_profile .feedback_ratings::before {
    width: 8px;
}.instructor_profile::after {
    width: 50%;
    top: -30%;
    right: -10%;
}
}

@media (min-width: 992px) {.instructor_profile .feedback_ratings {
    gap: 3rem;
    padding: 3.5rem 4rem;
}.instructor_profile .pic_card {
    height: 180px;
    width: 180px;
}.instructor_profile .exp_section {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}.instructor_profile .feedback_ratings::before {
    width: 10px;
}
}

@media (min-width: 1200px) {.instructor_profile .container {
    padding: 0 2rem;
}.instructor_profile .feedback_ratings {
    padding: 4rem 5rem;
    grid-template-columns: auto 1fr 3fr;
}.instructor_profile .pic_card {
    width: 200px;
    height: 200px;
}.instructor_profile .exp_section {
    padding-right: 1rem;
}.instructor_profile .feedback_ratings > div:nth-child(2) {
    padding-right: 1rem;
}
}

@media (max-width: 767px) {.instructor_profile .feedback_ratings > div:first-child {
    margin-bottom: 1rem;
}.instructor_profile .feedback_ratings > div:nth-child(2) {
    margin-bottom: 1.5rem;
}}.register_now {
    background: linear-gradient(125deg, rgb(97,122,117,0.5) 0%, rgb(128,153,151,0.5) 100%);
    box-shadow: inset 0 0 70px rgba(rgb(128,153,151), 0.3);
    margin: 0;
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
}.register_now::before {
    content: '';
    background: 
        linear-gradient(125deg, 
            rgba(255, 255, 255, 0.3) 10%, 
            rgba(255, 255, 255, 0.05) 30%, 
            rgba(255, 255, 255, 0.2) 50%, 
            rgba(255, 255, 255, 0.05) 70%, 
            rgba(255, 255, 255, 0.3) 90%);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.3;
    animation: holographicShift 15s linear infinite;
    left: 0;
    z-index: 1;
    background-size: 200% 200%;
}@keyframes holographicShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

.register_now::after {
    z-index: 1;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.3) 0%, transparent 5px),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.3) 0%, transparent 6px),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 5px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.3) 0%, transparent 7px),
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 6px);
    left: 0;
    position: absolute;
    filter: blur(1px);
    top: 0;
    height: 100%;
    animation: particlesMove 25s linear infinite;
    content: '';
    width: 100%;
}@keyframes particlesMove {
    0% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
    50% {
        background-position: 
            5% 10%,
            -8% 5%,
            10% -5%,
            -5% 8%,
            8% 12%,
            -12% 8%,
            7% -12%;
    }
    100% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
}

.register_now::before {
    animation: prismRotate 30s linear infinite;
    opacity: 0.5;
    z-index: 2;
    background-image:
        conic-gradient(
            transparent 0deg,
            rgba(255, 255, 255, 0.05) 10deg,
            transparent 20deg,
            rgba(255, 255, 255, 0.05) 30deg,
            transparent 40deg,
            rgba(255, 255, 255, 0.05) 50deg,
            transparent 60deg,
            rgba(255, 255, 255, 0.05) 70deg,
            transparent 80deg,
            rgba(255, 255, 255, 0.05) 90deg,
            transparent 100deg,
            rgba(255, 255, 255, 0.05) 110deg,
            transparent 120deg,
            rgba(255, 255, 255, 0.05) 130deg,
            transparent 140deg,
            rgba(255, 255, 255, 0.05) 150deg,
            transparent 160deg,
            rgba(255, 255, 255, 0.05) 170deg,
            transparent 180deg,
            rgba(255, 255, 255, 0.05) 190deg,
            transparent 200deg,
            rgba(255, 255, 255, 0.05) 210deg,
            transparent 220deg,
            rgba(255, 255, 255, 0.05) 230deg,
            transparent 240deg,
            rgba(255, 255, 255, 0.05) 250deg,
            transparent 260deg,
            rgba(255, 255, 255, 0.05) 270deg,
            transparent 280deg,
            rgba(255, 255, 255, 0.05) 290deg,
            transparent 300deg,
            rgba(255, 255, 255, 0.05) 310deg,
            transparent 320deg,
            rgba(255, 255, 255, 0.05) 330deg,
            transparent 340deg,
            rgba(255, 255, 255, 0.05) 350deg,
            transparent 360deg
        );
    left: -50%;
    width: 200%;
    position: absolute;
    top: -50%;
    height: 200%;
    content: '';
}@keyframes prismRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.register_now .pro_training {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 4rem 3rem;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 100px rgba(255, 255, 255, 0.2);
    max-width: 950px;
    z-index: 5;
    overflow: hidden;
    backdrop-filter: blur(15px);
    margin: 0 auto;
    position: relative;
}.register_now .pro_training:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 120px rgba(255, 255, 255, 0.3);
}.register_now .pro_training::before {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-size: 200% 200%;
    border-radius: 20px;
    z-index: -1;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    opacity: 0.5;
    animation: holoBorderShift 5s ease infinite;
    position: absolute;
    inset: 0;
    content: '';
}@keyframes holoBorderShift {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.register_now .pro_training::after {
    background: linear-gradient(
        125deg,
        rgb(128,153,151,0.5),
        rgba(255, 255, 255, 0.4),
        rgb(97,122,117,0.5)
    );
    animation: spectrumPulse 8s ease-in-out infinite;
    position: absolute;
    opacity: 0.4;
    content: '';
    filter: blur(15px);
    inset: -10px;
    border-radius: 30px;
    z-index: -2;
}@keyframes spectrumPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

.register_now h3 {
    z-index: 1;
    font-family: Arial, sans-serif;
    font-size: 38px;
    margin-bottom: 2.5rem;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
}.register_now h3::after {
    content: '';
    height: 2px;
    animation: lineGlow 3s ease-in-out infinite;
    transform: translateX(-50%);
    width: 60%;
    bottom: -12px;
    left: 50%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    position: absolute;
}@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        width: 60%;
    }
    50% {
        opacity: 1;
        width: 80%;
    }
}

.register_now h3::before {
    border-radius: 50%;
    content: '';
    opacity: 0.5;
    position: absolute;
    top: -20px;
    left: -30px;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    z-index: -1;
    bottom: -20px;
    right: -30px;
    animation: titleHaloRotate 5s ease-in-out infinite;
    filter: blur(8px);
}@keyframes titleHaloRotate {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.register_now .online_questions {
    text-transform: uppercase;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #ffffff;
    overflow: hidden;
    padding: 1.2rem 3.5rem;
    z-index: 1;
    border-radius: 50px;
    background: linear-gradient(125deg, rgb(128,153,151), rgb(97,122,117));
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    border: none;
    letter-spacing: 1.5px;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    font-size: 17px;
    align-items: center;
}.register_now .online_questions::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    animation: buttonSpark 5s ease-in-out infinite;
    content: '';
    transform: skewX(-25deg);
    width: 50%;
    left: -50%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
}@keyframes buttonSpark {
    0% {
        left: -50%;
    }
    30%, 100% {
        left: 150%;
    }
}

.register_now .online_questions:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 0 20px rgba(255, 255, 255, 0.3);
}.register_now .online_questions::after {
    transition: opacity 0.4s ease;
    position: absolute;
    background: linear-gradient(
        125deg,
        rgb(128,153,151),
        rgb(97,122,117)
    );
    opacity: 0;
    border-radius: 55px;
    inset: -5px;
    z-index: -1;
    content: '';
    filter: blur(10px);
}.register_now .online_questions:hover::after {
    opacity: 0.5;
}.register_now::after {
    width: 100%;
    left: 0;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    top: 0;
    content: '';
    z-index: 3;
    height: 100%;
    position: absolute;
}.register_now::before {
    width: 100%;
    z-index: 3;
    left: 0;
    position: absolute;
    filter: blur(2px);
    top: 50%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(128,153,151) 25%,
        #ffffff 50%,
        rgb(97,122,117) 75%,
        transparent 100%
    );
    height: 2px;
    animation: spectrumHorizontal 10s linear infinite;
    opacity: 0.5;
    content: '';
}@keyframes spectrumHorizontal {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.register_now::after {
    z-index: 3;
    animation: spectrumVertical 15s linear infinite;
    content: '';
    opacity: 0.5;
    filter: blur(2px);
    left: 50%;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgb(128,153,151) 25%,
        #ffffff 50%,
        rgb(97,122,117) 75%,
        transparent 100%
    );
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
}

@keyframes spectrumVertical {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@media screen and (max-width: 991px) {.register_now {
    padding: 5rem 1.5rem;
}.register_now .pro_training {
    padding: 3.5rem 2.5rem;
}.register_now h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2.2rem;
}.register_now .online_questions {
    padding: 1.1rem 3rem;
}
}

@media screen and (max-width: 767px) {.register_now {
    padding: 4rem 1.2rem;
}.register_now .pro_training {
    padding: 3rem 2rem;
}.register_now h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.register_now .online_questions {
    padding: 1rem 2.5rem;
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 480px) {.register_now {
    padding: 3.5rem 1rem;
}.register_now .pro_training {
    padding: 2.5rem 1.5rem;
}.register_now h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.8rem;
}.register_now .online_questions {
    font-size: calc(17px * 0.9);
    padding: 0.9rem 2.2rem;
}}.company_info {
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.company_info::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.85) 25%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    left: 0;
    position: absolute;
    top: 0;
}.company_info::after {
    content: "";
    width: 60%;
    background: rgb(128,153,151);
    z-index: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    top: -10%;
    right: -10%;
    animation: floatBlob 20s infinite alternate ease-in-out;
    height: 60%;
    filter: blur(40px);
    opacity: 0.15;
}.company_info .container {
    position: relative;
    z-index: 2;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
}.company_info .description_card {
    max-width: 840px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0);
    position: relative;
}.company_info h1 {
    font-size: 47px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    transform: translateY(0);
    margin-bottom: 50px;
    color: #ffffff;
    opacity: 1;
    transition: all 0.5s ease-out;
}.company_info h1::after {
    background: linear-gradient(90deg, rgb(128,153,151) 0%, rgb(97,122,117) 100%);
    transform-origin: left;
    bottom: -15px;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    width: 80px;
}.company_info ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.company_info li {
    margin-bottom: 20px;
}.company_info h4 {
    font-size: calc(38px - 2px);
    transform: translateX(0);
    transition: transform 0.4s ease;
    color: rgb(97,122,117);
    margin: 0 0 15px 0;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    position: relative;
}.company_info h4::before {
    left: 0;
    content: "";
    background: rgb(97,122,117);
    transition: width 0.4s ease;
    position: absolute;
    height: 2px;
    bottom: -5px;
    width: 0;
}.company_info h4:hover {
    transform: translateX(5px);
}.company_info h4:hover::before {
    width: 100%;
}.company_info span {
    transition: all 0.4s ease;
    position: relative;
    display: block;
    transform: translateY(0);
    line-height: 1.7;
    border-left: 3px solid rgb(128,153,151);
    padding: 30px;
    font-size: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.3) 100%);
    color: rgba(255, 255, 255, 0.9);
}.company_info span:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.company_info span::first-letter {
    margin-right: 8px;
    font-size: 2.5em;
    line-height: 1;
    float: left;
    font-weight: 700;
    color: rgb(128,153,151);
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

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

@media (max-width: 992px) {.company_info {
    padding: 90px 0;
}.company_info h1 {
    font-size: calc(47px - 6px);
    margin-bottom: 40px;
}.company_info h4 {
    font-size: calc(38px - 4px);
}.company_info span {
    padding: 25px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 768px) {.company_info {
    padding: 70px 0;
}.company_info .container {
    padding: 0 20px;
}.company_info h1 {
    margin-bottom: 35px;
    font-size: calc(47px - 10px);
}.company_info h4 {
    font-size: calc(38px - 6px);
}.company_info span {
    line-height: 1.6;
    padding: 20px;
}.company_info span::first-letter {
    font-size: 2em;
}.company_info::after {
    width: 80%;
    height: 50%;
}
}

@media (max-width: 576px) {.company_info {
    padding: 50px 0;
}.company_info .container {
    padding: 0 15px;
}.company_info h1 {
    margin-bottom: 30px;
    font-size: calc(47px - 14px);
}.company_info h1::after {
    height: 3px;
    bottom: -10px;
}.company_info h4 {
    font-size: calc(38px - 8px);
    margin-bottom: 10px;
}.company_info span {
    padding: 15px;
    line-height: 1.5;
    font-size: calc(15px - 2px);
}.company_info span::first-letter {
    margin-right: 5px;
    font-size: 1.8em;
}}.contact_box {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}.contact_box::before {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    height: 100%;
    content: "";
    background-size: 20px 20px;
    width: 100%;
}.contact_box .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
}.contact_box h2 {
    font-weight: 700;
    padding-left: 20px;
    font-size: 31px;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
    border-left: 5px solid rgb(128,153,151);
    text-align: left;
}.contact_box .query_map {
    display: flex;
    overflow: hidden;
    flex-direction: row-reverse;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 20px;
}.contact_box .pic_card {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.contact_box .pic_card::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    mix-blend-mode: multiply;
    width: 100%;
    left: 0;
    background: rgb(128,153,151,0.5);
    z-index: 1;
}.contact_box .query_request {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}.contact_box .query_request::after {
    background: rgb(159,186,186);
    right: 0;
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: -1;
    border-radius: 0 0 0 100%;
    top: 0;
    content: "";
}.contact_box #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}.contact_box h3 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    color: #000000;
}.contact_box h3::after {
    width: 40px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background: rgb(128,153,151);
    height: 2px;
}.contact_box input[type="text"] {
    border-radius: 10px;
    width: 100%;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: rgb(159,186,186);
    color: #000000;
    font-size: 12px;
    transition: all 0.3s ease;
    padding: 18px 20px;
    border: none;
}.contact_box input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(128,153,151,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.contact_box input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_box .request_reach {
    gap: 12px;
    margin-top: 5px;
    align-items: center;
    display: flex;
}.contact_box .request_reach input[type="checkbox"] {
    transition: all 0.2s ease;
    cursor: pointer;
    height: 22px;
    border: 2px solid rgb(159,186,186);
    width: 22px;
    border-radius: 10px;
    position: relative;
    appearance: none;
}.contact_box .request_reach input[type="checkbox"]:checked {
    border-color: rgb(128,153,151);
    background: rgb(128,153,151);
}.contact_box .request_reach input[type="checkbox"]:checked::after {
    left: 7px;
    width: 6px;
    border-width: 0 2px 2px 0;
    height: 11px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    top: 3px;
    border: solid #ffffff;
}.contact_box .request_reach label {
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
}.contact_box .request_reach a {
    position: relative;
    color: rgb(128,153,151);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_box .request_reach a:hover {
    color: rgb(97,122,117);
}.contact_box .request_reach a::after {
    height: 1px;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    bottom: -2px;
    background: rgb(128,153,151);
    left: 0;
}.contact_box .request_reach a:hover::after {
    background: rgb(97,122,117);
}.contact_box .inquiry_request {
    transition: all 0.3s ease;
    align-self: flex-start;
    background: rgb(128,153,151);
    cursor: pointer;
    box-shadow: 0 4px 15px rgb(128,153,151,0.5);
    color: #ffffff;
    font-size: 19px;
    padding: 18px 40px;
    font-weight: 600;
    margin-top: 20px;
    border: none;
    border-radius: 20px;
}.contact_box .inquiry_request:hover {
    box-shadow: 0 7px 20px rgb(97,122,117,0.5);
    background: rgb(97,122,117);
    transform: translateY(-2px);
}.contact_box svg {
    fill: rgb(128,153,151);
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
}.contact_box svg path {
    fill: rgb(128,153,151);
    transition: all 0.3s ease;
}.contact_box svg:hover {
    fill: rgb(97,122,117);
}.contact_box svg:hover path {
    fill: rgb(97,122,117);
}

@media (max-width: 992px) {.contact_box .query_map {
    flex-direction: column;
}.contact_box .pic_card {
    flex: 0 0 auto;
    min-height: 300px;
    order: 1;
}.contact_box .query_request {
    order: 2;
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact_box h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact_box {
    padding: 60px 0;
}.contact_box h2 {
    margin-bottom: 30px;
    font-size: calc(31px - 4px);
}.contact_box .query_request {
    padding: 40px 30px;
}.contact_box #contact {
    gap: 25px;
}.contact_box .pic_card {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_box {
    padding: 40px 0;
}.contact_box .container {
    padding: 0 15px;
}.contact_box h2 {
    font-size: calc(31px - 6px);
    margin-bottom: 25px;
    padding-left: 15px;
}.contact_box .query_request {
    padding: 30px 20px;
}.contact_box #contact {
    gap: 20px;
}.contact_box input[type="text"] {
    padding: 15px;
}.contact_box .inquiry_request {
    padding: 15px 20px;
    width: 100%;
}.contact_box .pic_card {
    min-height: 200px;
}}.title_greeting {
    overflow: hidden;
    background: rgb(128,153,151);
    position: relative;
    width: 100%;
}.title_greeting::before {
    position: absolute;
    height: 100%;
    opacity: 0.05;
    left: 0;
    top: 0;
    z-index: 1;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(128,153,151) 0px,
            rgb(128,153,151) 10px,
            rgb(128,153,151,0.5) 10px,
            rgb(128,153,151,0.5) 12px
        );
    content: "";
    width: 100%;
}.title_greeting .pro_training {
    z-index: 2;
    position: relative;
    height: 100vh;
    width: 100%;
}.title_greeting .main_home {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}.title_greeting .main_home input {
    display: none;
}.title_greeting .start_first {
    display: flex;
    width: 500%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}.title_greeting .start_head {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
    transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    width: 20%;
    height: 100%;
}.title_greeting .start_head img {
    filter: saturate(1.2);
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 1.2s ease-out;
    width: 100%;
}.title_greeting .start_head::after {
    height: 100%;
    left: 0;
    z-index: 2;
    content: "";
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(128,153,151,0.5) 75%,
                rgb(128,153,151) 100%);
    width: 100%;
    position: absolute;
    top: 0;
}.title_greeting .course_head {
    justify-content: center;
    width: 100%;
    z-index: 10;
    bottom: 30px;
    position: absolute;
    display: flex;
    gap: 6px;
}.title_greeting .course_head label {
    transition: all 0.3s ease;
    width: 40px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    opacity: 0.4;
    height: 5px;
    background: #ffffff;
}.title_greeting .course_head label::after {
    content: "";
    background: rgb(97,122,117);
    left: -100%;
    width: 100%;
    position: absolute;
    transition: transform 0.4s ease;
    height: 100%;
    top: 0;
}.title_greeting .course_head label:hover {
    opacity: 0.7;
}.title_greeting .description_card {
    z-index: 5;
    padding: 0 0 7rem;
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
}.title_greeting .description_card .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 2rem;
    position: relative;
}.title_greeting .description_card .container::before {
    width: 3px;
    content: "";
    top: 0;
    position: absolute;
    background: rgb(97,122,117);
    height: 80px;
    left: 30px;
}.title_greeting .description_card h1 {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 46px;
    color: #ffffff;
    padding-left: 50px;
    position: relative;
}.title_greeting .description_card h3 {
    color: rgb(97,122,117);
    padding-left: 50px;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}.title_greeting .description_card p {
    font-size: 12px;
    max-width: 750px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.7;
    padding-left: 50px;
}.title_greeting input:nth-of-type(1):checked ~ .start_first {
    transform: translateX(0);
}.title_greeting input:nth-of-type(2):checked ~ .start_first {
    transform: translateX(-20%);
}.title_greeting input:nth-of-type(3):checked ~ .start_first {
    transform: translateX(-40%);
}.title_greeting input:nth-of-type(4):checked ~ .start_first {
    transform: translateX(-60%);
}.title_greeting input:nth-of-type(5):checked ~ .start_first {
    transform: translateX(-80%);
}.title_greeting input:nth-of-type(6):checked ~ .start_first {
    transform: translateX(-100%);
}.title_greeting input:nth-of-type(7):checked ~ .start_first {
    transform: translateX(-120%);
}.title_greeting input:nth-of-type(8):checked ~ .start_first {
    transform: translateX(-140%);
}.title_greeting input:nth-of-type(9):checked ~ .start_first {
    transform: translateX(-160%);
}.title_greeting input:nth-of-type(10):checked ~ .start_first {
    transform: translateX(-180%);
}.title_greeting input:nth-of-type(1):checked ~ .course_head label:nth-child(1)::after,
.title_greeting input:nth-of-type(2):checked ~ .course_head label:nth-child(2)::after,
.title_greeting input:nth-of-type(3):checked ~ .course_head label:nth-child(3)::after,
.title_greeting input:nth-of-type(4):checked ~ .course_head label:nth-child(4)::after,
.title_greeting input:nth-of-type(5):checked ~ .course_head label:nth-child(5)::after,
.title_greeting input:nth-of-type(6):checked ~ .course_head label:nth-child(6)::after,
.title_greeting input:nth-of-type(7):checked ~ .course_head label:nth-child(7)::after,
.title_greeting input:nth-of-type(8):checked ~ .course_head label:nth-child(8)::after,
.title_greeting input:nth-of-type(9):checked ~ .course_head label:nth-child(9)::after,
.title_greeting input:nth-of-type(10):checked ~ .course_head label:nth-child(10)::after {
    transform: translateX(100%);
}.title_greeting input:nth-of-type(1):checked ~ .course_head label:nth-child(1),
.title_greeting input:nth-of-type(2):checked ~ .course_head label:nth-child(2),
.title_greeting input:nth-of-type(3):checked ~ .course_head label:nth-child(3),
.title_greeting input:nth-of-type(4):checked ~ .course_head label:nth-child(4),
.title_greeting input:nth-of-type(5):checked ~ .course_head label:nth-child(5),
.title_greeting input:nth-of-type(6):checked ~ .course_head label:nth-child(6),
.title_greeting input:nth-of-type(7):checked ~ .course_head label:nth-child(7),
.title_greeting input:nth-of-type(8):checked ~ .course_head label:nth-child(8),
.title_greeting input:nth-of-type(9):checked ~ .course_head label:nth-child(9),
.title_greeting input:nth-of-type(10):checked ~ .course_head label:nth-child(10) {
    width: 60px;
    opacity: 1;
    background: rgb(97,122,117);
}.title_greeting input:checked ~ .start_first .start_head img {
    transform: scale(1);
}


@media (max-width: 1199px) {.title_greeting .description_card .container {
    max-width: 960px;
}
}

@media (max-width: 991px) {.title_greeting .pro_training {
    height: 80vh;
}.title_greeting .main_home {
    height: 80vh;
}.title_greeting .description_card {
    padding-bottom: 6rem;
}.title_greeting .description_card .container {
    max-width: 720px;
}.title_greeting .description_card .container::before {
    height: 70px;
}.title_greeting .description_card h1 {
    font-size: calc(46px * 0.9);
}.title_greeting .description_card h3 {
    font-size: calc(19px * 0.9);
}.title_greeting input:nth-of-type(n):checked ~ .course_head label:nth-child(n) {
    width: 50px;
}
}

@media (max-width: 767px) {.title_greeting .pro_training {
    height: 70vh;
}.title_greeting .main_home {
    height: 70vh;
}.title_greeting .description_card {
    padding-bottom: 5rem;
}.title_greeting .description_card .container {
    max-width: 540px;
    padding: 1.5rem;
}.title_greeting .description_card .container::before {
    left: 20px;
    height: 60px;
}.title_greeting .description_card h1 {
    padding-left: 40px;
    font-size: calc(46px * 0.85);
}.title_greeting .description_card h3 {
    font-size: calc(19px * 0.85);
    padding-left: 40px;
}.title_greeting .description_card p {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
    padding-left: 40px;
}.title_greeting .course_head {
    gap: 5px;
    bottom: 25px;
}.title_greeting .course_head label {
    height: 4px;
    width: 35px;
}.title_greeting input:nth-of-type(n):checked ~ .course_head label:nth-child(n) {
    width: 45px;
}
}

@media (max-width: 575px) {.title_greeting .pro_training {
    height: 60vh;
}.title_greeting .main_home {
    height: 60vh;
}.title_greeting .description_card {
    padding-bottom: 4.5rem;
}.title_greeting .description_card .container {
    padding: 1rem;
}.title_greeting .description_card .container::before {
    left: 15px;
    height: 50px;
}.title_greeting .description_card h1 {
    margin-bottom: 0.75rem;
    padding-left: 30px;
    font-size: calc(46px * 0.8);
}.title_greeting .description_card h3 {
    font-size: calc(16px * 1.1);
    padding-left: 30px;
    margin-bottom: 1rem;
}.title_greeting .description_card p {
    padding-left: 30px;
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}.title_greeting .course_head {
    bottom: 20px;
    gap: 4px;
}.title_greeting .course_head label {
    width: 30px;
    height: 3px;
}.title_greeting input:nth-of-type(n):checked ~ .course_head label:nth-child(n) {
    width: 40px;
}
}

@media (max-width: 480px) {.title_greeting .pro_training {
    height: 55vh;
}.title_greeting .main_home {
    height: 55vh;
}.title_greeting .description_card {
    padding-bottom: 4rem;
}.title_greeting .description_card .container::before {
    height: 40px;
    left: 12px;
}.title_greeting .description_card h1 {
    padding-left: 25px;
}.title_greeting .description_card h3 {
    padding-left: 25px;
}.title_greeting .description_card p {
    padding-left: 25px;
}
}

@media (max-height: 700px) and (min-width: 768px) {.title_greeting .pro_training {
    height: 85vh;
}.title_greeting .main_home {
    height: 85vh;
}
}

@media (max-height: 600px) {.title_greeting .pro_training {
    height: 90vh;
}.title_greeting .main_home {
    height: 90vh;
}
}

@media (orientation: landscape) and (max-height: 500px) {.title_greeting .pro_training {
    height: 100vh;
}.title_greeting .main_home {
    height: 100vh;
}}.gratSection {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgb(128,153,151,0.5) 100%);
}.gratSection::before {
    height: 70%;
    width: 45%;
    opacity: 0.05;
    right: -5%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    background: linear-gradient(210deg, rgb(97,122,117) 0%, rgb(128,153,151) 100%);
    transform: rotate(15deg) skewX(-15deg);
    top: -10%;
    z-index: 1;
    content: "";
    position: absolute;
}.gratSection::after {
    height: 60%;
    content: "";
    z-index: 1;
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
    left: -5%;
    opacity: 0.07;
    width: 35%;
    background: linear-gradient(45deg, rgb(128,153,151) 0%, rgb(97,122,117) 100%);
    transform: rotate(-10deg) skewX(15deg);
    bottom: -10%;
    position: absolute;
}.gratSection .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.gratSection .pro_training {
    display: grid;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2.5rem;
}.gratSection .pro_training > div:first-child {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    transform: translateZ(20px);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    padding: 3rem;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.gratSection .pro_training > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.gratSection .pro_training > div:first-child::before {
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(128,153,151), rgb(97,122,117));
    top: 0;
}.gratSection .pro_training > div:last-child {
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
    transform: translateZ(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
}.gratSection .pro_training > div:last-child:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateZ(25px) translateY(-5px);
}.gratSection h5 {
    font-weight: 700;
    font-size: calc(22px * 1.1);
    line-height: 1.4;
    letter-spacing: -0.01em;
    position: relative;
    margin: 0;
    color: #000000;
}.gratSection h5::after {
    content: "";
    margin-top: 1rem;
    height: 3px;
    background: linear-gradient(90deg, rgb(128,153,151), transparent);
    display: block;
    width: 70px;
}.gratSection a {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
    text-decoration: none;
}.gratSection a:hover {
    transform: translateX(5px);
}.gratSection p {
    font-size: 18px;
    margin: 0;
    line-height: 1.8;
    color: #000000;
    position: relative;
}.gratSection p::first-line {
    color: rgb(128,153,151);
    font-weight: 600;
}

@media (min-width: 768px) {.gratSection {
    padding: 8rem 0;
}.gratSection .pro_training {
    gap: 4rem;
    grid-template-columns: 1fr 1.2fr;
}.gratSection .pro_training > div:first-child {
    padding: 4rem;
}.gratSection .pro_training > div:last-child {
    padding: 4rem;
    margin-top: 2rem;
}.gratSection h5 {
    font-size: calc(22px * 1.2);
}.gratSection p {
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.gratSection .pro_training {
    grid-template-columns: 1fr 1.5fr;
    gap: 5rem;
}.gratSection .pro_training > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.gratSection .pro_training > div:first-child::after {
    position: absolute;
    right: -1.5rem;
    background: rgb(97,122,117);
    width: 3px;
    height: 40px;
    content: "";
    top: 2rem;
    transform: rotate(15deg);
}.gratSection .pro_training > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.gratSection h5 {
    font-size: calc(22px * 1.3);
}.gratSection h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.gratSection {
    padding: 4rem 0;
}.gratSection .pro_training > div:first-child,
    .gratSection .pro_training > div:last-child {
    padding: 2rem;
}.gratSection h5 {
    font-size: 22px;
}.gratSection p {
    font-size: calc(18px * 0.95);
}
}

@media (hover: hover) {.gratSection .pro_training > div:first-child:hover::after {
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
    content: "";
    inset: 0;
}.gratSection .pro_training > div:last-child:hover::after {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
    inset: 0;
}}.learning_profits {
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}.learning_profits::before {
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(128,153,151,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(97,122,117,0.5) 0%, transparent 60%);
    left: 0;
    top: 0;
    z-index: 0;
}.learning_profits .container {
    z-index: 1;
    grid-template-columns: 1fr;
    display: grid;
    margin: 0 auto;
    gap: 2.5rem;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}.learning_profits .pic_card {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    height: auto;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    clip-path: polygon(0 0, 100% 4%, 96% 100%, 4% 96%);
    width: 100%;
    object-fit: cover;
}.learning_profits .pic_card:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.learning_profits .pro_training {
    display: flex;
    flex-direction: column;
    justify-content: center;
}.learning_profits .description_card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    background: linear-gradient(135deg, #ffffff 0%,#ffffff 100%);
    padding: 1.5rem;
    transform: translateX(0) translateY(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.learning_profits .description_card::before {
    content: "";
    width: 4px;
    top: 0;
    position: absolute;
    left: 0;
    transition: height 0.5s ease;
    height: 0;
    background: rgb(128,153,151);
}.learning_profits .description_card:hover::before {
    height: 100%;
}.learning_profits h1 {
    font-size: calc(31px * 1.1);
    line-height: 1.3;
    color: #000000;
    position: relative;
    margin-bottom: 1.75rem;
    letter-spacing: -0.01em;
    font-weight: 700;
    transform: translateZ(0);
}.learning_profits h1::after {
    background: rgb(97,122,117);
    transform-origin: left;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    left: 0;
    bottom: -0.75rem;
    width: 70px;
    position: absolute;
    transform: scaleX(0.6);
}.learning_profits .description_card:hover h1::after {
    transform: scaleX(1);
}.learning_profits ul {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1.2rem;
    grid-template-columns: 1fr;
}.learning_profits li {
    transition: transform 0.4s ease;
    position: relative;
    padding-left: 2.5rem;
}.learning_profits li:hover {
    transform: translateX(8px);
}.learning_profits li p {
    margin: 0;
    display: flex;
    line-height: 1.6;
    align-items: center;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}.learning_profits svg {
    transform: scale(0.9);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 24px;
    height: 24px;
    top: 0;
    position: absolute;
}.learning_profits li:hover svg {
    transform: scale(1.1);
}.learning_profits svg path {
    transition: fill 0.3s ease;
    fill: rgb(97,122,117);
}.learning_profits li:hover svg path {
    fill: rgb(128,153,151);
}.learning_profits li:nth-child(odd) {
    transform: translateX(0);
}.learning_profits li:nth-child(even) {
    transform: translateX(0);
}.learning_profits li:nth-child(odd):hover {
    transform: translateX(8px);
}.learning_profits li:nth-child(even):hover {
    transform: translateX(8px);
}

@media (min-width: 768px) {.learning_profits {
    padding: 6rem 0;
}.learning_profits .container {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.learning_profits h1 {
    font-size: 44px;
    margin-bottom: 2rem;
}.learning_profits ul {
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.learning_profits .description_card {
    transform: translateX(-20px);
    padding: 2.5rem;
}.learning_profits .description_card:hover {
    transform: translateX(0);
}.learning_profits .pic_card {
    max-height: 500px;
    height: 100%;
}
}

@media (min-width: 992px) {.learning_profits .container {
    gap: 4rem;
}.learning_profits .pic_card {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.learning_profits h1 {
    font-size: calc(44px * 1.05);
}.learning_profits li {
    padding-left: 3rem;
}.learning_profits svg {
    transform: scale(1);
}
}

@media (max-width: 767px) {.learning_profits {
    padding: 3rem 0;
}.learning_profits .container {
    gap: 2rem;
}.learning_profits h1 {
    font-size: calc(31px * 0.9);
    margin-bottom: 1.5rem;
}.learning_profits li {
    margin-bottom: 1rem;
}.learning_profits .pic_card {
    max-height: 300px;
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
}.learning_profits ul {
    gap: 1rem;
}
}

@media (max-width: 480px) {.learning_profits h1 {
    font-size: 31px;
}.learning_profits .description_card {
    padding: 1.25rem;
}.learning_profits li p {
    font-size: calc(16px * 0.95);
}.learning_profits .pic_card {
    max-height: 250px;
}}.credit_info {
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(45deg, #000000 0%, rgb(97,122,117,0.5) 100%);
    position: relative;
    padding: 6rem 0 2rem;
}.credit_info::before {
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(128,153,151,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(97,122,117,0.5) 0%, transparent 30%);
    left: 0;
    opacity: 0.15;
    z-index: 1;
    width: 100%;
}.credit_info::after {
    height: 100%;
    width: 100%;
    content: '';
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    top: 0;
    position: absolute;
    left: 0;
    z-index: 2;
}.credit_info .container {
    position: relative;
    z-index: 3;
}.credit_info .grant_cta {
    display: flex;
    position: relative;
    flex-direction: column;
}.credit_info .online_form {
    display: flex;
    z-index: 10;
    padding: 1.25rem 2rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    position: relative;
    justify-content: space-between;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    gap: 1.5rem;
    border-radius: 16px;
    background-color: #ffffff;
    transform: translateY(-3.5rem);
}.credit_info .online_form::before {
    left: 0;
    opacity: 0.08;
    background: linear-gradient(135deg, transparent 20%, rgb(128,153,151,0.5) 140%);
    z-index: -1;
    position: absolute;
    border-radius: 16px;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
}.credit_info .info_item {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    max-width: 300px;
    min-width: 200px;
    flex: 1;
    position: relative;
}.credit_info .info_item:not(:last-child)::after {
    content: '';
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(97,122,117,0.5), transparent);
    height: 70%;
    position: absolute;
    right: -0.75rem;
    top: 50%;
    transform: translateY(-50%);
}.credit_info .info_item p,
.credit_info .info_item a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    color: #000000;
    gap: 0.875rem;
    border-radius: 10px;
    align-items: center;
    padding: 0.5rem;
}.credit_info .info_item:hover {
    transform: translateY(-5px);
}.credit_info .info_item:hover p,
.credit_info .info_item:hover a {
    color: rgb(128,153,151);
}.credit_info .info_item svg {
    width: 22px;
    fill: rgb(128,153,151);
    height: 22px;
    transition: transform 0.3s ease;
}.credit_info .info_item:hover svg {
    transform: scale(1.15);
}.credit_info .text_main_holder {
    position: relative;
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr 1fr;
}.credit_info .top_primary {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.credit_info .top_primary svg {
    filter: brightness(0) invert(1);
    max-width: 180px;
    transition: filter 0.3s ease, transform 0.3s ease;
    height: auto;
}.credit_info .top_primary:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(128,153,151,0.5));
    transform: scale(1.03);
}.credit_info .story_spot {
    font-size: calc(15px + 1px);
    opacity: 0.8;
    line-height: 1.6;
}.credit_info .nav_base {
    display: flex;
    position: relative;
    flex-direction: column;
}.credit_info .nav_base::before {
    content: '';
    width: 1px;
    bottom: 0;
    left: -2rem;
    background: linear-gradient(to bottom, transparent, rgb(97,122,117,0.5) 30%, rgb(97,122,117,0.5) 70%, transparent);
    top: 0;
    position: absolute;
}.credit_info .nav_base::after {
    background: linear-gradient(to bottom, transparent, rgb(97,122,117,0.5) 30%, rgb(97,122,117,0.5) 70%, transparent);
    top: 0;
    right: -2rem;
    width: 1px;
    content: '';
    bottom: 0;
    position: absolute;
}.credit_info .nav_base h5 {
    margin-bottom: 1.75rem;
    padding-bottom: 0.875rem;
    font-size: 22px;
    position: relative;
    font-weight: 600;
}.credit_info .nav_base h5::after {
    height: 2px;
    bottom: 0;
    left: 0;
    content: '';
    background: linear-gradient(to right, rgb(128,153,151), transparent);
    position: absolute;
    width: 60px;
}.credit_info .top_info {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    display: grid;
}.credit_info .top_info:first-child {
    margin-bottom: 2rem;
}.credit_info .top_info a {
    color: #ffffff;
    padding: 0.25rem 0;
    position: relative;
    opacity: 0.85;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
    transform-origin: left;
}.credit_info .top_info a::before {
    transition: width 0.3s ease;
    background-color: rgb(128,153,151);
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    position: absolute;
    content: '';
}.credit_info .top_info a:hover {
    color: rgb(128,153,151);
    opacity: 1;
    transform: translateX(8px);
}.credit_info .top_info a:hover::before {
    width: 20px;
}.credit_info .subscribe_holder {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    flex-direction: column;
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    padding: 2rem;
    gap: 1.5rem;
    display: flex;
}.credit_info .subscribe_holder::before {
    top: 0;
    opacity: 0.2;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(128,153,151,0.5), transparent 70%);
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    content: '';
}.credit_info .subscribe_holder::after {
    content: '';
    animation: pulseGlow 6s infinite alternate;
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    right: 0;
    background: radial-gradient(circle, rgb(128,153,151,0.5) 0%, transparent 70%);
    height: 150px;
    bottom: 0;
    width: 150px;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.credit_info .subscribe_holder h5 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 0.875rem;
    margin-bottom: 0.5rem;
    position: relative;
}.credit_info .subscribe_holder h5::after {
    width: 40px;
    height: 2px;
    left: 0;
    background: rgb(128,153,151);
    content: '';
    position: absolute;
    bottom: 0;
}.credit_info .subscribe_holder p {
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 0.5rem;
    font-size: 15px;
}.credit_info .input_holder {
    position: relative;
    flex-direction: column;
    display: flex;
    margin-top: 0.5rem;
    gap: 1rem;
}.credit_info .input_holder::before {
    height: calc(100% + 20px);
    background: 
        radial-gradient(circle at bottom right, rgb(128,153,151,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(97,122,117,0.5) 0%, transparent 70%);
    border-radius: calc(10px + 10px);
    position: absolute;
    opacity: 0.1;
    width: calc(100% + 20px);
    animation: subtleRotate 15s linear infinite;
    content: '';
    top: -10px;
    z-index: -1;
    left: -10px;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.credit_info .input_holder input[type="email"] {
    color: #ffffff;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 15px;
    padding: 1.125rem 1.5rem;
}.credit_info .input_holder input[type="email"]:focus {
    border-color: rgb(128,153,151,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
    box-shadow: 0 0 0 3px rgb(128,153,151,0.5);
}.credit_info .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.credit_info .sub_area {
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-weight: 600;
    padding: 1.125rem 1.5rem;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    font-size: 16px;
    background-color: rgb(128,153,151);
}.credit_info .sub_area::before {
    content: '';
    left: -100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    width: 100%;
    top: 0;
    transition: left 0.7s ease;
}.credit_info .sub_area::after {
    width: 100%;
    opacity: 0;
    content: '';
    height: 100%;
    z-index: -2;
    position: absolute;
    transition: opacity 0.3s ease;
    background: rgb(97,122,117);
    left: 0;
    top: 0;
}.credit_info .sub_area:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.credit_info .sub_area:hover::before {
    left: 100%;
}.credit_info .sub_area:hover::after {
    opacity: 1;
}.credit_info .trial_offer {
    padding-top: 2rem;
    position: relative;
    text-align: center;
    margin-top: 4rem;
}.credit_info .trial_offer::before {
    height: 1px;
    content: '';
    width: 60%;
    left: 20%;
    background: linear-gradient(to right, transparent, rgb(97,122,117,0.5), transparent);
    top: 0;
    position: absolute;
}.credit_info .ar_tools {
    opacity: 0.7;
    font-size: 15px;
}

@media (max-width: 1200px) {.credit_info .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.credit_info .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.credit_info .nav_base::after {
    display: none;
}
}

@media (max-width: 991px) {.credit_info {
    padding: 5rem 0 2rem;
}.credit_info .online_form {
    justify-content: center;
    flex-wrap: wrap;
}.credit_info .info_item {
    width: calc(50% - 2rem);
    flex: 0 0 auto;
    max-width: none;
}.credit_info .info_item:not(:last-child)::after {
    display: none;
}.credit_info .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.credit_info .nav_base::before, 
    .credit_info .nav_base::after {
    display: none;
}.credit_info .top_primary {
    align-items: center;
    text-align: center;
}.credit_info .nav_base h5, 
    .credit_info .subscribe_holder h5 {
    text-align: center;
}.credit_info .nav_base h5::after, 
    .credit_info .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.credit_info .top_info {
    grid-template-columns: repeat(3, 1fr);
}.credit_info .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.credit_info {
    padding: 4rem 0 2rem;
}.credit_info .online_form {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.credit_info .info_item {
    max-width: none;
    width: 100%;
}.credit_info .top_info {
    grid-template-columns: repeat(2, 1fr);
}.credit_info .trial_offer {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.credit_info {
    padding: 3rem 0 1.5rem;
}.credit_info .online_form {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.credit_info .info_item p,
    .credit_info .info_item a {
    font-size: calc(15px - 1px);
}.credit_info .top_info {
    text-align: center;
    grid-template-columns: 1fr;
}.credit_info .top_info a:hover {
    transform: none;
}.credit_info .top_info a::before {
    left: 50%;
    transform: translateX(-50%);
}.credit_info .top_info a:hover::before {
    width: 30px;
}.credit_info .input_holder {
    width: 100%;
}
}