* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.header_mainbard {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1116px;
    margin: auto;
}::-webkit-scrollbar {
    width: 10px;
    height: 14px;
}::-webkit-scrollbar-track {
    border-radius: 9.5em;
    background: rgb(137,151,154,0.5);
    margin: 1px 0;
}::-webkit-scrollbar-thumb {
    background: rgb(137,151,154);
    border: 1px ridge rgb(137,151,154,0.5);
    border-radius: 9999px;
    box-shadow: -1px 5px 11px 5px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-corner {
    border-radius: 1px;
    border: 1px solid rgb(137,151,154,0.5);
    background: rgb(174,185,189);
}

@media (max-width: 768px) {::-webkit-scrollbar {
    width: 2px;
}::-webkit-scrollbar-thumb {
    background: rgb(174,185,189);
}}

svg {
    height: 30px;
    width: 30px;
}.transcriptH {
    flex: 0 0 auto;
}html,body {
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.wrapper-paddingB {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.user_reviewsp {
    background-color: #ffffff;
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.user_reviewsp::before {
    background: linear-gradient(135deg, rgba(rgb(174,185,189,0.5), 0.03) 0%, rgba(rgb(174,185,189,0.5), 0.01) 100%);
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
}.user_reviewsp::after {
    transform: rotate(-15deg);
    right: -5%;
    opacity: 0.05;
    height: 30%;
    content: "";
    top: -5%;
    width: 30%;
    position: absolute;
    background: linear-gradient(225deg, rgb(174,185,189) 0%, transparent 70%);
    z-index: 1;
}.user_reviewsp .container {
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.user_reviewsp h2 {
    color: #000000;
    font-size: 35px;
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) translateZ(0);
}.user_reviewsp h2::after {
    content: "";
    bottom: -1rem;
    width: 6rem;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(174,185,189), transparent);
    position: absolute;
}.user_reviewsp .skills_centeru {
    position: relative;
}.user_reviewsp .feedback_cloudo {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
}.user_reviewsp .feedback_paneli {
    height: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05),
              0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    z-index: 2;
    border-left: 3px solid rgb(174,185,189);
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 2.5rem 2rem;
    transform: translateY(0);
}.user_reviewsp .feedback_paneli::before {
    position: absolute;
    right: 1.5rem;
    opacity: 0.1;
    z-index: -1;
    content: "";
    font-size: 6rem;
    color: rgb(174,185,189);
    font-family: serif;
    top: 1.5rem;
    line-height: 1;
}.user_reviewsp .feedback_paneli:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
              0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-8px);
}.user_reviewsp .feedback_paneli h3 {
    display: inline-block;
    position: relative;
    font-size: calc(19px - 0.1rem);
    font-weight: 600;
    margin-bottom: 1rem;
    color: rgb(174,185,189);
}.user_reviewsp .feedback_paneli h3::after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    transition: width 0.3s ease-in-out;
    background-color: rgb(174,185,189);
    bottom: -5px;
    height: 2px;
}.user_reviewsp .feedback_paneli:hover h3::after {
    width: 100%;
}.user_reviewsp .feedback_paneli .description {
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: calc(16px - 0.1rem);
    z-index: 2;
    color: #000000;
}.user_reviewsp .feedback_paneli div {
    align-items: center;
    margin-top: auto;
    display: flex;
    justify-content: flex-start;
}.user_reviewsp .feedback_paneli img {
    height: 60px;
    transform-origin: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
    object-fit: cover;
    width: 60px;
    border: 3px solid rgba(rgb(174,185,189,0.5), 0.2);
    border-radius: 50%;
}.user_reviewsp .feedback_paneli:hover img {
    transform: scale(1.05);
    border-color: rgb(174,185,189);
}.user_reviewsp .feedback_cloudo::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(rgb(174,185,189,0.5), 0.05), transparent);
    width: 80%;
    bottom: -50px;
    filter: blur(5px);
    border-radius: 100px;
    content: "";
    height: 10px;
    left: 10%;
}

@media (min-width: 992px) {.user_reviewsp {
    padding: 8rem 0;
}.user_reviewsp h2 {
    font-size: calc(35px + 0.2rem);
    margin-bottom: 4.5rem;
}.user_reviewsp .feedback_cloudo {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}.user_reviewsp .feedback_paneli {
    padding: 3rem 2.5rem;
}.user_reviewsp .feedback_paneli:nth-child(odd) {
    transform: translateY(15px);
}.user_reviewsp .feedback_paneli:nth-child(odd):hover {
    transform: translateY(7px);
}.user_reviewsp .feedback_paneli:nth-child(even) {
    transform: translateY(-15px);
}.user_reviewsp .feedback_paneli:nth-child(even):hover {
    transform: translateY(-23px);
}.user_reviewsp .feedback_paneli::after {
    height: 1px;
    width: 40%;
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(174,185,189));
    top: 0;
    opacity: 0.3;
    content: "";
}
}

@media (min-width: 1200px) {.user_reviewsp .feedback_cloudo {
    grid-template-columns: repeat(4, 1fr);
}.user_reviewsp::before {
    background: repeating-linear-gradient(
      135deg,
      rgba(rgb(174,185,189,0.5), 0.02) 0px,
      rgba(rgb(174,185,189,0.5), 0.02) 1px,
      transparent 1px,
      transparent 12px
    );
}
}

@media (max-width: 991px) {.user_reviewsp .feedback_paneli {
    padding: 2.2rem 1.8rem;
}.user_reviewsp h2::after {
    width: 5rem;
}
}

