* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.peer-help-7 {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    padding: 2px;
    width: thin;
}::-webkit-scrollbar-track {
    background: repeating-linear-gradient(45deg, rgb(115,109,111), rgb(115,109,111) 11px, #ffffff 11px, #ffffff 19px);
}::-webkit-scrollbar-thumb {
    border-radius: 19.1rem;
    transition: box-shadow, border-radius, transform 4.2s ease-in;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(115,109,111,0.5);
    transform: translateX(-2px);
    box-shadow: 3px 1px 3px 5px rgba(0, 0, 0, 0.7);
}::-webkit-scrollbar-thumb:active {
    transform: scale(0.9);
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-corner {
    border-radius: 8px;
    border: 1px dashed rgb(146,142,143);
    background: rgb(179,176,177);
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(179,176,177);
    scrollbar-width: auto;
}.segment-wrapper-9 {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.top-lesson-8 {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1214px;
    max-width: 100%;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    min-height: 100%;
    scroll-behavior: smooth;
    height: 100%;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.opening-board-0 {
    position: relative;
    width: 100%;
    overflow: hidden;
}.opening-board-0 .learn-hero-5 {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    perspective: 1000px;
}.opening-board-0 .learn-hero-5::before {
    right: 0;
    transform: translateZ(-5px);
    z-index: 1;
    position: absolute;
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, rgb(146,142,143,0.5), rgba(0, 0, 0, 0.5) 70%);
    top: 0;
    left: 0;
    backdrop-filter: blur(8px);
}.opening-board-0 .learn-hero-5::after {
    top: -5%;
    content: "";
    animation: ambientGlow 15s infinite alternate ease-in-out;
    width: 110%;
    background: linear-gradient(45deg, rgb(115,109,111,0.5) 0%, transparent 50%);
    position: absolute;
    left: -5%;
    height: 110%;
    z-index: 2;
}.opening-board-0 .academy-team-6 {
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    z-index: 10;
    max-width: 1200px;
    border-left: 4px solid rgb(146,142,143);
    transform: translateZ(20px) rotateX(2deg);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 4rem 3rem;
    transform-style: preserve-3d;
    width: 90%;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.4), 
              0 10px 20px rgba(0,0,0,0.25),
              0 0 0 1px rgba(255,255,255,0.1);
}.opening-board-0 .academy-team-6::before {
    left: 0;
    height: 4px;
    position: absolute;
    content: "";
    opacity: 0.8;
    width: 70%;
    transform: translateX(-20px);
    top: -10px;
    background: rgb(146,142,143);
}.opening-board-0 .academy-team-6::after {
    content: "";
    right: 0;
    height: 4px;
    transform: translateX(20px);
    position: absolute;
    width: 40%;
    opacity: 0.8;
    bottom: -10px;
    background: rgb(115,109,111);
}.opening-board-0 h1 {
    position: relative;
    animation: slideInTitle 1s ease-out forwards;
    margin-bottom: 1.5rem;
    color: #ffffff;
    transform: translateX(-10px);
    font-size: 43px;
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}.opening-board-0 h1::before {
    height: 100%;
    transform: scaleY(0);
    top: 0;
    transform-origin: top;
    content: "";
    animation: lineGrow 1.2s 0.5s ease-out forwards;
    left: -20px;
    background: rgb(146,142,143);
    position: absolute;
    width: 4px;
}.opening-board-0 h3 {
    font-weight: 600;
    line-height: 1.6;
    opacity: 0;
    animation: slideInSubtitle 1s 0.4s ease-out forwards;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    transform: translateX(10px);
    max-width: 85%;
    margin-bottom: 2rem;
    position: relative;
    color: #ffffff;
    font-size: 21px;
}.opening-board-0 p {
    border-left: 2px solid rgb(115,109,111);
    opacity: 0;
    max-width: 80%;
    animation: fadeUp 1s 0.8s ease-out forwards;
    color: #ffffff;
    padding-left: 20px;
    line-height: 1.8;
    transform: translateY(20px);
    font-weight: 400;
    font-size: 12px;
}@keyframes slideInTitle {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@keyframes lineGrow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes ambientGlow {
  0% {
    opacity: 0.3;
    transform: translateX(-5px) translateY(-5px);
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.3;
    transform: translateX(5px) translateY(5px);
  }
}

.opening-board-0 .learn-hero-5:hover {
    transform: scale(1.01);
    transition: transform 0.5s ease;
}.opening-board-0 .learn-hero-5:hover .academy-team-6 {
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    transform: translateZ(25px) rotateX(3deg);
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.4), 
              0 15px 30px rgba(0,0,0,0.3),
              0 0 0 1px rgba(255,255,255,0.15);
}

@media (max-width: 992px) {.opening-board-0 .academy-team-6 {
    padding: 3rem 2.5rem;
    transform: translateZ(10px) rotateX(1deg);
}.opening-board-0 h1 {
    font-size: calc(43px * 0.9);
}.opening-board-0 h3 {
    font-size: calc(21px * 0.95);
    max-width: 95%;
}.opening-board-0 p {
    max-width: 90%;
}
}

@media (max-width: 768px) {.opening-board-0 .learn-hero-5 {
    min-height: 90vh;
}.opening-board-0 .academy-team-6 {
    width: 95%;
    padding: 2.5rem 2rem;
    transform: translateZ(0) rotateX(0);
}.opening-board-0 h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 1.2rem;
}.opening-board-0 h3 {
    margin-bottom: 1.5rem;
    font-size: calc(21px * 0.9);
    max-width: 100%;
}.opening-board-0 p {
    padding-left: 15px;
    max-width: 100%;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.opening-board-0 .learn-hero-5 {
    min-height: 80vh;
}.opening-board-0 .academy-team-6 {
    padding: 2rem 1.5rem;
}.opening-board-0 h1 {
    margin-bottom: 1rem;
    font-size: calc(43px * 0.7);
}.opening-board-0 h3 {
    font-size: calc(21px * 0.85);
    line-height: 1.5;
    margin-bottom: 1.2rem;
}.opening-board-0 p {
    font-size: calc(12px * 0.9);
    padding-left: 12px;
    line-height: 1.6;
}.opening-board-0 .academy-team-6::before,
  .opening-board-0 .academy-team-6::after {
    width: 50%;
}}.course-fit-for-2 {
    padding: 120px 0;
    background: rgb(179,176,177);
    position: relative;
    overflow: hidden;
}.course-fit-for-2::before {
    opacity: 0.3;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    background: radial-gradient(circle at 30% 40%, rgb(146,142,143,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(115,109,111,0.5) 0%, transparent 35%);
}.course-fit-for-2 .how-grow-9 {
    z-index: 1;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.course-fit-for-2 h3 {
    left: 50%;
    margin-bottom: 70px;
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    text-align: center;
    transform: translateX(-50%);
    font-size: 28px;
    font-family: Arial, sans-serif;
}.course-fit-for-2 h3::before {
    width: 100px;
    border-radius: 50%;
    height: 100px;
    border: 2px solid rgb(146,142,143,0.5);
    position: absolute;
    z-index: -1;
    left: -30px;
    top: -20px;
    content: "";
}.course-fit-for-2 h3::after {
    right: -20px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    width: 60px;
    border: 2px solid rgb(115,109,111,0.5);
    height: 60px;
    bottom: -15px;
    content: "";
}.course-fit-for-2 ul {
    justify-items: center;
    margin: 0;
    display: grid;
    padding: 0;
    list-style: none;
    gap: 50px;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
}.course-fit-for-2 ul li {
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    overflow: hidden;
    font-size: 16px;
    padding: 0;
    color: #000000;
    width: 220px;
    align-items: center;
    transition: all 0.4s ease;
    justify-content: flex-start;
    height: 220px;
    z-index: 2;
    background: #ffffff;
}.course-fit-for-2 ul li::before {
    z-index: -1;
    opacity: 0;
    background: linear-gradient(135deg, rgb(146,142,143), rgb(115,109,111));
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    transition: opacity 0.4s ease;
    border-radius: 50%;
    height: 100%;
}.course-fit-for-2 ul li::after {
    left: -10px;
    position: absolute;
    transition: all 0.4s ease;
    top: -10px;
    width: calc(100% + 20px);
    opacity: 0.5;
    border: 2px dashed rgb(146,142,143,0.5);
    content: "";
    height: calc(100% + 20px);
    border-radius: 50%;
    z-index: -2;
}.course-fit-for-2 ul li:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
    color: #ffffff;
}.course-fit-for-2 ul li:hover::before {
    opacity: 1;
}.course-fit-for-2 ul li:hover::after {
    opacity: 0.7;
    transform: scale(1.1) rotate(15deg);
    border-color: rgb(115,109,111);
}.course-fit-for-2 ul li svg {
    margin-top: 45px;
    height: 40px;
    width: 40px;
    transition: all 0.4s ease;
    margin-bottom: 20px;
    flex-shrink: 0;
}.course-fit-for-2 ul li:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}.course-fit-for-2 ul li svg path {
    fill: rgb(146,142,143);
    transition: fill 0.4s ease;
}.course-fit-for-2 ul li:hover svg path {
    fill: #ffffff;
}.course-fit-for-2 ul li > span {
    display: block;
    overflow: hidden;
    padding: 0 30px;
    max-width: 100%;
    max-height: 100px;
}

@media (max-width: 1200px) {.course-fit-for-2 ul {
    gap: 40px;
}.course-fit-for-2 ul li {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 992px) {.course-fit-for-2 {
    padding: 100px 0;
}.course-fit-for-2 h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 60px;
}.course-fit-for-2 ul {
    grid-template-rows: repeat(4, 1fr);
    gap: 35px;
    grid-template-columns: repeat(2, 1fr);
}.course-fit-for-2 ul li {
    height: 220px;
    width: 220px;
}.course-fit-for-2 ul li svg {
    margin-top: 45px;
}
}

@media (max-width: 768px) {.course-fit-for-2 {
    padding: 80px 0;
}.course-fit-for-2 h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 50px;
}.course-fit-for-2 ul {
    gap: 30px;
}.course-fit-for-2 ul li {
    width: 200px;
    height: 200px;
}.course-fit-for-2 ul li svg {
    height: 35px;
    width: 35px;
    margin-top: 40px;
}
}

@media (max-width: 580px) {.course-fit-for-2 {
    padding: 60px 0;
}.course-fit-for-2 .how-grow-9 {
    padding: 0 20px;
}.course-fit-for-2 h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 40px;
}.course-fit-for-2 ul {
    gap: 25px;
    grid-template-columns: 1fr;
}.course-fit-for-2 ul li {
    width: 220px;
    height: 220px;
}
}