@media (max-width: 767px) {.user_reviewsp {
    padding: 4rem 0;
}.user_reviewsp h2 {
    font-size: calc(35px - 0.2rem);
    margin-bottom: 2.5rem;
}.user_reviewsp .feedback_cloudo {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.user_reviewsp .feedback_paneli {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 576px) {.user_reviewsp {
    padding: 3rem 0;
}.user_reviewsp .container {
    padding: 0 1.5rem;
}.user_reviewsp .feedback_cloudo {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user_reviewsp .feedback_paneli {
    padding: 1.8rem 1.3rem;
}.user_reviewsp .feedback_paneli::before {
    top: 1rem;
    right: 1rem;
    font-size: 4rem;
}.user_reviewsp h2 {
    font-size: calc(35px - 0.3rem);
}
}

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

@media (prefers-reduced-motion: no-preference) {.user_reviewsp .feedback_paneli {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}.user_reviewsp .feedback_paneli:nth-child(1) {
    animation-delay: 0.1s;
}.user_reviewsp .feedback_paneli:nth-child(2) {
    animation-delay: 0.2s;
}.user_reviewsp .feedback_paneli:nth-child(3) {
    animation-delay: 0.3s;
}.user_reviewsp .feedback_paneli:nth-child(4) {
    animation-delay: 0.4s;
}.user_reviewsp .feedback_paneli:nth-child(5) {
    animation-delay: 0.5s;
}.user_reviewsp .feedback_paneli:nth-child(6) {
    animation-delay: 0.6s;
}.user_reviewsp .feedback_paneli:nth-child(7) {
    animation-delay: 0.7s;
}}.statistical_overviewA {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(211,220,223) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 20px;
}.statistical_overviewA::before {
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(137,151,154,0.5) 0px,
        rgb(137,151,154,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    left: 0;
    opacity: 0.05;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
}.statistical_overviewA h3 {
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    color: #000000;
    font-weight: 700;
    transform: perspective(1000px) translateZ(20px);
    font-size: 35px;
}.statistical_overviewA h3::after {
    content: "";
    background: linear-gradient(90deg, rgb(174,185,189), rgb(137,151,154));
    width: 80px;
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    position: absolute;
    height: 3px;
}.statistical_overviewA .container {
    perspective: 1000px;
    position: relative;
    z-index: 2;
}.statistical_overviewA ul {
    gap: 25px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    perspective: 800px;
    transform-style: preserve-3d;
    padding: 0;
    display: grid;
}.statistical_overviewA .statistics_upsidesa {
    z-index: 2;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.9) 0%, 
        rgba(255, 255, 255, 0.7) 100%
    );
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-left: 3px solid rgb(174,185,189);
    transform: translateZ(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 30px 25px;
    overflow: hidden;
}.statistical_overviewA .statistics_upsidesa::before {
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(174,185,189) 0%,
        rgb(137,151,154) 100%
    );
    height: 5px;
    position: absolute;
    opacity: 0.8;
}.statistical_overviewA .statistics_upsidesa::after {
    height: 50px;
    bottom: 0;
    position: absolute;
    transform: scale(0);
    background: rgb(174,185,189,0.5);
    border-radius: 50% 0 0 0;
    z-index: -1;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0.1;
    width: 50px;
    right: 0;
    content: "";
}.statistical_overviewA .statistics_upsidesa:hover {
    transform: translateY(-5px) translateZ(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                0 10px 20px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
}.statistical_overviewA .statistics_upsidesa:hover::after {
    transform: scale(4);
}.statistical_overviewA .statistics_upsidesa span {
    z-index: 2;
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    color: #000000;
}.statistical_overviewA .statistics_upsidesa p {
    position: relative;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    -webkit-background-clip: text !important;
    color: rgb(174,185,189);
    z-index: 2;
    background: linear-gradient(135deg, rgb(174,185,189), rgb(137,151,154));
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 5px 0 0;
    font-weight: 700;
    font-size: 2.5rem;
}.statistical_overviewA .statistics_upsidesa:hover p {
    transform: scale(1.1);
}.statistical_overviewA .statistics_upsidesa:nth-child(odd) {
    transform: translateZ(5px) rotateX(2deg);
}.statistical_overviewA .statistics_upsidesa:nth-child(even) {
    transform: translateZ(10px) rotateX(-2deg);
}.statistical_overviewA .statistics_upsidesa:nth-child(3n) {
    border-left-color: rgb(137,151,154);
}.statistical_overviewA .statistics_upsidesa:nth-child(3n+1)::before {
    background: linear-gradient(
        90deg,
        rgb(137,151,154) 0%,
        rgb(174,185,189) 100%
    );
}

@media (min-width: 768px) {.statistical_overviewA {
    padding: 100px 30px;
}.statistical_overviewA h3 {
    margin-bottom: 60px;
    font-size: calc(35px * 1.2);
}.statistical_overviewA ul {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}.statistical_overviewA .statistics_upsidesa {
    padding: 35px 30px;
}.statistical_overviewA .statistics_upsidesa span {
    font-size: calc(16px * 1.1);
}.statistical_overviewA .statistics_upsidesa p {
    font-size: 3rem;
}
}

@media (min-width: 1200px) {.statistical_overviewA {
    padding: 120px 40px;
}.statistical_overviewA h3 {
    margin-bottom: 80px;
}.statistical_overviewA ul {
    grid-template-columns: repeat(4, 1fr);
}.statistical_overviewA .statistics_upsidesa {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.statistical_overviewA .statistics_upsidesa:hover {
    transform: translateY(-8px) translateZ(15px);
}
}

@media (max-width: 767px) {.statistical_overviewA {
    padding: 60px 15px;
}.statistical_overviewA h3 {
    margin-bottom: 40px;
    font-size: 35px;
}.statistical_overviewA ul {
    grid-template-columns: 1fr;
    gap: 20px;
}.statistical_overviewA .statistics_upsidesa {
    padding: 25px 20px;
}.statistical_overviewA .statistics_upsidesa span {
    font-size: 16px;
}.statistical_overviewA .statistics_upsidesa p {
    font-size: 2rem;
}.statistical_overviewA .statistics_upsidesa:nth-child(odd),
    .statistical_overviewA .statistics_upsidesa:nth-child(even) {
    transform: none;
}}

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

.statistical_overviewA .statistics_upsidesa {
    animation: fadeInUp 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
}.statistical_overviewA .statistics_upsidesa:nth-child(1) {
    animation-delay: 0.1s;
}.statistical_overviewA .statistics_upsidesa:nth-child(2) {
    animation-delay: 0.2s;
}.statistical_overviewA .statistics_upsidesa:nth-child(3) {
    animation-delay: 0.3s;
}.statistical_overviewA .statistics_upsidesa:nth-child(4) {
    animation-delay: 0.4s;
}.statistical_overviewA .statistics_upsidesa:nth-child(5) {
    animation-delay: 0.5s;
}.statistical_overviewA .statistics_upsidesa:nth-child(6) {
    animation-delay: 0.6s;
}.statistical_overviewA .statistics_upsidesa:nth-child(7) {
    animation-delay: 0.7s;
}.about_thisx {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
}.about_thisx::before {
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
    z-index: 1;
    top: 0;
    width: 100%;
}.about_thisx::after {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(174,185,189,0.5), transparent);
    mix-blend-mode: overlay;
    left: 0;
    content: "";
}.about_thisx h4 {
    text-align: center;
    animation: fadeInUp 0.8s 0.2s forwards;
    transform: translateY(10px);
    z-index: 10;
    font-weight: 700;
    margin-bottom: 40px;
    opacity: 0;
    position: relative;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 33px;
}.about_thisx .container {
    z-index: 5;
    padding: 0 15px;
    perspective: 1000px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.about_thisx .news_itemF {
    opacity: 0;
    transform: translateZ(0) rotateX(2deg);
    animation: slideIn 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: top center;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.07);
    border-left: 4px solid rgb(137,151,154);
    padding: 40px;
}.about_thisx .news_itemF:hover {
    transform: translateZ(30px) rotateX(0);
}.about_thisx .news_itemF::before {
    top: 0;
    height: 100px;
    z-index: -1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    content: "";
    width: 100px;
    background: rgb(174,185,189,0.5);
    position: absolute;
}.about_thisx .news_itemF::after {
    background: rgb(137,151,154,0.5);
    bottom: 0;
    width: 100px;
    height: 100px;
    content: "";
    left: 0;
    z-index: -1;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    position: absolute;
}.about_thisx h6 {
    margin-bottom: 25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.6s 0.8s forwards;
    color: rgb(137,151,154);
    opacity: 0;
    padding-bottom: 12px;
    display: inline-block;
    font-size: calc(23px + 2px);
    position: relative;
    font-weight: 700;
}.about_thisx h6::after {
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(137,151,154), transparent);
    animation: expandWidth 1.2s 1s forwards;
    height: 3px;
    position: absolute;
    bottom: 0;
    transform-origin: left;
    transform: scaleX(0);
    width: 60px;
}.about_thisx span {
    position: relative;
    opacity: 0;
    display: block;
    line-height: 1.8;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    font-size: 17px;
    animation: fadeInParagraph 1.2s 1s forwards;
    column-count: 1;
}

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

@keyframes slideIn {
    from {
        transform: translateZ(-50px) rotateX(5deg);
        opacity: 0;
    }
    to {
        transform: translateZ(0) rotateX(2deg);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

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

@media (min-width: 768px) {.about_thisx {
    padding: 150px 0;
}.about_thisx h4 {
    font-size: calc(33px + 4px);
    text-align: left;
    margin-left: 50px;
}.about_thisx .news_itemF {
    width: 90%;
    border-left: 6px solid rgb(137,151,154);
    margin-left: 50px;
    padding: 60px;
}.about_thisx span {
    column-count: 2;
    column-gap: 40px;
}.about_thisx h6 {
    font-size: calc(23px + 6px);
    margin-bottom: 35px;
}.about_thisx h6::after {
    width: 100px;
}
}

@media (min-width: 992px) {.about_thisx {
    padding: 180px 0;
}.about_thisx h4 {
    margin-left: 80px;
}.about_thisx .news_itemF {
    margin-left: 80px;
    width: 80%;
    padding: 70px;
    transform: translateZ(0) rotateX(2deg) rotateY(-1deg);
}.about_thisx .news_itemF:hover {
    transform: translateZ(50px) rotateX(0) rotateY(0);
}.about_thisx span {
    column-gap: 50px;
    column-count: 3;
}
}

@media (max-width: 767px) {.about_thisx {
    padding: 80px 0;
}.about_thisx h4 {
    font-size: calc(23px + 2px);
    margin-bottom: 25px;
}.about_thisx .news_itemF {
    padding: 30px 20px;
    border-left-width: 3px;
}.about_thisx h6 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 21px;
}.about_thisx h6::after {
    width: 40px;
    height: 2px;
}.about_thisx span {
    font-size: calc(17px - 1px);
    line-height: 1.6;
}}.course_offeringv {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,220,223) 0%, rgb(211,220,223) 60%, rgba(rgb(174,185,189,0.5), 0.1) 100%);
    padding: 100px 0;
    position: relative;
}.course_offeringv::before {
    top: 0;
    height: 100%;
    z-index: 0;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(174,185,189,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(137,151,154,0.5), 0.06) 0%, transparent 40%);
}.course_offeringv .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.course_offeringv .learn_networkt {
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.course_offeringv .image_shadowi {
    position: relative;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    transform: perspective(1000px) rotateY(-2deg);
    height: 350px;
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
}.course_offeringv .image_shadowi::after {
    z-index: 1;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(174,185,189,0.5), 0.2) 0%, transparent 70%);
    inset: 0;
}.course_offeringv .news_itemF {
    padding: 30px;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    position: relative;
    background: #ffffff;
}.course_offeringv .news_itemF::before {
    left: 0;
    transform: scaleY(0.95);
    height: 100%;
    transition: transform 0.5s ease;
    top: 0;
    width: 5px;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgb(174,185,189), rgb(137,151,154));
}.course_offeringv h3 {
    font-size: calc(22px * 1.1);
    font-weight: 700;
    color: #000000;
    transform: translateZ(0);
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    position: relative;
}.course_offeringv h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: rgb(174,185,189);
    height: 3px;
    width: 60px;
    left: 0;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.course_offeringv .description {
    transition: opacity 0.3s ease;
    margin: 0 0 20px;
    font-weight: 400;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    opacity: 0.9;
}.course_offeringv p.description {
    display: block;
}.course_offeringv span.description {
    display: none;
}.course_offeringv .news_itemF:hover {
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}.course_offeringv .news_itemF:hover h3::after {
    width: 100px;
}.course_offeringv .news_itemF:hover::before {
    transform: scaleY(1);
}.course_offeringv .image_shadowi:hover {
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.3);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}

@media (min-width: 768px) {.course_offeringv .learn_networkt {
    align-items: center;
    grid-template-columns: 45% 55%;
}.course_offeringv .image_shadowi {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    height: 500px;
}.course_offeringv .news_itemF {
    z-index: 2;
    padding: 50px 50px 50px 80px;
    margin-left: -80px;
}.course_offeringv h3 {
    font-size: 22px;
}
}

@media (min-width: 992px) {.course_offeringv {
    padding: 120px 0;
}.course_offeringv .learn_networkt {
    gap: 60px;
}.course_offeringv .image_shadowi {
    height: 550px;
    transform: perspective(1000px) rotateY(-3deg);
}.course_offeringv .news_itemF {
    padding: 60px 60px 60px 120px;
    margin-left: -120px;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
}.course_offeringv h3 {
    margin-bottom: 30px;
    font-size: calc(22px * 1.2);
}
}

@media (min-width: 1200px) {.course_offeringv .image_shadowi {
    height: 600px;
}.course_offeringv .news_itemF {
    margin-left: -150px;
}.course_offeringv h3 {
    font-size: calc(22px * 1.3);
}
}

@media (max-width: 767px) {.course_offeringv {
    padding: 70px 0;
}.course_offeringv .image_shadowi {
    margin-bottom: -20px;
    height: 250px;
}.course_offeringv .news_itemF {
    padding: 25px;
}.course_offeringv h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
    padding-bottom: 10px;
}.course_offeringv .description {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.course_offeringv .image_shadowi,
  .course_offeringv .news_itemF,
  .course_offeringv h3::after,
  .course_offeringv .news_itemF::before {
    transition: none;
    transform: none;
}}.contact_usC {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,220,223) 0%, rgb(137,151,154,0.5) 100%);
    padding: 80px 0;
}.contact_usC::before {
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    content: '';
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(174,185,189,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(137,151,154,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    opacity: 0.4;
}.contact_usC::after {
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    background-size: 50px 50px;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgb(137,151,154,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(137,151,154,0.5) 1px, transparent 1px);
    opacity: 0.1;
}.contact_usC .image_shadowi {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    left: 0;
    height: 100%;
    width: 45%;
    z-index: 2;
    top: 0;
    position: absolute;
}.contact_usC .image_shadowi::after {
    content: '';
    background: linear-gradient(135deg, rgb(174,185,189,0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.7;
    left: 0;
}.contact_usC .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    padding: 0 15px;
    position: relative;
}.contact_usC h3 {
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 30px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-shadow: 0 0 15px rgb(174,185,189,0.5);
}.contact_usC .request_formt {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: space-between;
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    border-radius: 11px;
}.contact_usC .request_formt:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.contact_usC .reach_gridK {
    padding: 40px;
    flex: 1;
    position: relative;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.contact_usC .reach_gridK::before {
    opacity: 0.2;
    top: -100px;
    position: absolute;
    right: -100px;
    width: 200px;
    height: 200px;
    content: '';
    background: radial-gradient(rgb(174,185,189,0.5), transparent 70%);
    border-radius: 50%;
}.contact_usC .reach_gridK::after {
    background: radial-gradient(rgb(137,151,154,0.5), transparent 70%);
    left: -75px;
    opacity: 0.2;
    height: 150px;
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 150px;
    bottom: -75px;
}.contact_usC form {
    z-index: 2;
    position: relative;
}.contact_usC form h3 {
    font-size: 20px;
    text-align: left;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(174,185,189));
    margin-bottom: 25px;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}.contact_usC input[type="text"],
.contact_usC textarea {
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
}.contact_usC input[type="text"]:focus,
.contact_usC textarea:focus {
    background: rgba(255, 255, 255, 0.12);
    outline: none;
    border-color: rgb(174,185,189);
    box-shadow: 0 0 10px rgb(174,185,189,0.5);
}.contact_usC textarea {
    resize: none;
    height: 120px;
}.contact_usC .connect_feedbackb {
    margin-bottom: 25px;
    display: flex;
    position: relative;
    align-items: flex-start;
}.contact_usC .connect_feedbackb input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_usC .connect_feedbackb label {
    line-height: 1.5;
    font-size: 16px;
    padding-left: 30px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
}.contact_usC .connect_feedbackb label::before {
    position: absolute;
    top: 2px;
    height: 20px;
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    border-radius: 10px;
    content: '';
    left: 0;
}.contact_usC .connect_feedbackb input[type="checkbox"]:checked + label::before {
    background: rgb(174,185,189);
    border-color: rgb(174,185,189);
}.contact_usC .connect_feedbackb input[type="checkbox"]:checked + label::after {
    height: 12px;
    left: 7px;
    border: solid #ffffff;
    transform: rotate(45deg);
    content: '';
    width: 6px;
    position: absolute;
    top: 5px;
    border-width: 0 2px 2px 0;
}.contact_usC .connect_feedbackb a {
    transition: color 0.3s ease;
    color: rgb(174,185,189);
    text-decoration: none;
}.contact_usC .connect_feedbackb a:hover {
    text-decoration: underline;
    color: rgb(137,151,154);
}.contact_usC .message_inquirye {
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(to right, rgb(174,185,189), rgb(137,151,154));
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    padding: 15px;
    cursor: pointer;
    border: none;
    font-size: 14px;
    border-radius: 10px;
}.contact_usC .message_inquirye::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    height: 100%;
    content: '';
    transition: left 0.7s ease;
    width: 100%;
    top: 0;
}.contact_usC .message_inquirye:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(174,185,189,0.5);
}.contact_usC .message_inquirye:hover::before {
    left: 100%;
}.contact_usC .request_blockJ {
    position: relative;
    width: 40%;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    padding: 40px;
}.contact_usC .request_blockJ::before {
    height: 100%;
    opacity: 0.4;
    right: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(174,185,189,0.5) 0%, transparent 60%);
    content: '';
}.contact_usC .request_blockJ h4 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
}.contact_usC .request_blockJ h4::after {
    height: 3px;
    background: rgb(174,185,189);
    left: 0;
    width: 50px;
    content: '';
    position: absolute;
    border-radius: 3px;
    bottom: -10px;
}.contact_usC .connect_boxI {
    margin: 0;
    list-style: none;
    padding: 0;
}.contact_usC .connect_boxI li {
    position: relative;
    padding-left: 5px;
    margin-bottom: 25px;
    align-items: flex-start;
    transition: transform 0.3s ease;
    display: flex;
}.contact_usC .connect_boxI li:hover {
    transform: translateX(5px);
}.contact_usC .connect_boxI li::before {
    width: 0;
    top: 50%;
    transition: all 0.3s ease;
    background: rgb(174,185,189);
    content: '';
    opacity: 0;
    left: -10px;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 0;
}.contact_usC .connect_boxI li:hover::before {
    width: 6px;
    height: 6px;
    opacity: 1;
    left: -3px;
}.contact_usC .connect_boxI svg {
    height: 24px;
    margin-right: 15px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(174,185,189,0.5));
    width: 24px;
    fill: rgb(174,185,189);
    flex-shrink: 0;
}.contact_usC .connect_boxI li:hover svg {
    transform: scale(1.1);
}.contact_usC .connect_boxI svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,185,189);
}.contact_usC .connect_boxI li:hover svg path {
    fill: rgb(137,151,154);
}.contact_usC .connect_boxI span {
    color: #ffffff;
    line-height: 1.5;
    font-size: 18px;
    font-family: Arial, sans-serif;
}.contact_usC .connect_boxI a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact_usC .connect_boxI a:hover {
    color: rgb(174,185,189);
}