@media (max-width: 480px) {.course-fit-for-2 ul li {
    height: 200px;
    width: 200px;
}.course-fit-for-2 ul li svg {
    margin-bottom: 15px;
    width: 30px;
    margin-top: 35px;
    height: 30px;
}.course-fit-for-2 ul li > span {
    padding: 0 20px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    background: rgb(146,142,143);
    opacity: 0.95;
    z-index: -2;
    right: 0;
}footer::after {
    bottom: 0;
    opacity: 0.1;
    content: "";
    z-index: -1;
    right: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(115,109,111) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(115,109,111) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(115,109,111) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(115,109,111) 1px, transparent 1px);
    left: 0;
    top: 0;
    position: absolute;
    background-size: 50px 50px;
}.peer-help-7 {
    color: #ffffff;
    position: relative;
    padding: 4rem 0 2rem;
}.peer-help-7::before {
    background: rgb(115,109,111);
    width: 100%;
    top: 0;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
}.peer-help-7::after {
    top: 3px;
    background-repeat: repeat-x;
    position: absolute;
    content: "";
    background-image: 
        linear-gradient(90deg, 
            rgb(115,109,111) 0px, rgb(115,109,111) 10px,
            transparent 10px, transparent 15px,
            rgb(115,109,111) 15px, rgb(115,109,111) 30px,
            transparent 30px, transparent 35px,
            rgb(115,109,111) 35px, rgb(115,109,111) 40px,
            transparent 40px, transparent 60px,
            rgb(115,109,111) 60px, rgb(115,109,111) 70px,
            transparent 70px, transparent 80px,
            rgb(115,109,111) 80px, rgb(115,109,111) 90px,
            transparent 90px, transparent 110px,
            rgb(115,109,111) 110px, rgb(115,109,111) 120px,
            transparent 120px, transparent 140px
        );
    height: 8px;
    opacity: 0.5;
    left: 0;
    width: 100%;
}.peer-help-7 .container {
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.peer-help-7 .company_holder {
    position: relative;
    flex: 1 1 400px;
    border-radius: 30px;
    padding: 0;
}.peer-help-7 .company_holder::before {
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(115,109,111) 25px, rgb(115,109,111) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(115,109,111) 25px, rgb(115,109,111) 26px, transparent 27px, transparent 49px);
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.1;
    border-radius: 30px;
    position: absolute;
    background-size: 50px 50px;
}.peer-help-7 .company_holder h3 {
    position: relative;
    font-size: 29px;
    padding: 1.5rem 2rem;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: 700;
    color: #ffffff;
    background: rgb(115,109,111);
    margin: 0;
}.peer-help-7 .company_holder h3::after {
    height: 10px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    content: "";
    right: 15px;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
    transform: translateY(-50%);
    top: 50%;
}.peer-help-7 .inclusion-0 {
    border-bottom-left-radius: 30px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-bottom-right-radius: 30px;
    font-size: 17px;
    position: relative;
    color: #ffffff;
    line-height: 1.6;
}.peer-help-7 .inclusion-0::before {
    top: 2rem;
    border-radius: 50%;
    width: 20px;
    left: -10px;
    height: 20px;
    opacity: 0.6;
    background: rgb(115,109,111);
    content: "";
    position: absolute;
}.peer-help-7 .inclusion-0::after {
    right: -10px;
    border-radius: 50%;
    opacity: 0.6;
    background: rgb(115,109,111);
    bottom: 2rem;
    width: 20px;
    position: absolute;
    height: 20px;
    content: "";
}.peer-help-7 .price-table-7 {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.peer-help-7 .top-navbar-1 {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}.peer-help-7 .top-base-3 {
    flex: 1 1 calc(50% - 1.5rem);
    position: relative;
    min-width: 200px;
    border-radius: 30px;
    overflow: hidden;
}.peer-help-7 .top-base-3::before {
    left: 0;
    position: absolute;
    bottom: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    z-index: -1;
    content: "";
    border-radius: 30px;
    top: 0;
    right: 0;
}.peer-help-7 .top-base-3 h5 {
    color: #ffffff;
    position: relative;
    padding: 1rem 1.5rem;
    font-size: 21px;
    font-weight: 600;
    background: rgb(115,109,111);
    display: flex;
    margin: 0;
    align-items: center;
}.peer-help-7 .top-base-3 h5::before {
    width: 8px;
    height: 8px;
    content: "";
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #ffffff;
}.peer-help-7 .top-base-3 h5::after {
    top: 50%;
    background: #ffffff;
    height: 6px;
    right: 15px;
    width: 6px;
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
}.peer-help-7 .top-base-3 .top-navbar-1 {
    flex-direction: column;
    gap: 2px;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    display: flex;
}.peer-help-7 .top-base-3 .top-navbar-1 a {
    text-decoration: none;
    font-size: 17px;
    padding: 0.8rem 1rem 0.8rem 2rem;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    display: block;
}.peer-help-7 .top-base-3 .top-navbar-1 a::before {
    height: 6px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 6px;
    top: 50%;
    position: absolute;
    content: "";
    border-radius: 50%;
    background: rgb(115,109,111);
    left: 0.7rem;
}.peer-help-7 .top-base-3 .top-navbar-1 a:hover {
    background: rgba(255, 255, 255, 0.1);
}.peer-help-7 .top-base-3 .top-navbar-1 a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}.footer-subscribe-8 {
    position: relative;
    background: rgb(115,109,111);
    padding: 2rem 0;
    margin-top: 2.5rem;
}.footer-subscribe-8::before {
    position: absolute;
    height: 5px;
    background-repeat: repeat-x;
    content: "";
    width: 100%;
    left: 0;
    top: -5px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(146,142,143) 20px, rgb(146,142,143) 40px,
            transparent 40px, transparent 60px,
            rgb(146,142,143) 60px, rgb(146,142,143) 80px,
            transparent 80px, transparent 100px,
            rgb(146,142,143) 100px, rgb(146,142,143) 120px
        );
}.footer-subscribe-8 .container {
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
}.footer-subscribe-8 .container::before,
.footer-subscribe-8 .container::after {
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    height: 15px;
    width: 15px;
    content: "";
    position: absolute;
    background: rgb(146,142,143);
}.footer-subscribe-8 .container::before {
    left: 15%;
}.footer-subscribe-8 .container::after {
    right: 15%;
}.footer-subscribe-8 .mod-tools-6 {
    background: rgb(146,142,143);
    color: #ffffff;
    display: inline-block;
    padding: 0.5rem 2rem;
    position: relative;
    font-size: 13px;
    text-align: center;
    border-radius: 30px;
}.footer-subscribe-8 .mod-tools-6::before,
.footer-subscribe-8 .mod-tools-6::after {
    width: 50px;
    position: absolute;
    top: 50%;
    background: rgb(146,142,143);
    content: "";
    transform: translateY(-50%);
    height: 1px;
}.footer-subscribe-8 .mod-tools-6::before {
    right: 100%;
    margin-right: 15px;
}.footer-subscribe-8 .mod-tools-6::after {
    left: 100%;
    margin-left: 15px;
}