@media (max-width: 992px) {.contact_usC {
    padding: 60px 0;
}.contact_usC .image_shadowi {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.contact_usC .request_formt {
    flex-direction: column;
}.contact_usC .reach_gridK {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
    width: 100%;
}.contact_usC .request_blockJ {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_usC {
    padding: 40px 0;
}.contact_usC .image_shadowi {
    display: none;
}.contact_usC h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.contact_usC .reach_gridK,
    .contact_usC .request_blockJ {
    padding: 30px;
}.contact_usC form h3,
    .contact_usC .request_blockJ h4 {
    font-size: calc(20px * 0.9);
}.contact_usC input[type="text"],
    .contact_usC textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact_usC textarea {
    height: 100px;
}.contact_usC .message_inquirye {
    padding: 12px;
}.contact_usC .connect_boxI li {
    margin-bottom: 20px;
}.contact_usC .connect_boxI svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}
}

@media (max-width: 576px) {.contact_usC {
    padding: 30px 0;
}.contact_usC h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 20px;
}.contact_usC .reach_gridK,
    .contact_usC .request_blockJ {
    padding: 20px;
}.contact_usC .request_formt {
    margin: 0 10px;
}.contact_usC .connect_feedbackb label {
    font-size: calc(16px * 0.9);
}.contact_usC .connect_boxI li {
    margin-bottom: 15px;
}.contact_usC .connect_boxI span {
    font-size: calc(18px * 0.9);
}.contact_usC::before,
    .contact_usC::after,
    .contact_usC .reach_gridK::before,
    .contact_usC .reach_gridK::after,
    .contact_usC .request_blockJ::before {
    opacity: 0.2;
}}footer {
    position: relative;
    width: 100%;
}footer .transcriptH {
    background-color: rgb(211,220,223);
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 100px 0 30px;
}footer .transcriptH::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.3;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(174,185,189,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(137,151,154,0.5) 0%, transparent 20%);
    z-index: 0;
}footer .footer_classesz {
    z-index: 1;
    position: relative;
}footer .talk_teamZ {
    justify-content: space-between;
    margin: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    background-color: #ffffff;
    width: 85%;
    z-index: 3;
    display: flex;
    gap: 15px;
    padding: 25px;
    border-radius: 10px;
}footer .info_item {
    flex: 1 1 200px;
    padding: 15px;
    display: flex;
    align-items: center;
    background-color: rgb(211,220,223);
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item svg {
    margin-right: 12px;
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
    fill: rgb(174,185,189);
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}footer .info_item a:hover {
    color: rgb(174,185,189);
}footer .text_main_holder {
    margin-top: 40px;
    gap: 20px;
    perspective: 2000px;
    display: flex;
    position: relative;
    flex-direction: column;
}footer .main_topL, footer .first_classS, footer .subscribe_holder {
    padding: 30px;
    transform-style: preserve-3d;
    transform-origin: center center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.5s ease;
    border-radius: 10px;
}footer .main_topL {
    z-index: 2;
    background-color: #ffffff;
    transform: translateZ(0) scale(1);
}footer .main_topL:hover {
    transform: translateZ(30px) scale(1.02);
}footer .first_classS {
    margin-left: 20px;
    z-index: 1;
    margin-top: -20px;
    background-color: rgb(137,151,154);
    color: #ffffff;
    transform: translateZ(-10px) scale(0.98);
    margin-right: 20px;
}footer .subscribe_holder {
    color: #ffffff;
    background-color: rgb(174,185,189);
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -20px;
    z-index: 0;
    transform: translateZ(-20px) scale(0.96);
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .main_topL::after, footer .first_classS::after, footer .subscribe_holder::after {
    opacity: 0;
    content: "";
    z-index: -1;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    transition: opacity 0.3s ease;
    left: 0;
    height: 100%;
    position: absolute;
    border-radius: 10px;
}footer .main_topL:hover::after, footer .first_classS:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .main_topL svg {
    width: auto;
    display: block;
    height: 45px;
    margin-bottom: 20px;
}footer .footer_benefitO {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}footer .first_classS h5 {
    margin-bottom: 20px;
    font-size: 19px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-weight: 600;
}footer .first_classS h5::after {
    background: linear-gradient(90deg, rgb(174,185,189), transparent);
    position: absolute;
    bottom: -8px;
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    width: 40px;
    left: 0;
}footer .first_classS h5:hover::after {
    width: 100%;
}footer .top_mentorr {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    margin-bottom: 20px;
    gap: 15px;
}footer .top_mentorr a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.75);
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}footer .top_mentorr a::before {
    height: 1px;
    content: "";
    transition: width 0.3s ease;
    background-color: rgb(174,185,189);
    width: 0;
    left: 0;
    position: absolute;
    bottom: 0;
}footer .top_mentorr a:hover {
    color: #ffffff;
    transform: translateX(5px);
}footer .top_mentorr a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 25px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    border: none;
    padding: 14px 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .email_containers {
    border: none;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    color: rgb(174,185,189);
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
}footer .email_containers:hover {
    background-color: rgb(137,151,154);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}footer .contest_infox {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .footer_subscribeN {
    color: #000000;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 13px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
}

@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .main_topL, footer .first_classS, footer .subscribe_holder {
    flex-direction: column;
    margin-top: 0;
    display: flex;
    flex: 1;
}footer .main_topL {
    margin-right: -20px;
}footer .first_classS {
    margin-right: -20px;
    margin-left: 0;
    z-index: 1;
}footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
}
}

@media (max-width: 991px) {footer .talk_teamZ {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .transcriptH {
    padding: 80px 0 30px;
}footer .talk_teamZ {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .main_topL, footer .first_classS, footer .subscribe_holder {
    margin-left: 0;
    padding: 25px 20px;
    margin-right: 0;
}footer .first_classS, footer .subscribe_holder {
    margin-top: -10px;
}footer .contest_infox {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .transcriptH {
    padding: 70px 0 20px;
}footer .talk_teamZ {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .main_topL, footer .first_classS, footer .subscribe_holder {
    padding: 20px 15px;
}footer .first_classS h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .top_mentorr {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .email_containers {
    padding: 12px;
}}.leadership_experiencef {
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(90deg, rgb(211,220,223) 30%, rgb(137,151,154,0.5) 100%);
    perspective: 1000px;
    position: relative;
}.leadership_experiencef::before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(174,185,189,0.5) 0,
        rgb(174,185,189,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.1;
}.leadership_experiencef::after {
    top: -20%;
    right: -10%;
    filter: blur(60px);
    position: absolute;
    height: 140%;
    content: "";
    z-index: 0;
    background: rgb(174,185,189,0.5);
    width: 50%;
    transform: rotate(-15deg);
}.leadership_experiencef .feedback_paneli {
    z-index: 1;
    gap: 0;
    position: relative;
    grid-template-columns: 1fr 1.2fr;
    transform-style: preserve-3d;
    display: grid;
    transform: rotateX(5deg) rotateZ(-1deg);
    margin: 0 auto;
    max-width: 1100px;
}.leadership_experiencef .image_shadowi {
    position: relative;
    border-radius: 0;
    transform-style: preserve-3d;
    height: 450px;
    transition: all 0.7s ease;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    z-index: 2;
    transform: translateZ(30px);
}.leadership_experiencef .career_storyG {
    transform: translateZ(10px);
    padding: 3rem 3rem 3rem 5rem;
    justify-content: center;
    transform-style: preserve-3d;
    position: relative;
    flex-direction: column;
    transition: all 0.7s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: flex;
    margin-left: -3rem;
    background: #ffffff;
}.leadership_experiencef .career_storyG::before {
    content: "";
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    top: 50%;
    height: 60%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(174,185,189), rgb(137,151,154));
}.leadership_experiencef .name {
    font-size: calc(31px * 1.2);
    margin-bottom: 0.5rem;
    transition: transform 0.5s ease;
    color: #000000;
    transform: translateZ(20px);
    font-weight: 700;
}.leadership_experiencef .career_storyG div:nth-child(2) {
    margin-bottom: 2rem;
    transform: translateZ(15px);
    font-size: 24px;
    color: rgb(137,151,154);
    font-weight: 600;
    transition: transform 0.5s ease 0.1s;
}.leadership_experiencef .career_exps {
    transition: transform 0.5s ease 0.2s;
    position: relative;
    font-size: 14px;
    font-style: italic;
    color: #000000;
    line-height: 1.7;
    transform: translateZ(10px);
}.leadership_experiencef .career_exps::after {
    color: rgb(174,185,189,0.5);
    right: 0;
    content: "";
    line-height: 0;
    font-size: 5rem;
    bottom: -2rem;
    font-family: serif;
    position: absolute;
}.leadership_experiencef .feedback_paneli:hover .image_shadowi {
    transform: translateZ(50px) translateX(-20px);
}.leadership_experiencef .feedback_paneli:hover .career_storyG {
    transform: translateZ(30px) translateX(20px);
}.leadership_experiencef .feedback_paneli:hover .name {
    transform: translateZ(40px);
}.leadership_experiencef .feedback_paneli:hover .career_storyG div:nth-child(2) {
    transform: translateZ(35px);
}.leadership_experiencef .feedback_paneli:hover .career_exps {
    transform: translateZ(30px);
}

@media screen and (max-width: 991px) {.leadership_experiencef .feedback_paneli {
    transform: none;
    grid-template-columns: 1fr;
}.leadership_experiencef .image_shadowi {
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    margin-bottom: -2rem;
    height: 350px;
}.leadership_experiencef .career_storyG {
    z-index: 3;
    margin-left: 0;
    padding: 3rem 2rem 2rem;
    transform: none;
}.leadership_experiencef .career_storyG::before {
    left: 50%;
    height: 5px;
    transform: translateX(-50%);
    top: 0;
    width: 50%;
}.leadership_experiencef .feedback_paneli:hover .image_shadowi,
    .leadership_experiencef .feedback_paneli:hover .career_storyG,
    .leadership_experiencef .feedback_paneli:hover .name,
    .leadership_experiencef .feedback_paneli:hover .career_storyG div:nth-child(2),
    .leadership_experiencef .feedback_paneli:hover .career_exps {
    transform: none;
}}.learning_profitsL {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(211,220,223), #ffffff);
}.learning_profitsL::before {
    top: 0;
    height: 100%;
    opacity: 0.15;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(174,185,189,0.5), transparent 60%);
    position: absolute;
    content: "";
    transform: translateZ(0);
    left: 0;
    z-index: 1;
}.learning_profitsL::after {
    right: -50%;
    height: 100%;
    width: 100%;
    transform: translateZ(0);
    top: -50%;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, transparent, rgb(137,151,154,0.5) 70%);
    animation: gradientShift 15s infinite alternate ease-in-out;
    opacity: 0.1;
}.learning_profitsL .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}.learning_profitsL .image_shadowi {
    height: auto;
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    margin-bottom: 40px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    max-height: 500px;
    filter: brightness(1.05) contrast(1.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.learning_profitsL .image_shadowi:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) scale(1.01);
}.learning_profitsL .skills_centeru {
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
    border-left: 4px solid rgb(174,185,189);
    padding: 40px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    max-width: 90%;
    transform: translateY(-80px);
    position: relative;
    margin: 0 auto;
}.learning_profitsL .news_itemF {
    position: relative;
}.learning_profitsL h1 {
    font-weight: 700;
    line-height: 1.3;
    transform: translateX(0);
    transition: transform 0.5s ease;
    margin-bottom: 30px;
    font-size: 43px;
    position: relative;
    color: #000000;
}.learning_profitsL h1::after {
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 80px;
    bottom: -10px;
    transition: transform 0.5s ease-out;
    transform: scaleX(1);
    background: rgb(174,185,189);
    transform-origin: left;
}.learning_profitsL h1:hover::after {
    transform: scaleX(1.5);
}.learning_profitsL ul {
    display: grid;
    gap: 25px;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    padding: 0;
    list-style: none;
}.learning_profitsL li {
    padding: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.8);
}.learning_profitsL li:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
}.learning_profitsL li::before {
    z-index: -1;
    transition: opacity 0.5s ease;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    opacity: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent, rgba(var(--primary-color-rgb, 33, 150, 243), 0.03));
}.learning_profitsL li:hover::before {
    opacity: 1;
}.learning_profitsL li p {
    display: flex;
    margin: 0;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
    gap: 15px;
}.learning_profitsL svg {
    min-width: 24px;
    margin-top: 3px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 24px;
    transform: scale(1);
}.learning_profitsL li:hover svg {
    transform: scale(1.15);
}.learning_profitsL svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,185,189);
}.learning_profitsL li:hover svg path {
    fill: rgb(137,151,154);
}

@keyframes gradientShift {
    0% {
        opacity: 0.05;
        transform: rotate(0deg) translateX(0) translateY(0);
    }
    100% {
        opacity: 0.15;
        transform: rotate(5deg) translateX(5%) translateY(5%);
    }
}

@media (min-width: 992px) {.learning_profitsL .container {
    flex-direction: row;
    align-items: center;
    gap: 50px;
}.learning_profitsL .image_shadowi {
    margin-bottom: 0;
    width: 45%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: perspective(1000px) rotateY(-4deg) translateZ(0);
}.learning_profitsL .skills_centeru {
    transform: translateY(0) translateX(-80px);
    width: 55%;
    max-width: 100%;
}.learning_profitsL ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.learning_profitsL {
    padding: 80px 0;
}.learning_profitsL .skills_centeru {
    transform: translateY(-50px);
}.learning_profitsL h1 {
    font-size: calc(43px * 0.85);
}
}

@media (max-width: 767px) {.learning_profitsL {
    padding: 60px 0;
}.learning_profitsL .skills_centeru {
    padding: 30px 20px;
    max-width: 100%;
}.learning_profitsL h1 {
    font-size: calc(43px * 0.7);
    margin-bottom: 20px;
}.learning_profitsL li {
    padding: 15px;
}.learning_profitsL ul {
    grid-template-columns: 1fr;
    gap: 15px;
}
}

@media (max-width: 480px) {.learning_profitsL {
    padding: 40px 0;
}.learning_profitsL .image_shadowi {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
}.learning_profitsL .skills_centeru {
    padding: 25px 15px;
    transform: translateY(-30px);
}.learning_profitsL h1 {
    font-size: calc(43px * 0.6);
}.learning_profitsL li p {
    font-size: calc(15px * 0.9);
}}.sign_up_for_updatesJ {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(174,185,189), rgb(137,151,154) 70%);
    position: relative;
    padding: 4rem 2rem;
    z-index: 1;
}.sign_up_for_updatesJ::before {
    height: 120%;
    left: -5%;
    position: absolute;
    top: -10%;
    z-index: -1;
    transform: rotate(-3deg) translateZ(0);
    content: "";
    width: 120%;
    animation: subtleShift 20s infinite alternate ease-in-out;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.15) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 30%);
}.sign_up_for_updatesJ::after {
    z-index: -1;
    left: 0;
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    transform: translateZ(0);
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
}.sign_up_for_updatesJ .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.sign_up_for_updatesJ .skills_centeru {
    transform: perspective(1000px) rotateX(1deg);
    transform-style: preserve-3d;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    animation: subtleFloat 6s infinite alternate ease-in-out;
}.sign_up_for_updatesJ .skills_centeru > div {
    transform: translateZ(20px);
    width: 100%;
    padding: 0.5rem;
    position: relative;
}.sign_up_for_updatesJ h4 {
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    position: relative;
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
    transition: transform 0.5s ease-out;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: calc(23px * 1.1);
    color: #ffffff;
    margin: 0;
}.sign_up_for_updatesJ h4::before {
    background: #ffffff;
    content: "";
    left: -1rem;
    transform-origin: top;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    animation: lineGrow 1.2s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 70%;
    width: 0.3rem;
}.sign_up_for_updatesJ .input_holder {
    transform: translateZ(30px);
    position: relative;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
}.sign_up_for_updatesJ .input_holder::before {
    top: -1rem;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
    height: 1px;
    transform: scaleX(0.7);
    content: "";
    animation: lineExpand 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
}.sign_up_for_updatesJ .input_holder span {
    animation: slideUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    flex: 1;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    min-width: 200px;
}.sign_up_for_updatesJ .input_holder span:last-child {
    flex: 0 0 auto;
    animation-delay: 0.8s;
}.sign_up_for_updatesJ input[type="email"] {
    font-family: Arial, sans-serif;
    backdrop-filter: blur(10px);
    padding: 1rem 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.15);
    color: #ffffff;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
}.sign_up_for_updatesJ input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(255,255,255,0.7);
}.sign_up_for_updatesJ input[type="email"]:focus {
    outline: none;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    background: rgba(255,255,255,0.25);
}.sign_up_for_updatesJ input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(10px);
}.sign_up_for_updatesJ .email_containers {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1);
    position: relative;
    font-size: 15px;
    cursor: pointer;
    padding: 1rem 1.8rem;
    border: none;
    z-index: 1;
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: rgb(174,185,189);
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}.sign_up_for_updatesJ .email_containers::before {
    z-index: -1;
    transition: opacity 0.4s ease;
    opacity: 0;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(137,151,154), rgb(174,185,189));
    top: 0;
    height: 100%;
}.sign_up_for_updatesJ .email_containers:hover {
    transform: translateY(-3px);
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2), 0 2px 5px rgba(0,0,0,0.1);
}.sign_up_for_updatesJ .email_containers:hover::before {
    opacity: 1;
}.sign_up_for_updatesJ .email_containers:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

@keyframes subtleShift {
    0%, 100% {
        transform: rotate(-3deg) translateZ(0);
    }
    50% {
        transform: rotate(-2deg) translateZ(0);
    }
}

@keyframes subtleFloat {
    0%, 100% {
        transform: perspective(1000px) rotateX(1deg);
    }
    50% {
        transform: perspective(1000px) rotateX(0deg);
    }
}