@media (max-width: 1200px) {.peer-help-7 .container {
    gap: 2rem;
}.peer-help-7 .company_holder {
    flex: 1 1 350px;
}.peer-help-7 .price-table-7 {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.peer-help-7 .top-navbar-1 {
    gap: 2rem;
}.footer-subscribe-8 .container::before {
    left: 5%;
}.footer-subscribe-8 .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.peer-help-7 {
    padding: 3.5rem 0 1.5rem;
}.peer-help-7 .container {
    flex-direction: column;
    gap: 2.5rem;
}.peer-help-7 .company_holder,
    .peer-help-7 .price-table-7 {
    flex: 1 1 100%;
    min-width: 100%;
}.peer-help-7 .top-base-3 {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.footer-subscribe-8 .container::before,
    .footer-subscribe-8 .container::after {
    display: none;
}
}

@media (max-width: 768px) {.peer-help-7 {
    padding: 3rem 0 1rem;
}.peer-help-7 .top-navbar-1 {
    gap: 1.5rem;
}.peer-help-7 .company_holder h3 {
    font-size: calc(29px - 2px);
    padding: 1.2rem 1.5rem;
}.peer-help-7 .inclusion-0 {
    padding: 1.5rem;
}.peer-help-7 .inclusion-0::before,
    .peer-help-7 .inclusion-0::after {
    display: none;
}.footer-subscribe-8 {
    margin-top: 2rem;
}.footer-subscribe-8 .mod-tools-6::before,
    .footer-subscribe-8 .mod-tools-6::after {
    width: 30px;
}
}

@media (max-width: 576px) {.peer-help-7 {
    padding: 2.5rem 0 0.8rem;
}.peer-help-7 .top-base-3 {
    min-width: 100%;
    flex: 1 1 100%;
}.peer-help-7 .top-navbar-1 {
    gap: 1rem;
}.peer-help-7 .top-base-3 .top-navbar-1 a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.peer-help-7 .top-base-3 .top-navbar-1 a::before {
    left: 0.6rem;
}.footer-subscribe-8 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.footer-subscribe-8 .mod-tools-6::before,
    .footer-subscribe-8 .mod-tools-6::after {
    display: none;
}
}

@media (max-width: 420px) {.peer-help-7::after {
    height: 5px;
    background-size: 100px 5px;
}.peer-help-7 .company_holder h3::after,
    .peer-help-7 .top-base-3 h5::before,
    .peer-help-7 .top-base-3 h5::after {
    display: none;
}.peer-help-7 .top-base-3 h5 {
    padding: 0.8rem 1rem;
}.peer-help-7 .top-base-3 .top-navbar-1 {
    padding: 1rem;
}.footer-subscribe-8 .mod-tools-6 {
    padding: 0.4rem 1.5rem;
    width: 90%;
}}.contact-section-6 {
    padding: 100px 0;
    background: rgb(179,176,177);
    position: relative;
    overflow: hidden;
}.contact-section-6::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(146,142,143,0.5) 0%, transparent 50%, rgb(115,109,111,0.5) 100%);
    height: 100%;
    content: "";
    width: 100%;
}.contact-section-6::after {
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    animation: pulse 15s infinite alternate;
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(146,142,143,0.5) 0%, transparent 30%);
}.contact-section-6 .container {
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.contact-section-6 h3 {
    font-size: 31px;
    font-weight: 700;
    position: relative;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}.contact-section-6 h3::after {
    left: 50%;
    border-radius: 10px;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(146,142,143);
    bottom: -15px;
    width: 80px;
    height: 3px;
    content: "";
}.contact-section-6 .pic-zoom-8 {
    left: 0;
    top: 0;
    opacity: 0.1;
    filter: grayscale(40%) contrast(120%);
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
}.contact-section-6 .pic-zoom-8::after {
    width: 100%;
    background: linear-gradient(to right, rgb(146,142,143,0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
}.connect-grid-9 {
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 10;
    position: relative;
    justify-content: space-between;
    background: #ffffff;
    display: flex;
}.connect-grid-9::before {
    content: "";
    left: 0;
    background: rgb(146,142,143);
    width: 10px;
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
}.connect-grid-9 .support-reach-4 {
    flex: 0 0 60%;
    position: relative;
    padding: 50px;
}.connect-grid-9 .support-reach-4::before {
    right: 0;
    background: linear-gradient(to bottom, transparent, rgb(115,109,111,0.5), transparent);
    height: 100%;
    width: 1px;
    top: 0;
    content: "";
    position: absolute;
}.connect-grid-9 .support-reach-4 h3 {
    margin-bottom: 30px;
    text-align: left;
    font-weight: 600;
    color: #000000;
    font-size: 20px;
}.connect-grid-9 .support-reach-4 h3::after {
    width: 60px;
    left: 0;
    transform: none;
}.connect-grid-9 .support-reach-4 form {
    flex-direction: column;
    display: flex;
}.connect-grid-9 .support-reach-4 input[type="text"],
.connect-grid-9 .support-reach-4 textarea {
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 15px 20px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}.connect-grid-9 .support-reach-4 input[type="text"]:focus,
.connect-grid-9 .support-reach-4 textarea:focus {
    box-shadow: 0 0 0 3px rgb(146,142,143,0.5);
    outline: none;
    border-color: rgb(146,142,143);
}.connect-grid-9 .support-reach-4 textarea {
    min-height: 150px;
    resize: vertical;
}.connect-grid-9 .support-reach-4 .help-panel-9 {
    margin-bottom: 30px;
    display: flex;
    position: relative;
    align-items: flex-start;
}.connect-grid-9 .support-reach-4 .help-panel-9 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect-grid-9 .support-reach-4 .help-panel-9 label {
    position: relative;
    padding-left: 30px;
    font-size: calc(17px - 2px);
    cursor: pointer;
    color: #000000;
    line-height: 1.5;
}.connect-grid-9 .support-reach-4 .help-panel-9 label::before {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 20px;
    width: 20px;
    content: "";
    top: 2px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: absolute;
    left: 0;
}.connect-grid-9 .support-reach-4 .help-panel-9 input[type="checkbox"]:checked + label::before {
    border-color: rgb(146,142,143);
    background: rgb(146,142,143);
}.connect-grid-9 .support-reach-4 .help-panel-9 input[type="checkbox"]:checked + label::after {
    left: 7px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border: solid #ffffff;
    top: 4px;
    content: "";
    height: 12px;
    width: 6px;
    position: absolute;
}.connect-grid-9 .support-reach-4 .help-panel-9 a {
    color: rgb(146,142,143);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}.connect-grid-9 .support-reach-4 .help-panel-9 a:hover {
    text-decoration: underline;
}.connect-grid-9 .support-reach-4 .feedback-help-6 {
    display: inline-block;
    transition: all 0.3s ease;
    overflow: hidden;
    border: none;
    background: rgb(146,142,143);
    align-self: flex-start;
    font-weight: 600;
    z-index: 1;
    position: relative;
    font-size: 19px;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    padding: 15px 30px;
}.connect-grid-9 .support-reach-4 .feedback-help-6::before {
    content: "";
    z-index: -1;
    transition: all 0.5s ease;
    top: 0;
    width: 100%;
    background: rgb(115,109,111);
    left: -100%;
    position: absolute;
    height: 100%;
}.connect-grid-9 .support-reach-4 .feedback-help-6:hover::before {
    left: 0;
}.connect-grid-9 .support-reach-4 .feedback-help-6:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgb(146,142,143,0.5);
}.connect-grid-9 .inquiry-map-2 {
    position: relative;
    padding: 50px;
    background: linear-gradient(135deg, rgb(146,142,143,0.5) 0%, rgb(179,176,177) 100%);
    overflow: hidden;
    flex: 0 0 40%;
}.connect-grid-9 .inquiry-map-2::before {
    top: -50%;
    right: -50%;
    height: 100%;
    animation: rotate 30s linear infinite;
    background: radial-gradient(circle, rgb(146,142,143,0.5) 0%, transparent 70%);
    width: 100%;
    content: "";
    position: absolute;
}.connect-grid-9 .inquiry-map-2 h4 {
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}.connect-grid-9 .inquiry-map-2 h4::after {
    width: 60px;
    border-radius: 10px;
    bottom: -15px;
    background: rgb(146,142,143);
    content: "";
    left: 0;
    height: 3px;
    position: absolute;
}.connect-grid-9 .inquiry-map-2 .message-message-8 {
    list-style: none;
    margin: 0;
    padding: 0;
}.connect-grid-9 .inquiry-map-2 .message-message-8 li {
    z-index: 1;
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
    position: relative;
}.connect-grid-9 .inquiry-map-2 .message-message-8 li:last-child {
    margin-bottom: 0;
}.connect-grid-9 .inquiry-map-2 .message-message-8 li svg {
    margin-right: 15px;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
}.connect-grid-9 .inquiry-map-2 .message-message-8 li svg path {
    transition: all 0.3s ease;
    fill: rgb(146,142,143);
}.connect-grid-9 .inquiry-map-2 .message-message-8 li:hover svg path {
    fill: rgb(115,109,111);
}.connect-grid-9 .inquiry-map-2 .message-message-8 li span {
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
}.connect-grid-9 .inquiry-map-2 .message-message-8 li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}.connect-grid-9 .inquiry-map-2 .message-message-8 li a:hover {
    color: rgb(146,142,143);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.contact-section-6 {
    padding: 80px 0;
}.connect-grid-9 {
    flex-direction: column;
}.connect-grid-9 .support-reach-4,
    .connect-grid-9 .inquiry-map-2 {
    width: 100%;
    flex: 0 0 100%;
}.connect-grid-9 .support-reach-4::before {
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(115,109,111,0.5), transparent);
    width: 100%;
    top: auto;
    right: 0;
    height: 1px;
}
}