@keyframes lineGrow {
    0% {
        transform: translateY(-50%) scaleY(0);
    }
    100% {
        transform: translateY(-50%) scaleY(1);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.7);
        opacity: 0;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.sign_up_for_updatesJ {
    padding: 5rem 3rem;
}.sign_up_for_updatesJ .skills_centeru {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.sign_up_for_updatesJ .skills_centeru > div {
    width: 40%;
}.sign_up_for_updatesJ .input_holder {
    width: 60%;
}.sign_up_for_updatesJ h4 {
    font-size: calc(23px * 1.2);
}.sign_up_for_updatesJ h4::before {
    left: -2rem;
    width: 0.4rem;
}
}

@media (max-width: 767px) {.sign_up_for_updatesJ .skills_centeru > div {
    text-align: center;
}.sign_up_for_updatesJ h4 {
    margin-bottom: 1.5rem;
}.sign_up_for_updatesJ h4::before {
    height: 3px;
    animation: mobileLineGrow 1.2s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    top: auto;
    bottom: -1rem;
    left: 50%;
    width: 50px;
    transform: translateX(-50%) scaleX(0);
}.sign_up_for_updatesJ .input_holder span {
    flex: 1 0 100%;
}.sign_up_for_updatesJ .input_holder span:last-child {
    margin-top: 0.5rem;
}
    
    @keyframes mobileLineGrow {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
}

@media (max-width: 480px) {.sign_up_for_updatesJ {
    padding: 3rem 1.5rem;
}.sign_up_for_updatesJ h4 {
    font-size: 23px;
}.sign_up_for_updatesJ input[type="email"],
    .sign_up_for_updatesJ .email_containers {
    font-size: calc(14px * 0.95);
    padding: 0.9rem 1.2rem;
}
}

@media (min-width: 1200px) {.sign_up_for_updatesJ .container {
    padding: 0 2rem;
}.sign_up_for_updatesJ h4 {
    font-size: calc(23px * 1.3);
}.sign_up_for_updatesJ .skills_centeru {
    gap: 4rem;
}}.title_greetingd {
    position: relative;
    min-height: 100vh;
    width: 100%;
    background: rgb(211,220,223);
    overflow: hidden;
}.title_greetingd::before {
    top: 0;
    width: 100%;
    background: 
        linear-gradient(217deg, rgb(174,185,189,0.5), transparent 70%),
        linear-gradient(127deg, rgb(137,151,154,0.5), transparent 70%),
        linear-gradient(336deg, rgba(0, 0, 0, 0.5), transparent 70%);
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
}.title_greetingd::after {
    animation: backgroundMove 50s linear infinite;
    left: -50%;
    top: -50%;
    background-size: 30px 30px;
    content: "";
    position: absolute;
    width: 200%;
    opacity: 0.2;
    height: 200%;
    z-index: 2;
    background: radial-gradient(rgb(174,185,189,0.5) 2px, transparent 4px);
}.title_greetingd .skills_centeru {
    height: 100vh;
    z-index: 3;
    position: relative;
    width: 100%;
}.title_greetingd .course_frontu {
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100vh;
}.title_greetingd .course_frontu input {
    display: none;
}.title_greetingd .learn_pageq {
    width: 100%;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: flex;
    height: 100%;
}.title_greetingd .skill_trackfastu {
    position: relative;
    overflow: hidden;
    flex: 0 0 100%;
    height: 100%;
}.title_greetingd .skill_trackfastu::before {
    z-index: 2;
    inset: 0;
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgb(211,220,223) 0%, transparent 35%, transparent 65%, rgb(211,220,223) 100%);
    mix-blend-mode: multiply;
}.title_greetingd .skill_trackfastu img {
    transition: transform 6s cubic-bezier(0.215, 0.610, 0.355, 1), filter 1s ease;
    width: 100%;
    transform: scale(1.1);
    height: 100%;
    object-fit: cover;
    filter: saturate(0.8) brightness(0.9);
}.title_greetingd .learning_mainU {
    bottom: 40px;
    position: absolute;
    gap: 20px;
    width: 80%;
    z-index: 10;
    display: flex;
    justify-content: center;
    left: 10%;
}.title_greetingd .learning_mainU label {
    width: 50px;
    opacity: 0.2;
    position: relative;
    cursor: pointer;
    height: 6px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    background: #ffffff;
}.title_greetingd .learning_mainU label::before {
    height: 100%;
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    transition: transform 0.5s ease;
    background: rgb(174,185,189);
    width: 100%;
}.title_greetingd .learning_mainU label:hover {
    opacity: 0.6;
}.title_greetingd .learning_mainU label:hover::before {
    transform: translateX(100%);
}.title_greetingd .news_itemF {
    justify-content: center;
    height: 100%;
    display: flex;
    z-index: 5;
    align-items: center;
    width: 100%;
    position: absolute;
}.title_greetingd .news_itemF .container {
    border-radius: 13px;
    backdrop-filter: blur(10px);
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.title_greetingd .news_itemF .container::before {
    z-index: -1;
    width: 300%;
    top: -100%;
    content: "";
    left: -100%;
    opacity: 0.1;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(174,185,189,0.5) 0,
            rgb(174,185,189,0.5) 1px,
            transparent 1px,
            transparent 10px
        );
    animation: backgroundShift 120s linear infinite;
    position: absolute;
    height: 300%;
}.title_greetingd .news_itemF .container::after {
    border-radius: 13px;
    background: linear-gradient(90deg, rgb(174,185,189), rgb(137,151,154)) border-box;
    border: 2px solid transparent;
    z-index: -1;
    content: "";
    mask: 
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    position: absolute;
    inset: 0;
}.title_greetingd .news_itemF h1 {
    display: inline-block;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
}.title_greetingd .news_itemF h1::before {
    left: -20px;
    opacity: 0.7;
    top: -10px;
    content: "";
    border-top: 2px solid rgb(174,185,189);
    z-index: -1;
    position: absolute;
    height: 40px;
    width: 40px;
    border-left: 2px solid rgb(174,185,189);
}.title_greetingd .news_itemF h1::after {
    bottom: -5px;
    height: 2px;
    left: 0;
    content: "";
    width: 0;
    background: linear-gradient(90deg, rgb(174,185,189), rgb(137,151,154));
    position: absolute;
    animation: lineExpand 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}.title_greetingd .news_itemF h3 {
    font-weight: 600;
    font-size: 22px;
    padding-left: 15px;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
}.title_greetingd .news_itemF h3::before {
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(137,151,154);
    top: 0;
    width: 3px;
}.title_greetingd .news_itemF p {
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 10px;
    line-height: 1.8;
    font-size: 18px;
    backdrop-filter: blur(4px);
    color: #ffffff;
    background: rgb(137,151,154);
    border-left: 2px solid rgb(174,185,189);
    padding: 20px;
}.title_greetingd input[type="radio"]:nth-of-type(1):checked ~ .learn_pageq {
    transform: translateX(0%);
}.title_greetingd input[type="radio"]:nth-of-type(2):checked ~ .learn_pageq {
    transform: translateX(-100%);
}.title_greetingd input[type="radio"]:nth-of-type(3):checked ~ .learn_pageq {
    transform: translateX(-200%);
}.title_greetingd input[type="radio"]:nth-of-type(4):checked ~ .learn_pageq {
    transform: translateX(-300%);
}.title_greetingd input[type="radio"]:nth-of-type(5):checked ~ .learn_pageq {
    transform: translateX(-400%);
}.title_greetingd input[type="radio"]:nth-of-type(6):checked ~ .learn_pageq {
    transform: translateX(-500%);
}.title_greetingd input[type="radio"]:nth-of-type(7):checked ~ .learn_pageq {
    transform: translateX(-600%);
}.title_greetingd input[type="radio"]:nth-of-type(8):checked ~ .learn_pageq {
    transform: translateX(-700%);
}.title_greetingd input[type="radio"]:nth-of-type(9):checked ~ .learn_pageq {
    transform: translateX(-800%);
}.title_greetingd input[type="radio"]:nth-of-type(10):checked ~ .learn_pageq {
    transform: translateX(-900%);
}.title_greetingd input[type="radio"]:nth-of-type(1):checked ~ .learning_mainU label:nth-of-type(1),
.title_greetingd input[type="radio"]:nth-of-type(2):checked ~ .learning_mainU label:nth-of-type(2),
.title_greetingd input[type="radio"]:nth-of-type(3):checked ~ .learning_mainU label:nth-of-type(3),
.title_greetingd input[type="radio"]:nth-of-type(4):checked ~ .learning_mainU label:nth-of-type(4),
.title_greetingd input[type="radio"]:nth-of-type(5):checked ~ .learning_mainU label:nth-of-type(5),
.title_greetingd input[type="radio"]:nth-of-type(6):checked ~ .learning_mainU label:nth-of-type(6),
.title_greetingd input[type="radio"]:nth-of-type(7):checked ~ .learning_mainU label:nth-of-type(7),
.title_greetingd input[type="radio"]:nth-of-type(8):checked ~ .learning_mainU label:nth-of-type(8),
.title_greetingd input[type="radio"]:nth-of-type(9):checked ~ .learning_mainU label:nth-of-type(9),
.title_greetingd input[type="radio"]:nth-of-type(10):checked ~ .learning_mainU label:nth-of-type(10) {
    opacity: 1;
    width: 70px;
    background: linear-gradient(90deg, rgb(174,185,189), rgb(137,151,154));
    box-shadow: 0 0 15px rgb(174,185,189,0.5);
}.title_greetingd input[type="radio"]:nth-of-type(1):checked ~ .learn_pageq .skill_trackfastu:nth-of-type(1) img,
.title_greetingd input[type="radio"]:nth-of-type(2):checked ~ .learn_pageq .skill_trackfastu:nth-of-type(2) img,
.title_greetingd input[type="radio"]:nth-of-type(3):checked ~ .learn_pageq .skill_trackfastu:nth-of-type(3) img,
.title_greetingd input[type="radio"]:nth-of-type(4):checked ~ .learn_pageq .skill_trackfastu:nth-of-type(4) img,
.title_greetingd input[type="radio"]:nth-of-type(5):checked ~ .learn_pageq .skill_trackfastu:nth-of-type(5) img,
.title_greetingd input[type="radio"]:nth-of-type(6):checked ~ .learn_pageq .skill_trackfastu:nth-of-type(6) img,
.title_greetingd input[type="radio"]:nth-of-type(7):checked ~ .learn_pageq .skill_trackfastu:nth-of-type(7) img,
.title_greetingd input[type="radio"]:nth-of-type(8):checked ~ .learn_pageq .skill_trackfastu:nth-of-type(8) img,
.title_greetingd input[type="radio"]:nth-of-type(9):checked ~ .learn_pageq .skill_trackfastu:nth-of-type(9) img,
.title_greetingd input[type="radio"]:nth-of-type(10):checked ~ .learn_pageq .skill_trackfastu:nth-of-type(10) img {
    transform: scale(1.2);
    filter: saturate(1.2) brightness(1.1);
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes backgroundMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}

@keyframes backgroundShift {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1024px) {.title_greetingd .news_itemF .container {
    max-width: 80%;
}.title_greetingd .learning_mainU {
    width: 90%;
    left: 5%;
}
}

@media screen and (max-width: 768px) {.title_greetingd .news_itemF {
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
}.title_greetingd .news_itemF .container {
    max-width: 90%;
    padding: 30px;
}.title_greetingd .learning_mainU {
    bottom: 30px;
}.title_greetingd .learning_mainU label {
    height: 5px;
    width: 40px;
}.title_greetingd input[type="radio"]:checked ~ .learning_mainU label {
    width: 60px;
}
}

@media screen and (max-width: 480px) {.title_greetingd .news_itemF {
    padding-top: 60px;
}.title_greetingd .news_itemF .container {
    padding: 20px;
}.title_greetingd .news_itemF h1 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.8);
}.title_greetingd .news_itemF h1::before {
    width: 30px;
    left: -15px;
    height: 30px;
    top: -5px;
}.title_greetingd .news_itemF h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
}.title_greetingd .news_itemF p {
    padding: 15px;
    font-size: calc(18px * 0.9);
}.title_greetingd .learning_mainU {
    gap: 10px;
}.title_greetingd .learning_mainU label {
    height: 4px;
    width: 30px;
}.title_greetingd input[type="radio"]:checked ~ .learning_mainU label {
    width: 45px;
}}.thxDive {
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(137,151,154,0.5), rgb(174,185,189,0.5));
}.thxDive::before {
    transform: rotate(25deg);
    right: -10%;
    position: absolute;
    top: -10%;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    content: "";
    animation: float 20s infinite alternate ease-in-out;
    width: 70%;
    opacity: 0.07;
    height: 70%;
    z-index: -1;
}.thxDive::after {
    content: "";
    bottom: -5%;
    height: 50%;
    position: absolute;
    left: -5%;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    opacity: 0.05;
    transform: rotate(-15deg);
    width: 50%;
    animation: float 15s infinite alternate-reverse ease-in-out;
    z-index: -1;
}.thxDive .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.thxDive .skills_centeru {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    gap: 2.5rem;
    transform-style: preserve-3d;
    display: grid;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
}.thxDive .skills_centeru:hover {
    transform: perspective(1000px) rotateX(0deg);
}.thxDive .skills_centeru > div:first-child {
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 2;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}.thxDive .skills_centeru > div:first-child::before {
    top: 0;
    z-index: 3;
    right: 0;
    background: linear-gradient(90deg, rgb(174,185,189), rgb(137,151,154));
    transform-origin: left;
    transition: transform 0.7s ease;
    position: absolute;
    transform: scaleX(0);
    content: "";
    left: 0;
    height: 5px;
}.thxDive .skills_centeru:hover > div:first-child::before {
    transform: scaleX(1);
}.thxDive .skills_centeru > div:last-child {
    transform: translateY(-10px);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(to right bottom, 
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.7));
    padding: 2.5rem 3rem;
}.thxDive .skills_centeru:hover > div:last-child {
    transform: translateY(0);
}.thxDive h5 {
    position: relative;
    color: rgb(174,185,189);
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    display: inline-block;
}.thxDive h5::after {
    left: 0;
    content: "";
    width: 60px;
    height: 3px;
    bottom: -10px;
    background: rgb(137,151,154);
    transition: width 0.4s ease;
    position: absolute;
}.thxDive .skills_centeru:hover h5::after {
    width: 100%;
}.thxDive a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}.thxDive a:hover {
    transform: translateX(5px);
}.thxDive p {
    line-height: 1.8;
    font-size: 13px;
    position: relative;
    color: #000000;
    margin: 0;
}.thxDive a::before {
    position: absolute;
    top: 0.5rem;
    content: "";
    opacity: 0;
    width: 0.5rem;
    left: -1.5rem;
    background: rgb(137,151,154);
    height: 0.5rem;
    transition: all 0.3s ease;
}.thxDive a:hover::before {
    opacity: 1;
}

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

@media (min-width: 768px) {.thxDive {
    padding: 8rem 0;
}.thxDive .skills_centeru {
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
}.thxDive .skills_centeru > div:first-child {
    transform: translateX(5%);
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}.thxDive .skills_centeru > div:last-child {
    transform: translateY(25px);
    z-index: 1;
    padding-left: 10%;
    margin-left: -5%;
}.thxDive .skills_centeru:hover > div:last-child {
    transform: translateY(15px);
}.thxDive h5 {
    font-size: calc(20px * 1.1);
}.thxDive p {
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.thxDive {
    padding: 10rem 0;
}.thxDive .skills_centeru {
    grid-template-columns: 0.9fr 1.3fr;
}.thxDive .skills_centeru > div:first-child {
    transform: translateX(10%);
    padding: 3rem;
}.thxDive .skills_centeru > div:last-child {
    padding-left: 15%;
    margin-left: -10%;
    transform: translateY(35px);
}.thxDive .skills_centeru:hover > div:last-child {
    transform: translateY(25px);
}.thxDive h5 {
    font-size: calc(20px * 1.2);
}
}

@media (max-width: 767px) {.thxDive {
    padding: 4rem 0;
}.thxDive .skills_centeru > div:first-child,
    .thxDive .skills_centeru > div:last-child {
    padding: 2rem;
}.thxDive h5 {
    font-size: calc(20px * 0.9);
}.thxDive p {
    font-size: calc(13px * 0.95);
}}.privacy_hideoutQ {
    transition: background-color 0.3s, box-shadow 0.3s;
    height: auto;
    overflow: hidden;
    color: #000000;
    padding: 40px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    width: 100%;
}.privacy_hideoutQ h1 {
    margin-top: 40px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 39px;
    color: rgb(174,185,189);
    border-bottom: 2px solid rgb(174,185,189);
    font-weight: 700;
}.privacy_hideoutQ h2 {
    font-weight: 600;
    margin-top: 30px;
    padding-bottom: 5px;
    font-size: 34px;
    color: rgb(137,151,154);
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(137,151,154);
}.privacy_hideoutQ h3, .privacy_hideoutQ h4, .privacy_hideoutQ h5, .privacy_hideoutQ h6 {
    font-size: 19px;
    color: rgb(174,185,189);
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}.privacy_hideoutQ li {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #000000;
}.privacy_hideoutQ section {
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px;
    background: rgb(211,220,223);
}.privacy_hideoutQ p, .privacy_hideoutQ span, .privacy_hideoutQ div {
    margin-bottom: 10px;
    color: #000000;
    font-weight: 300;
    line-height: 1.8;
    font-size: 17px;
}

@media only screen and (max-width: 800px) {.privacy_hideoutQ {
    padding: 20px 10px;
}.privacy_hideoutQ h1 {
    font-size: calc(19px * 0.8);
}.privacy_hideoutQ h2 {
    font-size: calc(19px * 0.8);
}.privacy_hideoutQ h3, .privacy_hideoutQ h4, .privacy_hideoutQ h5, .privacy_hideoutQ h6 {
    font-size: calc(19px * 0.8);
}.privacy_hideoutQ p, .privacy_hideoutQ span, .privacy_hideoutQ div {
    font-size: calc(17px * 0.9);
}}.price_setd {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.price_setd::before {
    bottom: 0;
    content: "";
    z-index: 1;
    left: 0;
    background: linear-gradient(145deg, rgba(21, 27, 45, 0.92), rgba(15, 18, 35, 0.97));
    right: 0;
    top: 0;
    position: absolute;
}.price_setd .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.price_setd .value_pricingp {
    position: relative;
}.price_setd h2 {
    transform: translateY(20px);
    font-size: 36px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    margin-bottom: 20px;
    text-align: center;
}.price_setd .edu_dealsA {
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    text-align: center;
    max-width: 700px;
    transform: translateY(20px);
    word-break: break-word;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    overflow-wrap: break-word;
    opacity: 0;
    font-size: 14px;
    line-height: 1.6;
}.price_setd .deal_gridt {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
    padding: 0;
    list-style: none;
    display: grid;
}.price_setd .deal_gridt li {
    transform: translateY(30px);
    opacity: 0;
    transform-style: preserve-3d;
    animation: fadeSlideUp 0.8s calc(0.6s + var(--i, 0) * 0.15s) forwards ease-out;
    perspective: 1000px;
}.price_setd .deal_gridt li:nth-child(1) {
    --i: 0;
}.price_setd .deal_gridt li:nth-child(2) {
    --i: 1;
}.price_setd .deal_gridt li:nth-child(3) {
    --i: 2;
}.price_setd .deal_gridt li:nth-child(4) {
    --i: 3;
}.price_setd .pricing_tiersj {
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    will-change: transform;
}.price_setd .pricing_tiersj:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.price_setd .premium_planb {
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    height: 100%;
    flex-direction: column;
    padding: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    overflow: hidden;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.08);
}.price_setd .pricing_tiersj:hover .premium_planb {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(rgb(174,185,189,0.5), 0.15);
    border-color: rgba(rgb(174,185,189,0.5), 0.3);
}.price_setd .premium_planb::before {
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(137,151,154,0.5), 0.1) 100%);
    z-index: -1;
    top: -50%;
    transition: opacity 0.8s ease;
    content: "";
    opacity: 0;
    position: absolute;
    width: 200%;
    height: 200%;
    left: -50%;
    transform: rotate(45deg);
}.price_setd .pricing_tiersj:hover .premium_planb::before {
    opacity: 1;
}.price_setd .group_ratesp {
    z-index: 1;
    height: 100%;
    position: relative;
    flex-direction: column;
    display: flex;
}.price_setd .group_ratesp h4 {
    margin-top: 0;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: calc(19px * 1.1);
}.price_setd .group_ratesp h4::after {
    transform: scaleX(0.7);
    width: 50px;
    transition: transform 0.4s ease;
    transform-origin: left;
    margin-top: 10px;
    background: linear-gradient(90deg, rgb(174,185,189), rgba(rgb(174,185,189,0.5), 0.5));
    height: 3px;
    display: block;
    content: "";
}.price_setd .pricing_tiersj:hover .group_ratesp h4::after {
    transform: scaleX(1);
}.price_setd .group_ratesp p {
    flex-grow: 1;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    overflow-y: auto;
    padding-right: 5px;
    margin-bottom: 25px;
    scrollbar-width: thin;
    scrollbar-color: rgba(rgb(174,185,189,0.5), 0.5) rgba(255, 255, 255, 0.05);
    font-size: calc(14px * 0.95);
    max-height: 250px;
    word-break: break-word;
    overflow-wrap: break-word;
}.price_setd .group_ratesp p::-webkit-scrollbar {
    width: 4px;
}.price_setd .group_ratesp p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.price_setd .group_ratesp p::-webkit-scrollbar-thumb {
    background: rgba(rgb(174,185,189,0.5), 0.5);
    border-radius: 10px;
}.price_setd .price_panelR {
    position: relative;
    padding: 5px 0;
    background: linear-gradient(135deg, rgb(174,185,189), rgb(137,151,154));
    font-size: calc(19px * 1.3);
    font-weight: 700;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    align-self: flex-start;
    background-clip: text !important;
    display: inline-block;
    -webkit-background-clip: text !important;
}.price_setd .price_panelR::before {
    background: linear-gradient(90deg, rgb(174,185,189), transparent);
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    bottom: 0;
}

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