@media screen and (max-width: 768px) {.contact-section-6 {
    padding: 60px 0;
}.contact-section-6 h3 {
    font-size: calc(31px - 4px);
}.connect-grid-9 .support-reach-4,
    .connect-grid-9 .inquiry-map-2 {
    padding: 30px;
}.connect-grid-9 .support-reach-4 h3,
    .connect-grid-9 .inquiry-map-2 h4 {
    font-size: calc(20px - 2px);
}.connect-grid-9 .support-reach-4 input[type="text"],
    .connect-grid-9 .support-reach-4 textarea {
    padding: 12px 15px;
}.connect-grid-9 .support-reach-4 .feedback-help-6 {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.contact-section-6 {
    padding: 40px 0;
}.connect-grid-9 .support-reach-4,
    .connect-grid-9 .inquiry-map-2 {
    padding: 20px;
}.connect-grid-9 .inquiry-map-2 .message-message-8 li {
    flex-direction: column;
}.connect-grid-9 .inquiry-map-2 .message-message-8 li svg {
    margin-bottom: 10px;
}}.meet-us-1 {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(179,176,177), rgb(146,142,143,0.5) 85%);
}.meet-us-1::before {
    content: "";
    height: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(rgb(115,109,111), 0.03) 20px,
        rgba(rgb(115,109,111), 0.03) 40px
    );
    left: 0;
    z-index: 0;
    top: 0;
    width: 100%;
}.meet-us-1::after {
    height: 200%;
    z-index: 1;
    width: 70%;
    position: absolute;
    transform: rotate(25deg);
    right: -20%;
    content: "";
    background: linear-gradient(145deg, rgb(146,142,143,0.5) 10%, transparent 70%);
    top: -50%;
    opacity: 0.4;
}.meet-us-1 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
}.meet-us-1 h1 {
    animation: slideTitle 0.8s 0.2s forwards cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 41px;
    opacity: 0;
    font-weight: 700;
    transform: translateX(-1rem);
    position: relative;
    margin-bottom: 3rem;
    display: inline-block;
    color: #000000;
}.meet-us-1 h1::after {
    left: 0;
    height: 4px;
    bottom: -12px;
    content: "";
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgb(146,142,143), rgb(115,109,111));
    width: 0;
    position: absolute;
}.meet-us-1 .fast-learn-3 {
    position: relative;
}.meet-us-1 .fast-learn-3 ul {
    list-style: none;
    margin: 0;
    gap: 3rem;
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
}.meet-us-1 .edu-philosophy-0 {
    backdrop-filter: blur(5px);
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    transform: translateY(20px);
    position: relative;
    border-left: 3px solid rgb(146,142,143);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.4s ease;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 10, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.5) inset;
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}.meet-us-1 .edu-philosophy-0:nth-child(2) {
    animation-delay: 0.6s;
}.meet-us-1 .edu-philosophy-0:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 10, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    transform: translateY(-5px) scale(1.01);
}.meet-us-1 .edu-philosophy-0::before {
    width: 100%;
    z-index: -1;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(115,109,111,0.5), 0.03) 100%);
    position: absolute;
    left: 0;
    top: 0;
}.meet-us-1 .edu-philosophy-0 h4 {
    font-size: calc(19px * 1.2);
    position: relative;
    color: rgb(146,142,143);
    margin-bottom: 1.5rem;
    display: inline-block;
    margin-top: 0;
}.meet-us-1 .edu-philosophy-0 h4::after {
    left: 0;
    content: "";
    background: rgb(115,109,111);
    height: 2px;
    bottom: -8px;
    position: absolute;
    transition: width 0.4s ease;
    width: 40px;
}.meet-us-1 .edu-philosophy-0:hover h4::after {
    width: 100%;
}.meet-us-1 .edu-philosophy-0 div {
    padding-right: 10px;
    overflow-y: auto;
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
    max-height: 250px;
    position: relative;
}.meet-us-1 .edu-philosophy-0 div::-webkit-scrollbar {
    width: 4px;
}.meet-us-1 .edu-philosophy-0 div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.meet-us-1 .edu-philosophy-0 div::-webkit-scrollbar-thumb {
    background: rgb(146,142,143,0.5);
    border-radius: 10px;
}

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

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

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