@media (max-width: 1200px) {.price_setd {
    padding: 80px 0;
}.price_setd .deal_gridt {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.price_setd h2 {
    font-size: calc(36px * 0.9);
}.price_setd .edu_dealsA {
    font-size: calc(14px * 0.95);
    margin-bottom: 40px;
}.price_setd .premium_planb {
    padding: 25px;
}.price_setd .group_ratesp h4 {
    font-size: calc(19px * 1);
}.price_setd .price_panelR {
    font-size: calc(19px * 1.2);
}
}

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

@media (max-width: 480px) {.price_setd {
    padding: 50px 0;
}.price_setd h2 {
    font-size: calc(36px * 0.8);
}.price_setd .edu_dealsA {
    font-size: calc(14px * 0.9);
    margin-bottom: 30px;
}.price_setd .premium_planb {
    padding: 20px;
}.price_setd .group_ratesp h4 {
    margin-bottom: 10px;
    font-size: calc(19px * 0.95);
}.price_setd .price_panelR {
    font-size: calc(19px * 1.1);
}}header .nav_learningJ {
    z-index: 99;
    padding: 1.5rem 0;
    align-items: center;
    justify-content: space-between;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    overflow: visible;
    background: linear-gradient(120deg, rgb(174,185,189) 0%, rgb(137,151,154,0.5) 100%);
    position: relative;
}header .nav_learningJ::before {
    left: 0;
    z-index: -1;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(137,151,154,0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
}header .nav_learningJ .main_topL {
    margin-left: calc((100vw - 100%) / 2);
    z-index: 2;
    position: relative;
    transition: all 0.4s ease;
    transform: translateY(-5px);
}header .nav_learningJ .main_topL:hover {
    transform: translateY(0) scale(1.05);
}header .nav_learningJ .main_topL .main_mainbarm {
    position: relative;
    padding: 0.5rem 1rem;
    display: block;
}header .nav_learningJ .main_topL .main_mainbarm::before {
    position: absolute;
    top: -10px;
    left: -20px;
    z-index: -1;
    height: calc(100% + 20px);
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    width: calc(100% + 40px);
    content: "";
}header .nav_learningJ .main_topL .main_mainbarm svg {
    filter: drop-shadow(0 0 8px #ffffff);
    height: 2.8rem;
    width: auto;
}header .nav_learningJ .first_classS {
    list-style: none;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    justify-content: flex-end;
    padding: 0;
    padding-right: calc((100vw - 100%) / 2);
    margin: 0;
    display: flex;
    position: relative;
    background: linear-gradient(90deg, transparent, rgb(174,185,189,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    width: 80vw;
}header .nav_learningJ .first_classS::before {
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    z-index: -1;
}header .nav_learningJ .first_classS .top_mainbarW {
    margin: 0;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}header .nav_learningJ .first_classS .top_mainbarW a {
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    font-size: 14px;
    position: relative;
    transform-origin: center;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    display: block;
}header .nav_learningJ .first_classS .top_mainbarW a::after {
    transition: width 0.3s ease;
    background: rgb(137,151,154);
    height: 2px;
    content: "";
    width: 0;
    position: absolute;
    bottom: 0.8rem;
    left: 1.5rem;
}header .nav_learningJ .first_classS .top_mainbarW a:hover {
    transform: translateZ(10px);
    color: rgb(137,151,154);
}header .nav_learningJ .first_classS .top_mainbarW a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .nav_learningJ {
    padding: 1rem 0;
    flex-direction: column;
    align-items: center;
}header .nav_learningJ .main_topL {
    margin-bottom: 1rem;
    margin-left: 0;
}header .nav_learningJ .first_classS {
    clip-path: none;
    justify-content: center;
    background: rgb(174,185,189,0.5);
    padding-right: 0;
    width: 100%;
    flex-wrap: wrap;
}header .nav_learningJ .first_classS .top_mainbarW a {
    padding: 0.8rem 1rem;
}header .nav_learningJ .first_classS .top_mainbarW a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .nav_learningJ .first_classS .top_mainbarW a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .nav_learningJ .first_classS {
    padding: 0.5rem 0;
}header .nav_learningJ .first_classS .top_mainbarW {
    width: 50%;
}header .nav_learningJ .first_classS .top_mainbarW a {
    padding: 0.6rem 0.8rem;
    text-align: center;
    font-size: calc(14px - 2px);
}header .nav_learningJ .first_classS .top_mainbarW a::after {
    display: none;
}}.course_demographicK {
    overflow: hidden;
    position: relative;
    background: #f9f9f9;
    padding: 120px 0;
}.course_demographicK::before {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(174,185,189,0.5);
    width: 6px;
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
}.course_demographicK .skills_centeru {
    margin: 0 auto;
    z-index: 10;
    position: relative;
    padding: 0 30px;
    max-width: 1000px;
    text-align: center;
}.course_demographicK h3 {
    font-weight: 700;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 50px;
    padding: 0 30px;
    border: 3px solid rgb(174,185,189,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 80px;
    display: inline-block;
    color: #000000;
    font-size: 28px;
}.course_demographicK ul {
    padding: 0;
    align-items: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    list-style: none;
}.course_demographicK ul li {
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
    z-index: 2;
    transition: all 0.4s ease;
    gap: 20px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 30px;
    width: 100%;
    text-align: left;
    max-width: 500px;
}.course_demographicK ul li::before {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 5;
    border-radius: 50%;
    position: absolute;
    transform: translateX(-50%);
    background-color: #ffffff;
    left: 50%;
    content: '';
    transition: all 0.4s ease;
    width: 50px;
    height: 50px;
    border: 6px solid rgb(174,185,189,0.5);
    top: -25px;
}.course_demographicK ul li:nth-child(even) {
    text-align: right;
    flex-direction: row-reverse;
}.course_demographicK ul li:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}.course_demographicK ul li:hover::before {
    background-color: rgb(174,185,189,0.5);
    border-color: #ffffff;
}.course_demographicK ul li svg {
    border-radius: 50%;
    transition: all 0.4s ease;
    background-color: rgb(174,185,189,0.5);
    height: 60px;
    padding: 12px;
    width: 60px;
    flex-shrink: 0;
}.course_demographicK ul li:hover svg {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: rotate(360deg);
    background-color: #ffffff;
}.course_demographicK ul li svg path {
    transition: fill 0.4s ease;
    fill: #ffffff;
}.course_demographicK ul li:hover svg path {
    fill: rgb(174,185,189);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_demographicK ul li {
    opacity: 0;
    animation: fadeInFromTop 0.6s ease forwards;
}.course_demographicK ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course_demographicK ul li:nth-child(2) {
    animation-delay: 0.3s;
}.course_demographicK ul li:nth-child(3) {
    animation-delay: 0.5s;
}.course_demographicK ul li:nth-child(4) {
    animation-delay: 0.7s;
}.course_demographicK ul li:nth-child(5) {
    animation-delay: 0.9s;
}.course_demographicK ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.course_demographicK {
    padding: 90px 0;
}.course_demographicK h3 {
    margin-bottom: 60px;
}.course_demographicK ul {
    gap: 60px;
}.course_demographicK ul li {
    padding: 25px;
}.course_demographicK ul li svg {
    width: 50px;
    height: 50px;
    padding: 10px;
}
}

@media (max-width: 768px) {.course_demographicK ul li,
    .course_demographicK ul li:nth-child(even) {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.course_demographicK ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.course_demographicK {
    padding: 70px 0;
}.course_demographicK h3 {
    font-size: calc(28px * 0.85);
    padding: 0 20px;
    margin-bottom: 50px;
}.course_demographicK ul {
    gap: 50px;
}.course_demographicK ul li {
    padding: 20px;
}.course_demographicK ul li::before {
    width: 40px;
    height: 40px;
    top: -25px;
}.course_demographicK ul li svg {
    padding: 8px;
    height: 45px;
    width: 45px;
}
}

@media (prefers-reduced-motion: reduce) {.course_demographicK ul li {
    animation: none;
    opacity: 1;
}.course_demographicK ul li:hover {
    transform: none;
}.course_demographicK ul li:hover svg {
    transform: none;
}
}