@media (min-width: 768px) {.meet-us-1 {
    padding: 7rem 0;
}.meet-us-1 h1 {
    font-size: calc(41px * 1.2);
}.meet-us-1 .fast-learn-3 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.meet-us-1 .edu-philosophy-0 {
    padding: 3rem;
}.meet-us-1 .edu-philosophy-0 div {
    max-height: 320px;
}
}

@media (min-width: 1200px) {.meet-us-1 {
    padding: 9rem 0;
}.meet-us-1::after {
    right: -10%;
}.meet-us-1 .container {
    padding: 0 3rem;
}.meet-us-1 h1 {
    margin-bottom: 4rem;
}.meet-us-1 .fast-learn-3 ul {
    gap: 3rem;
}.meet-us-1 .edu-philosophy-0 {
    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);
}.meet-us-1 .edu-philosophy-0:hover {
    transform: translateY(-10px) scale(1.02);
}.meet-us-1 .edu-philosophy-0 div {
    max-height: 350px;
}
}

@media (max-width: 767px) {.meet-us-1 {
    padding: 4rem 0;
}.meet-us-1 h1 {
    font-size: calc(41px * 0.9);
}.meet-us-1 .edu-philosophy-0 {
    padding: 2rem;
    margin-bottom: 2rem;
}.meet-us-1 .edu-philosophy-0 h4 {
    font-size: 19px;
}.meet-us-1 .edu-philosophy-0 div {
    font-size: calc(12px * 0.95);
    max-height: 200px;
}}header {
    z-index: 99;
    position: relative;
    width: 100%;
    overflow: visible;
    background: #ffffff;
}header::before {
    top: 0;
    position: absolute;
    content: "";
    height: 5px;
    background: linear-gradient(to right, rgb(146,142,143), rgb(115,109,111));
    left: 0;
    width: 100%;
}header .main-site-3 {
    display: flex;
    padding: 25px 30px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}header .main-site-3::after {
    background-color: rgb(179,176,177);
    position: absolute;
    left: 0;
    height: 1px;
    content: "";
    bottom: 0;
    width: 100%;
}header .main-site-3 .nav-mainwrap-8 {
    position: relative;
    z-index: 2;
}header .main-site-3 .nav-mainwrap-8 .head-pro-7 {
    overflow: hidden;
    position: relative;
    display: block;
}header .main-site-3 .nav-mainwrap-8 .head-pro-7 svg {
    width: auto;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 40px;
}header .main-site-3 .nav-mainwrap-8 .head-pro-7:hover svg {
    transform: scale(1.08);
}header .main-site-3 .top-base-3 {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}header .main-site-3 .top-base-3 .top-wrap-6 {
    margin: 0 15px;
    position: relative;
}header .main-site-3 .top-base-3 .top-wrap-6:last-child {
    margin-right: 0;
}header .main-site-3 .top-base-3 .top-wrap-6 a {
    letter-spacing: 0.5px;
    padding: 8px 0;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    display: block;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    font-family: Arial, sans-serif;
}header .main-site-3 .top-base-3 .top-wrap-6 a:hover {
    letter-spacing: 1px;
    color: rgb(146,142,143);
}header .main-site-3 .top-base-3 .top-wrap-6 a::before,
header .main-site-3 .top-base-3 .top-wrap-6 a::after {
    left: 0;
    transform-origin: right center;
    width: 100%;
    position: absolute;
    bottom: 0;
    content: "";
    height: 1px;
    background-color: rgb(146,142,143);
}header .main-site-3 .top-base-3 .top-wrap-6 a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}header .main-site-3 .top-base-3 .top-wrap-6 a::after {
    transform-origin: left center;
    background-color: rgb(115,109,111);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform: scaleX(0);
}header .main-site-3 .top-base-3 .top-wrap-6 a:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}header .main-site-3 .top-base-3 .top-wrap-6 a:hover::after {
    transform: scaleX(1);
    transform-origin: right center;
}header .main-site-3 .top-base-3 .top-wrap-6 a::after {
    opacity: 0.3;
    height: 3px;
    bottom: -2px;
}header .main-site-3 .top-base-3 .top-wrap-6:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .main-site-3 {
    flex-direction: column;
    padding: 20px 15px;
}header .main-site-3 .nav-mainwrap-8 {
    margin-bottom: 20px;
}header .main-site-3 .top-base-3 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .main-site-3 .top-base-3 .top-wrap-6 {
    margin: 5px 12px;
}header .main-site-3 .top-base-3 .top-wrap-6 a {
    font-size: calc(17px - 1px);
    padding: 5px 0;
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .main-site-3 {
    padding: 15px 10px;
}header .main-site-3 .nav-mainwrap-8 {
    margin-bottom: 15px;
}header .main-site-3 .nav-mainwrap-8 .head-pro-7 svg {
    height: 35px;
}header .main-site-3 .top-base-3 {
    gap: 5px;
}header .main-site-3 .top-base-3 .top-wrap-6 {
    margin: 2px 10px;
}}.training-structure-9 {
    position: relative;
    padding: 6rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 3rem 0;
    background: linear-gradient(135deg, rgb(179,176,177) 0%, rgb(115,109,111,0.5) 100%);
    overflow: hidden;
}.training-structure-9::before {
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    z-index: 1;
    opacity: 0.7;
    transform: translateY(-5%);
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, rgb(115,109,111,0.5) 0%, transparent 20%, transparent 80%, rgb(115,109,111,0.5) 100%);
    height: 100%;
}.training-structure-9::after {
    height: 200px;
    background: rgb(115,109,111);
    position: absolute;
    opacity: 0.1;
    z-index: 0;
    filter: blur(40px);
    top: -50px;
    animation: pulse 15s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    width: 200px;
    content: "";
    right: -50px;
    border-radius: 50%;
}.training-structure-9:hover::before {
    transform: translateY(0);
}.training-structure-9 .how-grow-9 {
    gap: 2rem;
    margin: 0 auto;
    display: grid;
    z-index: 2;
    position: relative;
    grid-template-columns: 1fr;
    padding: 0 1.5rem;
    max-width: 1200px;
}.training-structure-9 .how-grow-9 > div {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
}.training-structure-9 .how-grow-9 > div::before {
    top: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(146,142,143), rgb(115,109,111));
    content: "";
    left: 0;
    height: 0;
    width: 4px;
    position: absolute;
}.training-structure-9 .how-grow-9 > div:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.training-structure-9 .how-grow-9 > div:hover::before {
    height: 100%;
}.training-structure-9 h3 {
    position: relative;
    color: #000000;
    font-size: calc(34px * 0.9);
    display: inline-block;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    transform: translateZ(20px);
    font-weight: 700;
}.training-structure-9 h3::after {
    transform-origin: left;
    content: "";
    transform: scaleX(0.7);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 3px;
    background: linear-gradient(to right, rgb(146,142,143), rgb(115,109,111));
    left: 0;
    width: 60%;
    position: absolute;
    bottom: -8px;
}.training-structure-9 .how-grow-9 > div:hover h3::after {
    transform: scaleX(1);
}.training-structure-9 p {
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 17px;
    position: relative;
    transform: translateZ(5px);
    line-height: 1.7;
}.training-structure-9 p span {
    display: block;
    border-left: 1px solid rgb(115,109,111,0.5);
    padding-left: 1rem;
    position: relative;
}

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

@media screen and (min-width: 768px) {.training-structure-9 {
    padding: 8rem 0;
}.training-structure-9 .how-grow-9 {
    padding: 0 3rem;
}.training-structure-9 .how-grow-9 > div {
    padding: 4rem;
}.training-structure-9 h3 {
    font-size: 34px;
    margin-bottom: 2rem;
}.training-structure-9 p {
    line-height: 1.75;
    font-size: calc(17px * 1.05);
}.training-structure-9 p span {
    padding-left: 2rem;
}
}

@media screen and (min-width: 992px) {.training-structure-9 {
    padding: 10rem 0;
}.training-structure-9 .how-grow-9 > div {
    width: 90%;
    margin-left: 5%;
}.training-structure-9 h3 {
    font-size: calc(34px * 1.1);
}.training-structure-9 p span {
    border-left: none;
    column-gap: 3rem;
    padding-left: 0;
    column-count: 2;
}
}

@media (prefers-reduced-motion: reduce) {.training-structure-9::after {
    animation: none;
}.training-structure-9 .how-grow-9 > div,
    .training-structure-9 .how-grow-9 > div:hover {
    transition: box-shadow 0.3s ease;
    transform: none;
}
}

@media (hover: none) {.training-structure-9 .how-grow-9 > div {
    transform: none;
}.training-structure-9 .how-grow-9 > div:hover {
    transform: none;
}}.pricing-list-item-1 {
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-accent: rgb(146,142,143);
    --pricing-bg: #f5f7fa;
    position: relative;
    overflow: hidden;
    --card-border: linear-gradient(135deg, rgb(146,142,143), rgb(115,109,111));
    background-color: var(--pricing-bg);
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    padding: 120px 0 80px;
    --card-bg: #ffffff;
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.pricing-list-item-1::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(146,142,143,0.5), rgb(115,109,111,0.5));
    content: "";
    filter: blur(60px);
    top: -10%;
    transform: rotate(-15deg);
    position: absolute;
    height: 50%;
    opacity: 0.5;
    right: -5%;
    width: 35%;
}.pricing-list-item-1::after {
    z-index: 1;
    opacity: 0.4;
    left: -5%;
    position: absolute;
    content: "";
    transform: rotate(15deg);
    width: 30%;
    bottom: -10%;
    background: linear-gradient(225deg, rgb(115,109,111,0.5), rgb(146,142,143,0.5));
    height: 40%;
    filter: blur(50px);
}.pricing-list-item-1 .container {
    max-width: 1400px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.pricing-list-item-1 .plan-matrix-7 {
    flex-direction: column;
    display: flex;
}.pricing-list-item-1 .pricing-deals-9 {
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    text-align: center;
    order: -1;
    margin-right: auto;
}.pricing-list-item-1 .pricing-deals-9 h2 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: #000000;
    font-size: 35px;
}.pricing-list-item-1 .pricing-deals-9 h2::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, rgb(146,142,143), rgb(115,109,111));
    position: absolute;
    content: "";
}.pricing-list-item-1 .plan-details-8 {
    color: #000000;
    overflow-wrap: break-word;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    word-wrap: break-word;
    white-space: normal;
    font-size: calc(13px + 2px);
}.pricing-list-item-1 .fee-schemes-6 {
    width: 100%;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.pricing-list-item-1 .plan-rates-9 {
    color: inherit;
    transform: translateY(0);
    display: block;
    transition: transform var(--card-transition);
    text-decoration: none;
    height: 100%;
}.pricing-list-item-1 .plan-rates-9:hover {
    transform: translateY(-10px);
}.pricing-list-item-1 .pricing-rates-0 {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    background-color: var(--card-bg);
    transition: box-shadow var(--card-transition);
    height: 100%;
    box-shadow: var(--card-shadow);
    border-radius: 26px;
}.pricing-list-item-1 .plan-rates-9:hover .pricing-rates-0 {
    box-shadow: var(--card-hover-shadow);
}.pricing-list-item-1 .pricing-rates-0::before {
    position: absolute;
    transition: transform 0.5s ease;
    height: 5px;
    background: var(--card-border);
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    width: 100%;
    top: 0;
    content: "";
}.pricing-list-item-1 .plan-rates-9:hover .pricing-rates-0::before {
    transform: scaleX(1);
}.pricing-list-item-1 .bundle-rate-1 {
    display: flex;
    z-index: 1;
    flex-grow: 1;
    flex-direction: column;
    position: relative;
    padding: 35px 30px;
}.pricing-list-item-1 .bundle-rate-1 h3 {
    color: #000000;
    transition: color 0.3s ease;
    margin-bottom: 15px;
    font-size: calc(18px + 2px);
    position: relative;
    font-weight: 700;
    display: inline-block;
}.pricing-list-item-1 .plan-rates-9:hover .bundle-rate-1 h3 {
    color: var(--card-accent);
}.pricing-list-item-1 .deal-opts-6 {
    font-size: calc(18px + 6px);
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: var(--card-accent);
    margin-bottom: 20px;
}.pricing-list-item-1 .deal-opts-6::after {
    position: absolute;
    background-color: var(--card-accent);
    transition: width 0.3s ease;
    content: "";
    bottom: -10px;
    width: 40px;
    height: 2px;
    left: 0;
}.pricing-list-item-1 .plan-rates-9:hover .deal-opts-6::after {
    width: 60px;
}.pricing-list-item-1 .bundle-rate-1 p {
    line-height: 1.6;
    white-space: normal;
    font-size: 13px;
    hyphens: auto;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #000000;
    margin-top: 15px;
}.pricing-list-item-1 .pic-zoom-8 {
    width: 100%;
    overflow: hidden;
    height: 200px;
    position: relative;
    transition: transform 0.6s ease;
}.pricing-list-item-1 .pic-zoom-8::after {
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    top: 0;
    transition: opacity 0.4s ease;
    bottom: 0;
    opacity: 0;
    left: 0;
}.pricing-list-item-1 .plan-rates-9:hover .pic-zoom-8::after {
    opacity: 1;
}.pricing-list-item-1 .plan-rates-9:hover .pic-zoom-8 {
    transform: scale(1.05);
}

@media (min-width: 992px) {.pricing-list-item-1 .plan-matrix-7 {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.pricing-list-item-1 .pricing-deals-9 {
    width: 30%;
    text-align: left;
    margin: 0;
    order: 0;
}.pricing-list-item-1 .pricing-deals-9 h2 {
    text-align: left;
    display: block;
}.pricing-list-item-1 .pricing-deals-9 h2::after {
    transform: none;
    left: 0;
}.pricing-list-item-1 .plan-details-8 {
    margin: 0;
    text-align: left;
}.pricing-list-item-1 .fee-schemes-6 {
    width: 70%;
}
}

@media (max-width: 991px) {.pricing-list-item-1 {
    padding: 80px 0 60px;
}.pricing-list-item-1 .fee-schemes-6 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 767px) {.pricing-list-item-1 {
    padding: 60px 0 40px;
}.pricing-list-item-1 .pricing-deals-9 {
    margin-bottom: 40px;
}.pricing-list-item-1 .fee-schemes-6 {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing-list-item-1 .bundle-rate-1 {
    padding: 25px 20px;
}.pricing-list-item-1 .bundle-rate-1 h3 {
    font-size: 18px;
}.pricing-list-item-1 .deal-opts-6 {
    font-size: calc(18px + 2px);
}.pricing-list-item-1 .bundle-rate-1 p {
    font-size: calc(13px - 1px);
}.pricing-list-item-1 .pic-zoom-8 {
    height: 180px;
}
}

@media (max-width: 480px) {.pricing-list-item-1 {
    padding: 50px 0 30px;
}.pricing-list-item-1 .pricing-deals-9 h2 {
    font-size: calc(35px - 4px);
}.pricing-list-item-1 .plan-details-8 {
    font-size: 13px;
}.pricing-list-item-1 .bundle-rate-1 {
    padding: 20px 15px;
}.pricing-list-item-1 .pic-zoom-8 {
    height: 160px;
}}.course-instructor-2 {
    background: linear-gradient(125deg, #000000 0%, rgb(179,176,177) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.course-instructor-2::before {
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    animation: pulse 20s infinite alternate;
    content: "";
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(146,142,143,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(115,109,111,0.5) 0%, transparent 30%);
}.course-instructor-2 .container {
    margin: 0 auto;
    position: relative;
    perspective: 1200px;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.course-instructor-2 .student-perspectives-2 {
    display: grid;
    gap: 10px 30px;
    grid-template-columns: 1.2fr 0.8fr;
    transform-style: preserve-3d;
    position: relative;
    grid-template-rows: auto auto auto;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: rotateY(-10deg);
}.course-instructor-2 .student-perspectives-2:hover {
    transform: rotateY(0deg) translateZ(10px);
}.course-instructor-2 .work-summary-1 {
    border-radius: 15px;
    transform: translateZ(20px);
    position: relative;
    color: #ffffff;
    padding: 50px 40px;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(146,142,143,0.5);
    font-size: 12px;
    margin: 0;
    backdrop-filter: blur(10px);
    z-index: 1;
    grid-area: quote;
    font-weight: 300;
    line-height: 1.7;
}.course-instructor-2 .work-summary-1::before {
    position: absolute;
    line-height: 1;
    content: "";
    top: 15px;
    color: rgb(146,142,143);
    font-size: calc(41px * 2);
    left: 20px;
}.course-instructor-2 .pic-zoom-8 {
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 280px;
    transform: translateZ(40px);
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(146,142,143,0.5);
    grid-area: photo;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
}.course-instructor-2 .student-perspectives-2:hover .pic-zoom-8 {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(146,142,143,0.5);
}.course-instructor-2 .name {
    margin: 0;
    z-index: 2;
    background: rgb(146,142,143);
    grid-area: name;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    font-size: 19px;
    transition: transform 0.3s ease;
    transform: translateZ(30px);
    font-weight: 700;
    padding: 15px 20px;
    color: #ffffff;
}.course-instructor-2 .student-perspectives-2:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.course-instructor-2 .student-perspectives-2 > span:not(.name) {
    z-index: 2;
    grid-area: job;
    transition: transform 0.3s ease;
    padding: 10px 15px;
    font-size: 12px;
    transform: translateZ(25px);
    background: #ffffff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    color: rgb(115,109,111);
    font-weight: 600;
}.course-instructor-2 .student-perspectives-2:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.course-instructor-2 {
    padding: 80px 0;
}.course-instructor-2 .student-perspectives-2 {
    transform: none;
    gap: 15px;
    grid-template-areas:
      "pic-zoom-8"
      "name"
      "career-milestones-0"
      "work-summary-1";
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.course-instructor-2 .work-summary-1,
  .course-instructor-2 .pic-zoom-8,
  .course-instructor-2 .name,
  .course-instructor-2 .student-perspectives-2 > span:not(.name) {
    transform: none;
}.course-instructor-2 .student-perspectives-2:hover .work-summary-1,
  .course-instructor-2 .student-perspectives-2:hover .pic-zoom-8,
  .course-instructor-2 .student-perspectives-2:hover .name,
  .course-instructor-2 .student-perspectives-2:hover > span:not(.name) {
    transform: none;
}.course-instructor-2 .pic-zoom-8 {
    margin: 0 auto;
    width: 90%;
    height: 240px;
}.course-instructor-2 .work-summary-1 {
    padding: 30px;
}.course-instructor-2 .name,
  .course-instructor-2 .student-perspectives-2 > span:not(.name) {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
}

@media (max-width: 576px) {.course-instructor-2 {
    padding: 60px 0;
}.course-instructor-2 .pic-zoom-8 {
    width: 100%;
    height: 200px;
}.course-instructor-2 .work-summary-1 {
    padding: 25px 20px;
    font-size: calc(12px * 0.95);
}.course-instructor-2 .name {
    font-size: calc(19px * 0.9);
}.course-instructor-2 .student-perspectives-2 > span:not(.name) {
    font-size: calc(12px * 0.9);
}}.privacy-vaulting-1 {
    color: #000000;
    flex-direction: column;
    padding: 40px;
    font-family: Arial, sans-serif;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    align-items: center;
    height: auto;
    width: 100%;
    background-color: #ffffff;
    display: flex;
}.privacy-vaulting-1 .container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
}.privacy-vaulting-1 h1, .privacy-vaulting-1 h2 {
    padding: 10px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(90deg, rgb(146,142,143), rgb(115,109,111));
    border-radius: 10px;
    width: 100%;
}.privacy-vaulting-1 h1 {
    margin-top: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    font-size: 38px;
}.privacy-vaulting-1 h2 {
    letter-spacing: 1px;
    margin-top: 25px;
    font-weight: 600;
    font-size: 33px;
    margin-bottom: 15px;
}.privacy-vaulting-1 ul {
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0;
}.privacy-vaulting-1 li {
    justify-content: flex-start;
    font-size: 13px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px;
    align-items: center;
    display: flex;
    background-color: rgb(115,109,111,0.5);
    color: #000000;
}.privacy-vaulting-1 li::before {
    color: rgb(146,142,143);
    content: '✔';
    margin-right: 10px;
    font-size: 1.2em;
}.privacy-vaulting-1 p, .privacy-vaulting-1 span, .privacy-vaulting-1 div {
    margin-bottom: 10px;
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.privacy-vaulting-1 {
    padding: 20px;
}.privacy-vaulting-1 h1 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: calc(24px - 5px);
}.privacy-vaulting-1 h2 {
    margin-top: 20px;
    font-size: calc(24px - 3px);
    margin-bottom: 10px;
}.privacy-vaulting-1 ul, .privacy-vaulting-1 ol {
    padding: 0;
    margin: 10px 0;
}.privacy-vaulting-1 li {
    margin-bottom: 10px;
    font-size: calc(13px - 1px);
}.privacy-vaulting-1 p, .privacy-vaulting-1 span, .privacy-vaulting-1 div {
    font-size: calc(13px - 1px);
    margin-bottom: 8px;
}}
.course-offering-1 {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(179,176,177) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.course-offering-1::before {
    right: -50px;
    opacity: 0.3;
    position: absolute;
    border-radius: 50%;
    animation: floatEffect 15s infinite alternate ease-in-out;
    top: -50px;
    background: radial-gradient(circle, rgb(146,142,143,0.5) 0%, transparent 70%);
    width: 200px;
    content: "";
    height: 200px;
}.course-offering-1::after {
    opacity: 0.2;
    height: 150px;
    width: 150px;
    position: absolute;
    left: -30px;
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
    bottom: -30px;
    content: "";
    background: radial-gradient(circle, rgb(115,109,111,0.5) 0%, transparent 70%);
}.course-offering-1 .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.course-offering-1 .learn-explore-2 {
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
    transform-style: preserve-3d;
    display: grid;
    perspective: 1000px;
}.course-offering-1 .pic-zoom-8 {
    transform: translateZ(20px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 350px;
    transition: transform 0.5s ease-out;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
}.course-offering-1 .pic-zoom-8::before {
    width: 100%;
    content: "";
    position: absolute;
    mix-blend-mode: overlay;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(146,142,143,0.5) 0%, transparent 50%);
    opacity: 0.6;
}.course-offering-1 .pic-zoom-8::after {
    animation: orbitEffect 20s infinite linear;
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    width: 200%;
    left: -50%;
    position: absolute;
    height: 200%;
    top: -50%;
}.course-offering-1 .words-container-9 {
    transition: transform 0.4s ease-out;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(5px);
    transform: translateZ(10px);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}.course-offering-1 .words-container-9:hover {
    transform: translateZ(15px);
}.course-offering-1 h3 {
    line-height: 1.4;
    margin-bottom: 25px;
    font-size: calc(23px * 1.1);
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    color: rgb(146,142,143);
}.course-offering-1 h3::after {
    height: 3px;
    transform: scaleX(1);
    transform-origin: left;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(146,142,143) 0%, rgb(115,109,111) 100%);
    width: 60px;
    position: absolute;
    left: 0;
    content: "";
    transition: transform 0.4s ease-out;
}.course-offering-1 .words-container-9:hover h3::after {
    transform: scaleX(1.5);
}.course-offering-1 .description {
    margin-bottom: 20px;
    scrollbar-width: thin;
    overflow-y: auto;
    scrollbar-color: rgb(115,109,111,0.5) transparent;
    font-size: 12px;
    position: relative;
    color: #000000;
    max-height: 300px;
    line-height: 1.8;
}.course-offering-1 .description::-webkit-scrollbar {
    width: 6px;
}.course-offering-1 .description::-webkit-scrollbar-track {
    background: transparent;
}.course-offering-1 .description::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(115,109,111,0.5);
}.course-offering-1 p.description {
    display: block;
}.course-offering-1 span.description {
    display: none;
}.course-offering-1 .learn-explore-2 div {
    position: relative;
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, 20px);
    }
}

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

@media (min-width: 768px) {.course-offering-1 .learn-explore-2 {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}.course-offering-1 .pic-zoom-8 {
    transform: translateZ(30px) rotateY(-3deg);
    height: 450px;
}.course-offering-1 h3 {
    font-size: 34px;
    margin-bottom: 30px;
}.course-offering-1 h3::after {
    width: 80px;
}.course-offering-1 .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course-offering-1 {
    padding: 150px 0;
}.course-offering-1 .container {
    padding: 0 40px;
}.course-offering-1 .learn-explore-2 {
    gap: 80px;
}.course-offering-1 .pic-zoom-8 {
    height: 500px;
    transform: translateZ(40px) rotateY(-5deg);
}.course-offering-1 .words-container-9 {
    padding: 40px;
    transform: translateZ(20px) rotateY(2deg);
}.course-offering-1 .words-container-9:hover {
    transform: translateZ(25px) rotateY(2deg);
}.course-offering-1 .description {
    max-height: 400px;
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.course-offering-1 .pic-zoom-8 {
    height: 550px;
}.course-offering-1 .learn-explore-2 {
    gap: 100px;
}.course-offering-1 .description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.course-offering-1 {
    padding: 80px 0;
}.course-offering-1 .container {
    padding: 0 15px;
}.course-offering-1 .words-container-9 {
    padding: 25px 20px;
}.course-offering-1 h3 {
    font-size: 19px;
    margin-bottom: 20px;
}.course-offering-1 .description {
    max-height: 250px;
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}.thxWrapper-2 {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(146,142,143,0.5), rgb(115,109,111), rgb(146,142,143));
}.thxWrapper-2::before {
    animation: shimmer 15s infinite linear;
    background-size: 60px 60px, 40px 40px;
    position: absolute;
    opacity: 0.6;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
}.thxWrapper-2::after {
    z-index: -1;
    transform: rotate(-15deg) skew(20deg);
    content: "";
    height: 70%;
    width: 40%;
    top: -10%;
    position: absolute;
    right: -5%;
    background: linear-gradient(160deg, rgb(115,109,111,0.5), transparent);
    filter: blur(40px);
}.thxWrapper-2 .container {
    z-index: 1;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}.thxWrapper-2 .how-grow-9 {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.95);
    transform-origin: center bottom;
    padding: 3.5rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
}.thxWrapper-2 .how-grow-9::before {
    top: 0;
    transform-origin: left center;
    height: 6px;
    width: 100%;
    opacity: 0.9;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(146,142,143), rgb(115,109,111), rgb(146,142,143));
    content: "";
    animation: shimmerBorder 3s infinite linear;
}.thxWrapper-2 .how-grow-9::after {
    background: rgba(0, 0, 0, 0.07);
    content: "";
    border-radius: 50%;
    bottom: -20px;
    width: 90%;
    position: absolute;
    z-index: -1;
    left: 5%;
    filter: blur(15px);
    height: 20px;
}.thxWrapper-2 .how-grow-9 > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.thxWrapper-2 .how-grow-9 > div:first-child::after {
    background: rgb(115,109,111);
    position: absolute;
    height: 3px;
    left: 0;
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
    width: 60px;
    bottom: -0.75rem;
    content: "";
    transform: scaleX(0);
}.thxWrapper-2 h5 {
    margin: 0;
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.4;
    transform: translateY(20px);
    opacity: 0;
    font-size: 21px;
    font-weight: 700;
    color: #000000;
}.thxWrapper-2 p {
    line-height: 1.8;
    transform: translateY(20px);
    opacity: 0;
    margin: 0;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.thxWrapper-2 a {
    display: block;
    color: inherit;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}.thxWrapper-2 a::before {
    content: "";
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    transform-origin: right center;
    bottom: -10px;
    width: 30%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    right: 0;
    background: rgb(146,142,143,0.5);
}.thxWrapper-2 a:hover {
    transform: translateX(5px);
}.thxWrapper-2 a:hover::before {
    transform: scaleX(1);
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {.thxWrapper-2 {
    padding: 4rem 1.5rem;
}.thxWrapper-2 .how-grow-9 {
    padding: 2rem;
    transform: none;
}.thxWrapper-2 .how-grow-9::before {
    height: 4px;
}.thxWrapper-2 h5 {
    font-size: calc(21px * 0.85);
}.thxWrapper-2 p {
    font-size: calc(15px * 0.95);
}
}

@media screen and (max-width: 576px) {.thxWrapper-2 {
    padding: 3rem 1rem;
}.thxWrapper-2 .how-grow-9 {
    padding: 1.75rem;
}.thxWrapper-2 .how-grow-9::before {
    height: 3px;
}.thxWrapper-2 h5 {
    font-size: calc(21px * 0.8);
}.thxWrapper-2 p {
    line-height: 1.7;
    font-size: calc(15px * 0.9);
}.thxWrapper-2 .how-grow-9 > div:first-child {
    margin-bottom: 1.5rem;
}}.privacyPolicyOverlay-6 {
    width: 100%;
    position: fixed;
    background: rgb(179,176,177);
    padding: 20px 0;
    justify-content: center;
    border-top: 3px solid rgb(146,142,143);
    bottom: 0;
    display: flex;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    z-index: 100;
}.user-tracker-8 {
    padding: 20px;
    max-width: 1200px;
    justify-content: space-between;
    display: flex;
    border: 2px solid rgb(146,142,143);
    align-items: center;
    border-radius: 10px;
    width: 90%;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
}.data-control-0 {
    flex-shrink: 0;
    margin-right: 20px;
}.data-control-0 svg {
    fill: rgb(146,142,143);
    height: 50px;
    width: 50px;
}.visitor-settings-7 {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}.visitor-settings-7 h5 {
    color: rgb(146,142,143);
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}.visitor-settings-7 p {
    color: #ffffff;
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}.visitor-settings-7 p a {
    text-decoration: underline;
    color: rgb(146,142,143);
}.digital-cookies-0 {
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    border: none;
    min-width: 120px;
    background: rgb(146,142,143);
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
    flex-shrink: 0;
    color: #ffffff;
}.cookie_button.cookie-all-0 {
    margin-right: 10px;
}#overlayCookieInfo-8 {
    display: none;
}#overlayCookieInfo-8:checked ~ .privacyPolicyOverlay-6 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.user-tracker-8 {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.data-control-0 {
    margin-bottom: 20px;
    margin-right: 0;
}.digital-cookies-0 {
    margin: 10px 0;
    max-width: 250px;
    width: 100%;
}
}
