* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}.wrap-structure-R {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.container {
    width: 1267px;
    max-width: 100%;
    margin: auto;
}.rating-stars-l {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.nav-sitewrap-L {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-benefits-z {
    overflow: hidden;
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, rgb(191,233,206) 0%, #ffffff 100%);
    position: relative;
}.course-benefits-z::before {
    content: "";
    width: 100%;
    z-index: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(155,199,170,0.5) 0%, transparent 60%);
    top: 0;
    height: 100%;
    left: 0;
    pointer-events: none;
}.course-benefits-z::after {
    background: radial-gradient(circle, rgb(119,166,135,0.5) 0%, transparent 70%);
    bottom: -5%;
    position: absolute;
    right: -5%;
    pointer-events: none;
    height: 40%;
    z-index: 0;
    content: "";
    width: 40%;
}.course-benefits-z h5 {
    text-align: center;
    font-size: 22px;
    color: #000000;
    transition: transform 0.5s ease;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 3rem;
    font-weight: 700;
}.course-benefits-z h5::after {
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(155,199,170), rgb(119,166,135));
    bottom: -12px;
    border-radius: 10px;
    width: 80px;
}.course-benefits-z .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.course-benefits-z .learn-way-q {
    overflow: hidden;
    background: #ffffff;
    gap: 2rem;
    border-radius: 19px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    transform: translateY(0);
}.course-benefits-z .learn-way-q:hover {
    transform: translateY(-10px);
}.course-benefits-z .media-image-R {
    height: auto;
    aspect-ratio: 16/9;
    object-position: center;
    width: 100%;
    transition: transform 1.2s ease;
    object-fit: cover;
}.course-benefits-z .learn-way-q:hover .media-image-R {
    transform: scale(1.05);
}.course-benefits-z .details-box-r {
    position: relative;
    padding: 2rem;
}.course-benefits-z .details-box-r::before {
    width: calc(100% - 40px);
    left: 20px;
    background: linear-gradient(to right, transparent, rgb(119,166,135,0.5), transparent);
    content: "";
    height: 1px;
    top: 0;
    position: absolute;
}.course-benefits-z ul {
    margin: 0;
    gap: 1.2rem;
    list-style: none;
    display: grid;
    padding: 0;
}.course-benefits-z li {
    align-items: flex-start;
    padding-left: 2.5rem;
    transform: translateX(0);
    position: relative;
    transition: transform 0.3s ease-out;
    display: flex;
}.course-benefits-z li:hover {
    transform: translateX(5px);
}.course-benefits-z li p {
    align-items: flex-start;
    font-size: 16px;
    margin: 0;
    color: #000000;
    display: flex;
    gap: 0.5rem;
    line-height: 1.6;
}.course-benefits-z li svg {
    left: 0;
    position: absolute;
    top: 3px;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}.course-benefits-z li:hover svg {
    transform: rotate(5deg) scale(1.1);
}.course-benefits-z li svg path {
    fill: rgb(155,199,170);
    transition: fill 0.3s ease;
}.course-benefits-z li:hover svg path:first-child {
    fill: rgb(119,166,135);
}.course-benefits-z li:nth-child(odd) {
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 0));
    transform: translateY(0);
    animation: fadeInFromLeft 0.5s forwards;
}.course-benefits-z li:nth-child(even) {
    animation: fadeInFromRight 0.5s forwards;
    transform: translateY(0);
    animation-delay: calc(0.1s * var(--i, 0));
    opacity: 0;
}

@keyframes fadeInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@media (min-width: 768px) {.course-benefits-z {
    padding: 7rem 2rem;
}.course-benefits-z h5 {
    font-size: calc(22px * 1.2);
    margin-bottom: 4rem;
}.course-benefits-z h5::after {
    width: 120px;
}.course-benefits-z .learn-way-q {
    flex-direction: row;
    align-items: stretch;
}.course-benefits-z .learn-way-q > div:first-child {
    flex: 0 0 40%;
    overflow: hidden;
}.course-benefits-z .media-image-R {
    height: 100%;
    aspect-ratio: auto;
}.course-benefits-z .details-box-r {
    padding: 3rem;
    display: flex;
    align-items: center;
    flex: 0 0 60%;
}.course-benefits-z .details-box-r::before {
    background: linear-gradient(to bottom, transparent, rgb(119,166,135,0.5), transparent);
    width: 1px;
    top: 20px;
    height: calc(100% - 40px);
    left: 0;
}.course-benefits-z ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.course-benefits-z {
    padding: 8rem 3rem;
}.course-benefits-z h5 {
    font-size: calc(22px * 1.4);
}.course-benefits-z .learn-way-q {
    gap: 0;
}.course-benefits-z .learn-way-q > div:first-child {
    flex: 0 0 45%;
}.course-benefits-z .details-box-r {
    flex: 0 0 55%;
    padding: 4rem;
}.course-benefits-z li {
    padding-left: 3rem;
}.course-benefits-z li p {
    font-size: calc(16px * 1.05);
    line-height: 1.7;
}.course-benefits-z li svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 767px) {.course-benefits-z {
    padding: 4rem 1rem;
}.course-benefits-z h5 {
    font-size: calc(22px * 0.9);
    margin-bottom: 2rem;
}.course-benefits-z ul {
    gap: 1rem;
}.course-benefits-z li {
    margin-bottom: 0.5rem;
}.course-benefits-z li p {
    line-height: 1.5;
    font-size: calc(16px * 0.95);
}.course-benefits-z li svg {
    top: 2px;
    height: 20px;
    width: 20px;
}}.join-our-community-q {
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(155,199,170,0.5), rgb(119,166,135), rgb(155,199,170));
    perspective: 1000px;
    margin: 4rem 0;
    padding: 3rem 0;
    overflow: hidden;
}.join-our-community-q::before {
    left: -50%;
    height: 200%;
    background: linear-gradient(45deg, transparent 20%, rgb(255, 255, 255, 0.5) 25%, transparent 30%);
    top: -50%;
    width: 200%;
    opacity: 0.07;
    position: absolute;
    transform: rotate(-15deg);
    content: '';
    animation: lightShift 8s ease-in-out infinite alternate;
}.join-our-community-q::after {
    transform-origin: bottom right;
    transform: skewY(-3deg);
    position: absolute;
    height: 40%;
    bottom: 0;
    background: linear-gradient(to top, rgb(155,199,170,0.5) 0%, transparent 100%);
    right: 0;
    content: '';
    opacity: 0.2;
    width: 100%;
}.join-our-community-q .container {
    max-width: 1200px;
    transform-style: preserve-3d;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.join-our-community-q .learn-way-q {
    grid-template-columns: 1fr;
    transition: transform 0.5s ease-out;
    display: grid;
    transform: translateZ(0);
    gap: 2rem;
}.join-our-community-q .learn-way-q:hover {
    transform: translateZ(20px);
}.join-our-community-q h4 {
    transform: translateZ(10px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    font-weight: 600;
    font-size: 23px;
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.01em;
}.join-our-community-q .input_holder {
    flex-direction: column;
    transform: translateZ(15px) translateY(5px);
    display: flex;
    position: relative;
    gap: 1rem;
}.join-our-community-q .input_holder span {
    position: relative;
    display: block;
    width: 100%;
}.join-our-community-q .input_holder span::before {
    background: linear-gradient(90deg, rgb(119,166,135,0.5), rgb(155,199,170,0.5));
    bottom: -3px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: right;
    filter: blur(3px);
    content: '';
    width: 100%;
    transform: scaleX(0);
    left: 0;
    z-index: -1;
    height: 5px;
}.join-our-community-q .input_holder span:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.join-our-community-q input[type="email"] {
    backdrop-filter: blur(5px);
    background-color: rgba(255,255,255,0.15);
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 13px;
    border: 2px solid rgb(255, 255, 255, 0.5);
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    padding: 1rem 1.5rem;
}.join-our-community-q input[type="email"]::placeholder {
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: rgba(255,255,255,0.7);
}.join-our-community-q input[type="email"]:focus {
    box-shadow: 0 7px 20px rgba(0,0,0,0.12);
    transform: translateZ(5px) translateY(-2px);
    outline: none;
    background-color: rgba(255,255,255,0.25);
    border-color: #ffffff;
}.join-our-community-q input[type="email"]:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.5;
}.join-our-community-q .subscribe-area-A {
    position: relative;
    font-weight: 600;
    z-index: 1;
    background: linear-gradient(135deg, rgb(119,166,135), rgb(155,199,170));
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 0.75rem 1.5rem;
    font-size: 17px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    letter-spacing: 0.03em;
    color: #ffffff;
    border: none;
    cursor: pointer;
}.join-our-community-q .subscribe-area-A::before {
    position: absolute;
    content: '';
    transition: opacity 0.4s ease;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(155,199,170), rgb(119,166,135));
    top: 0;
    height: 100%;
    opacity: 0;
    z-index: -1;
}.join-our-community-q .subscribe-area-A:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transform: translateY(-3px) scale(1.02);
}.join-our-community-q .subscribe-area-A:hover::before {
    opacity: 1;
}.join-our-community-q .subscribe-area-A:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    transform: translateY(1px) scale(0.98);
}

@keyframes lightShift {
    0% {
        transform: rotate(-15deg) translateX(-5%) translateY(2%);
    }
    100% {
        transform: rotate(-12deg) translateX(5%) translateY(-2%);
    }
}

@media (min-width: 768px) {.join-our-community-q {
    padding: 4rem 0;
}.join-our-community-q .learn-way-q {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.join-our-community-q h4 {
    transform: translateZ(25px) translateX(10px);
    max-width: 90%;
    font-size: calc(23px * 1.1);
}.join-our-community-q .input_holder {
    transform: translateZ(35px) translateY(0);
    flex-direction: row;
}.join-our-community-q input[type="email"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}.join-our-community-q .subscribe-area-A {
    border-bottom-left-radius: 0;
    white-space: nowrap;
    border-top-left-radius: 0;
}
}

@media (min-width: 992px) {.join-our-community-q {
    padding: 5rem 0;
}.join-our-community-q::before {
    animation-duration: 12s;
}.join-our-community-q .learn-way-q {
    gap: 4rem;
}.join-our-community-q h4 {
    max-width: 85%;
    font-size: calc(23px * 1.2);
    transform: translateZ(40px) translateX(20px) rotateY(2deg);
}.join-our-community-q .input_holder {
    transform: translateZ(50px) translateY(0) rotateY(-2deg);
}
}

@media (max-width: 767px) {.join-our-community-q {
    padding: 2.5rem 0;
    margin: 3rem 0;
}.join-our-community-q h4 {
    text-align: center;
    margin-bottom: 1.5rem;
}.join-our-community-q .subscribe-area-A {
    margin-top: 0.5rem;
    width: 100%;
}.join-our-community-q::before {
    opacity: 0.05;
}
}

@media (hover: none) {.join-our-community-q .learn-way-q:hover {
    transform: translateZ(0);
}.join-our-community-q input[type="email"]:focus {
    transform: none;
}.join-our-community-q .subscribe-area-A:hover {
    transform: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}}.analysis-summary-F {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    color: #ffffff;
}.analysis-summary-F::before {
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.9;
    position: absolute;
}.analysis-summary-F::after {
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 2;
    content: "";
    background: radial-gradient(ellipse at center, rgb(155,199,170,0.5) 0%, transparent 70%);
    opacity: 0.1;
    top: 0;
}.analysis-summary-F .container {
    max-width: 1200px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
}.analysis-summary-F .statistics-advances-b {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    padding: 40px;
    position: relative;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
}.analysis-summary-F .knowledge-gains-t {
    justify-content: center;
    display: flex;
    border-radius: 10px;
    width: 60px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 15px;
    align-items: center;
    margin-right: 20px;
    background: linear-gradient(135deg, rgb(155,199,170) 0%, rgb(119,166,135) 100%);
    height: 60px;
    flex-shrink: 0;
}.analysis-summary-F .knowledge-gains-t svg {
    height: 100%;
    fill: #ffffff;
    width: 100%;
}.analysis-summary-F .knowledge-gains-t svg path {
    fill: #ffffff;
}.analysis-summary-F .knowledge-upgrade-b {
    position: relative;
    font-size: 29px;
    margin: 0 0 10px;
    font-weight: 700;
}.analysis-summary-F .success-statistics-r {
    max-width: 700px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.7;
}.analysis-summary-F .statistics-tracks-c {
    position: relative;
    padding-bottom: 10px;
    -ms-overflow-style: none;
    margin: 0 -10px;
    overflow-x: auto;
    scrollbar-width: none;
    display: flex;
}.analysis-summary-F .statistics-tracks-c::-webkit-scrollbar {
    display: none;
}.analysis-summary-F .statistics-tracks-c::after {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.1) 20%, 
        rgba(255, 255, 255, 0.1) 80%, 
        transparent 100%);
    bottom: 0;
    content: "";
    left: 10px;
    right: 10px;
}.analysis-summary-F .program-statistics-T {
    background: rgba(255, 255, 255, 0.03);
    flex-direction: column;
    padding: 20px 15px;
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 10px;
    min-width: calc(25% - 20px);
    border-radius: 8px;
    transition: all 0.3s ease;
    align-items: center;
}.analysis-summary-F .program-statistics-T::before {
    top: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(155,199,170) 0%, rgb(119,166,135) 100%);
    height: 3px;
    opacity: 0;
    left: 0;
}.analysis-summary-F .program-statistics-T:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}.analysis-summary-F .program-statistics-T:hover::before {
    opacity: 1;
}.analysis-summary-F .statistics-pluses-t {
    margin-bottom: 15px;
    display: flex;
    position: relative;
    width: 40px;
    justify-content: center;
    height: 40px;
    align-items: center;
}.analysis-summary-F .statistics-pluses-t::after {
    width: 48px;
    transition: all 0.3s ease;
    z-index: -1;
    left: 50%;
    border-radius: 50%;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 50%;
    height: 48px;
    transform: translate(-50%, -50%);
}.analysis-summary-F .program-statistics-T:hover .statistics-pluses-t::after {
    width: 52px;
    border-color: rgba(rgb(155,199,170), 0.3);
    height: 52px;
}.analysis-summary-F .statistics-pluses-t svg {
    fill: rgb(119,166,135);
    height: 100%;
    transition: all 0.3s ease;
    width: 100%;
}.analysis-summary-F .statistics-pluses-t svg path {
    fill: rgb(119,166,135);
}.analysis-summary-F .program-statistics-T:hover .statistics-pluses-t svg {
    fill: rgb(155,199,170);
}.analysis-summary-F .program-statistics-T:hover .statistics-pluses-t svg path {
    fill: rgb(155,199,170);
}.analysis-summary-F .program-statistics-T span {
    margin-bottom: 8px;
    position: relative;
    color: #ffffff;
    animation: numberFadeUp 0.5s forwards 0.2s;
    display: block;
    transform: translateY(10px);
    opacity: 0;
    font-size: calc(21px + 4px);
    font-weight: 700;
}.analysis-summary-F .program-statistics-T:nth-child(2) span {
    animation-delay: 0.3s;
}.analysis-summary-F .program-statistics-T:nth-child(3) span {
    animation-delay: 0.4s;
}.analysis-summary-F .program-statistics-T:nth-child(4) span {
    animation-delay: 0.5s;
}@keyframes numberFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.analysis-summary-F .program-statistics-T p {
    margin: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}.analysis-summary-F .program-statistics-T:nth-child(1) {
    animation: fadeInSlide 0.4s ease forwards;
}.analysis-summary-F .program-statistics-T:nth-child(2) {
    animation: fadeInSlide 0.4s ease forwards 0.1s;
}.analysis-summary-F .program-statistics-T:nth-child(3) {
    animation: fadeInSlide 0.4s ease forwards 0.2s;
}.analysis-summary-F .program-statistics-T:nth-child(4) {
    animation: fadeInSlide 0.4s ease forwards 0.3s;
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@media screen and (max-width: 991px) {.analysis-summary-F {
    padding: 100px 0;
}.analysis-summary-F .statistics-advances-b {
    padding: 30px;
}.analysis-summary-F .knowledge-gains-t {
    width: 50px;
    margin-right: 15px;
    height: 50px;
    padding: 12px;
}.analysis-summary-F .knowledge-upgrade-b {
    font-size: calc(29px - 2px);
}.analysis-summary-F .success-statistics-r {
    font-size: calc(16px - 1px);
}.analysis-summary-F .program-statistics-T {
    min-width: calc(33.33% - 20px);
    padding: 15px 12px;
}.analysis-summary-F .statistics-pluses-t {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
}.analysis-summary-F .statistics-pluses-t::after {
    height: 42px;
    width: 42px;
}.analysis-summary-F .program-statistics-T span {
    font-size: calc(21px + 2px);
}
}

@media screen and (max-width: 767px) {.analysis-summary-F {
    padding: 80px 0;
}.analysis-summary-F .statistics-advances-b {
    padding: 25px;
}.analysis-summary-F .knowledge-gains-t {
    margin-right: 0;
    margin-bottom: 15px;
}.analysis-summary-F .knowledge-upgrade-b {
    font-size: calc(29px - 4px);
    margin-bottom: 8px;
}.analysis-summary-F .success-statistics-r {
    font-size: calc(16px - 1px);
}.analysis-summary-F .program-statistics-T {
    padding: 15px 10px;
    min-width: calc(50% - 20px);
}.analysis-summary-F .statistics-pluses-t {
    margin-bottom: 10px;
    width: 32px;
    height: 32px;
}.analysis-summary-F .statistics-pluses-t::after {
    height: 38px;
    width: 38px;
}.analysis-summary-F .program-statistics-T span {
    font-size: calc(21px);
}.analysis-summary-F .program-statistics-T p {
    font-size: calc(16px - 1px);
}

}

@media screen and (max-width: 576px) {.analysis-summary-F {
    padding: 70px 0;
}.analysis-summary-F .container {
    padding: 0 15px;
}.analysis-summary-F .statistics-advances-b {
    padding: 20px;
}.analysis-summary-F .knowledge-gains-t {
    padding: 10px;
    margin-bottom: 12px;
    width: 45px;
    height: 45px;
}.analysis-summary-F .knowledge-upgrade-b {
    font-size: calc(29px - 6px);
}.analysis-summary-F .success-statistics-r {
    font-size: calc(16px - 2px);
}.analysis-summary-F .program-statistics-T {
    min-width: calc(85% - 20px);
    padding: 15px;
}.analysis-summary-F .statistics-pluses-t {
    width: 30px;
    height: 30px;
}.analysis-summary-F .statistics-pluses-t::after {
    height: 36px;
    width: 36px;
}.analysis-summary-F .program-statistics-T span {
    font-size: calc(21px - 1px);
}.analysis-summary-F .program-statistics-T p {
    font-size: calc(16px - 2px);
}}.course-summary-t {
    background: linear-gradient(135deg, rgb(191,233,206), rgba(rgb(119,166,135,0.5), 0.05));
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.course-summary-t::before {
    border-radius: 50%;
    opacity: 0.05;
    position: absolute;
    background: linear-gradient(210deg, rgb(155,199,170), rgb(119,166,135));
    width: 300px;
    top: -100px;
    content: "";
    z-index: 0;
    transform: skew(-15deg, -15deg);
    right: -100px;
    height: 300px;
}.course-summary-t::after {
    z-index: 0;
    opacity: 0.07;
    content: "";
    background: linear-gradient(45deg, rgb(119,166,135), rgb(155,199,170));
    clip-path: polygon(0 0, 100% 20%, 85% 100%, 15% 80%);
    bottom: -80px;
    height: 200px;
    left: -80px;
    position: absolute;
    width: 300px;
}.course-summary-t .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.course-summary-t h2 {
    transform: perspective(1000px) translateZ(0);
    max-width: 85%;
    color: #000000;
    font-weight: 700;
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 3rem;
    font-size: 34px;
}.course-summary-t h2::after {
    width: 100px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(155,199,170), rgb(119,166,135));
    content: "";
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: 0;
    left: 0;
    height: 4px;
}.course-summary-t .skill-map-d {
    perspective: 1000px;
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.course-summary-t .media-image-R {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    position: relative;
    overflow: hidden;
    height: 400px;
}.course-summary-t .media-image-R::before {
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, rgba(rgb(155,199,170,0.5), 0.2), transparent);
    top: 0;
    z-index: 1;
    right: 0;
    content: "";
    left: 0;
}.course-summary-t .media-image-R:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(-1deg) translateZ(5px);
}.course-summary-t .details-box-r {
    transform: perspective(1000px) translateZ(0);
    flex-direction: column;
    gap: 2rem;
    position: relative;
    display: flex;
}.course-summary-t .description {
    font-size: 12px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    transition: opacity 0.3s ease;
    opacity: 0.95;
    margin: 0;
    padding-left: 1.5rem;
}.course-summary-t .description::before {
    background: linear-gradient(to bottom, rgb(155,199,170), rgb(119,166,135));
    top: 0;
    left: 0;
    content: "";
    width: 3px;
    bottom: 0;
    opacity: 0.7;
    position: absolute;
}.course-summary-t .description:first-of-type {
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding-bottom: 2rem;
}.course-summary-t .description:last-of-type {
    padding-top: 1rem;
}.course-summary-t .description:hover {
    opacity: 1;
}

@media (min-width: 768px) {.course-summary-t {
    padding: 8rem 0;
}.course-summary-t h2 {
    max-width: 70%;
    font-size: calc(34px * 1.1);
}.course-summary-t .skill-map-d {
    align-items: start;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.course-summary-t .media-image-R {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 500px;
}.course-summary-t h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.course-summary-t {
    padding: 10rem 0;
}.course-summary-t .container {
    padding: 0 3rem;
}.course-summary-t h2 {
    max-width: 65%;
    font-size: calc(34px * 1.2);
    margin-bottom: 4rem;
}.course-summary-t .skill-map-d {
    gap: 5rem;
}.course-summary-t .media-image-R {
    height: 600px;
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.course-summary-t .details-box-r {
    padding-right: 2rem;
}.course-summary-t h2::after {
    width: 150px;
}.course-summary-t .description {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course-summary-t .container {
    padding: 0 4rem;
}.course-summary-t h2 {
    max-width: 60%;
}.course-summary-t .skill-map-d {
    gap: 6rem;
}.course-summary-t .media-image-R {
    transform: perspective(1500px) rotateY(-4deg) translateZ(0);
}.course-summary-t .description {
    padding-left: 2rem;
}.course-summary-t .description::before {
    width: 4px;
}
}

@media (max-width: 767px) {.course-summary-t {
    padding: 4rem 0;
}.course-summary-t h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.9);
    padding-bottom: 1rem;
}.course-summary-t .description {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.course-summary-t .media-image-R {
    height: 300px;
}}.training-specialist-l {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(191,233,206) 0%, rgb(155,199,170,0.5) 100%);
    position: relative;
    min-height: 400px;
    padding: 60px 30px;
}.training-specialist-l::before {
    z-index: 0;
    border-radius: 50%;
    right: -50px;
    top: -50px;
    content: "";
    background: rgb(119,166,135,0.5);
    position: absolute;
    filter: blur(40px);
    width: 200px;
    height: 200px;
    animation: float 8s ease-in-out infinite;
}.training-specialist-l::after {
    left: -30px;
    animation: float 6s ease-in-out infinite reverse;
    background: rgb(155,199,170,0.5);
    bottom: -30px;
    border-radius: 50%;
    height: 150px;
    content: "";
    width: 150px;
    filter: blur(30px);
    z-index: 0;
    position: absolute;
}.training-specialist-l .rating-voices-h {
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    transform: rotate(-3deg);
    gap: 30px;
    z-index: 1;
    transition: all 0.5s ease;
    display: flex;
}.training-specialist-l .rating-voices-h:hover {
    transform: rotate(0deg) scale(1.02);
}.training-specialist-l .media-image-R {
    width: 280px;
    border-radius: 23px;
    transform: translateY(20px);
    position: relative;
    height: 350px;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    box-shadow: 15px 15px 0 rgb(119,166,135,0.5);
}.training-specialist-l .rating-voices-h:hover .media-image-R {
    box-shadow: 20px 20px 0 rgb(119,166,135);
    transform: translateY(0);
}.training-specialist-l .exp-projects-v {
    background: #ffffff;
    padding: 30px;
    min-width: 280px;
    justify-content: center;
    transition: all 0.4s ease;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 23px;
    flex-direction: column;
    flex: 1;
    transform: translateX(-30px) rotate(3deg);
}.training-specialist-l .rating-voices-h:hover .exp-projects-v {
    transform: translateX(0) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.training-specialist-l .name {
    font-size: 31px;
    position: relative;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 15px;
    color: rgb(155,199,170);
}.training-specialist-l .name::after {
    background: linear-gradient(90deg, rgb(119,166,135) 0%, transparent 100%);
    content: "";
    height: 4px;
    border-radius: 2px;
    left: 0;
    width: 60px;
    bottom: 0;
    position: absolute;
}.training-specialist-l .exp-projects-v > div:nth-child(2) {
    margin-bottom: 20px;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    opacity: 0.8;
}.training-specialist-l .work-achievements-J {
    color: #000000;
    border-left: 3px solid rgb(119,166,135,0.5);
    font-style: italic;
    padding-left: 20px;
    line-height: 1.6;
    font-size: calc(12px + 2px);
    position: relative;
}.training-specialist-l .work-achievements-J::before {
    position: absolute;
    left: -15px;
    color: rgb(155,199,170);
    font-size: 80px;
    top: -20px;
    opacity: 0.1;
    content: "";
    font-family: Arial, sans-serif;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media (max-width: 991px) {.training-specialist-l {
    padding: 40px 20px;
}.training-specialist-l .rating-voices-h {
    gap: 20px;
    flex-direction: column;
}.training-specialist-l .media-image-R {
    height: 280px;
    transform: translateY(0) rotate(-3deg);
    margin: 0 auto;
    width: 220px;
}.training-specialist-l .exp-projects-v {
    transform: translateX(0) rotate(0);
    margin-top: -30px;
}.training-specialist-l .rating-voices-h:hover .media-image-R {
    transform: translateY(-10px) rotate(0);
}
}

@media (max-width: 767px) {.training-specialist-l {
    padding: 30px 15px;
}.training-specialist-l .media-image-R {
    height: 220px;
    width: 180px;
}.training-specialist-l .exp-projects-v {
    padding: 20px;
}.training-specialist-l .name {
    font-size: calc(31px - 4px);
}.training-specialist-l .work-achievements-J {
    font-size: 12px;
}}.contact-information-e {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(191,233,206), rgba(rgb(155,199,170), 0.03));
    position: relative;
    padding: 100px 0;
}.contact-information-e::before {
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(155,199,170), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(119,166,135), 0.05) 0%, transparent 50%);
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}.contact-information-e::after {
    z-index: 1;
    height: 100%;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    content: "";
    background-position: center center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: backgroundShift 30s linear infinite;
    background-image: 
        linear-gradient(90deg, rgba(rgb(155,199,170), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(155,199,170), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(119,166,135), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(155,199,170), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(119,166,135), 0.04) 0%, transparent 30%);
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.contact-information-e .container {
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.contact-information-e h2 {
    font-weight: 700;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
    perspective: 1000px;
    color: #000000;
    position: relative;
    letter-spacing: 1px;
    font-size: 30px;
    left: 50%;
    margin-bottom: 15px;
}.contact-information-e h2::before {
    background: linear-gradient(90deg, transparent, rgb(155,199,170), transparent);
    content: "";
    bottom: -10px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
}.contact-information-e .inquiry-block-u {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    background: #ffffff;
    margin-top: 60px;
    perspective: 1000px;
    transform-style: preserve-3d;
    overflow: hidden;
    display: flex;
    border-radius: 16px;
}.contact-information-e .inquiry-block-u::before {
    z-index: 3;
    background: linear-gradient(90deg, rgb(155,199,170), rgb(119,166,135));
    height: 5px;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
}.contact-information-e .media-image-R {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    transform: translateZ(0);
    flex: 0 0 45%;
}.contact-information-e .media-image-R::before {
    content: "";
    inset: 0;
    background: linear-gradient(210deg, rgba(rgb(155,199,170), 0.5), rgba(rgb(119,166,135), 0.5));
    mix-blend-mode: multiply;
    z-index: 1;
    position: absolute;
}.contact-information-e .media-image-R::after {
    width: 300%;
    left: -100%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    height: 300%;
    z-index: 2;
    content: "";
    animation: shine 6s infinite ease-in-out;
    top: -100%;
    position: absolute;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.contact-information-e .request-feedback-l {
    backdrop-filter: blur(10px);
    flex: 0 0 55%;
    padding: 60px 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    position: relative;
}.contact-information-e .request-feedback-l::before {
    background: 
        radial-gradient(circle, rgba(rgb(155,199,170), 0.03) 0%, transparent 70%);
    opacity: 0.5;
    content: "";
    position: absolute;
    width: 500px;
    z-index: 0;
    top: 0;
    border-radius: 50%;
    right: 0;
    height: 500px;
}.contact-information-e form {
    position: relative;
    z-index: 3;
}.contact-information-e form h3 {
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.5px;
    font-size: 21px;
    position: relative;
    margin-bottom: 35px;
}.contact-information-e form h3::after {
    content: "";
    position: absolute;
    background: rgb(155,199,170);
    bottom: -15px;
    width: 30px;
    left: 0;
    height: 2px;
}.contact-information-e form input[type="text"] {
    border-radius: 8px;
    font-size: 12px;
    background: rgba(rgb(191,233,206), 0.5);
    border: 1px solid rgba(rgb(155,199,170), 0.1);
    color: #000000;
    backdrop-filter: blur(5px);
    padding: 18px 25px;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 25px;
}.contact-information-e form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(rgb(155,199,170), 0.1);
    border-color: rgb(155,199,170);
    background: rgba(#ffffff, 0.9);
}.contact-information-e form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact-information-e form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.contact-information-e .connect-request-x {
    position: relative;
    margin-bottom: 30px;
    display: flex;
}.contact-information-e .connect-request-x input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-information-e .connect-request-x label {
    font-size: 12px;
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
}.contact-information-e .connect-request-x label::before {
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    border: 1px solid rgba(rgb(155,199,170), 0.3);
    background: rgba(#ffffff, 0.6);
    top: 0;
    left: 0;
    border-radius: 4px;
    content: "";
    position: absolute;
}.contact-information-e .connect-request-x input[type="checkbox"]:checked + label::before {
    background: rgb(155,199,170);
    border-color: rgb(155,199,170);
}.contact-information-e .connect-request-x input[type="checkbox"]:checked + label::after {
    width: 6px;
    position: absolute;
    top: 4px;
    border-width: 0 2px 2px 0;
    height: 12px;
    content: "";
    border: solid #ffffff;
    left: 8px;
    transform: rotate(45deg);
}.contact-information-e .connect-request-x label a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(155,199,170);
    transition: all 0.3s ease;
    position: relative;
}.contact-information-e .connect-request-x label a::after {
    position: absolute;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    width: 100%;
    bottom: -2px;
    background: rgb(155,199,170);
    transform-origin: right;
    left: 0;
    content: "";
    height: 1px;
}.contact-information-e .connect-request-x label a:hover {
    color: rgb(119,166,135);
}.contact-information-e .connect-request-x label a:hover::after {
    background: rgb(119,166,135);
    transform-origin: left;
    transform: scaleX(1);
}.contact-information-e .request-info-Y {
    font-size: 17px;
    background: rgb(155,199,170);
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 16px 40px;
    z-index: 1;
    letter-spacing: 0.5px;
}.contact-information-e .request-info-Y::before {
    width: 100%;
    background: linear-gradient(45deg, rgb(155,199,170), rgb(119,166,135));
    content: "";
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
}.contact-information-e .request-info-Y:hover::before {
    opacity: 1;
}.contact-information-e .request-info-Y::after {
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease;
    border-radius: 50%;
    width: 50px;
    top: -50%;
    transform: scale(0);
    left: -10px;
    height: 50px;
    z-index: -1;
    position: absolute;
    content: "";
}.contact-information-e .request-info-Y:hover::after {
    transform: scale(4);
    opacity: 0;
}.contact-information-e svg {
    fill: none;
    width: 22px;
    stroke: rgb(155,199,170);
    stroke-width: 2;
    filter: drop-shadow(0 2px 2px rgba(rgb(155,199,170), 0.3));
    transition: all 0.3s ease;
    height: 22px;
}.contact-information-e svg path {
    stroke-width: 2;
    transition: all 0.3s ease;
    stroke: rgb(155,199,170);
}.contact-information-e svg:hover,
.contact-information-e svg:hover path {
    stroke: rgb(119,166,135);
    transform: translateY(-2px);
}.contact-information-e form input {
    border: 1px solid rgb(155,199,170);
}

@media (max-width: 1024px) {.contact-information-e {
    padding: 80px 0;
}.contact-information-e .inquiry-block-u {
    margin-top: 50px;
}.contact-information-e .media-image-R {
    min-height: 450px;
}.contact-information-e .request-feedback-l {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact-information-e {
    padding: 60px 0;
}.contact-information-e .inquiry-block-u {
    flex-direction: column;
    margin-top: 40px;
}.contact-information-e .media-image-R {
    min-height: 300px;
    width: 100%;
}.contact-information-e .request-feedback-l {
    padding: 40px 30px;
    width: 100%;
}.contact-information-e form h3 {
    margin-bottom: 30px;
}.contact-information-e form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-information-e .connect-request-x {
    margin-bottom: 25px;
}.contact-information-e .request-info-Y {
    padding: 14px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact-information-e {
    padding: 50px 0;
}.contact-information-e h2 {
    font-size: calc(30px * 0.85);
}.contact-information-e .inquiry-block-u {
    border-radius: 12px;
    margin-top: 30px;
}.contact-information-e .media-image-R {
    min-height: 220px;
}.contact-information-e .request-feedback-l {
    padding: 30px 20px;
}.contact-information-e form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.contact-information-e form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact-information-e .connect-request-x {
    margin-bottom: 20px;
}.contact-information-e .connect-request-x label {
    font-size: calc(12px * 0.9);
}.contact-information-e .request-info-Y {
    padding: 12px 20px;
}}.welcome-section-T {
    min-height: 100vh;
    display: flex;
    position: relative;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    align-items: center;
    background: linear-gradient(135deg, rgb(119,166,135,0.5), rgba(0, 0, 0, 0.5));
}.welcome-section-T::before {
    background: 
    radial-gradient(circle at 75% 25%, rgb(119,166,135,0.5) 0%, transparent 50%),
    radial-gradient(circle at 25% 75%, rgb(155,199,170,0.5) 0%, transparent 50%);
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: absolute;
}.welcome-section-T::after {
    height: 200%;
    width: 200%;
    content: "";
    pointer-events: none;
    animation: orbitRotate 40s infinite linear;
    position: absolute;
    top: -50%;
    left: -50%;
    z-index: 2;
    background: radial-gradient(ellipse at center, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
}.welcome-section-T .start-page-c {
    width: 90%;
    position: relative;
    max-width: 1200px;
    z-index: 5;
    transform: translateY(-2vh);
}.welcome-section-T .main-front-D {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 4rem 3rem;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.1);
}.welcome-section-T .main-front-D::before {
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgb(119,166,135,0.5) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
    top: 0;
    z-index: 1;
    content: "";
    left: 0;
    width: 100%;
    opacity: 0.85;
    position: absolute;
    height: 100%;
}.welcome-section-T .main-front-D::after {
    height: 150%;
    top: -25%;
    background: 
    repeating-conic-gradient(
      rgb(119,166,135,0.5) 0deg,
      rgb(119,166,135) 1deg,
      transparent 1.5deg,
      transparent 10deg
    );
    position: absolute;
    opacity: 0.1;
    width: 150%;
    z-index: 2;
    content: "";
    animation: rotateBg 120s linear infinite;
    left: -25%;
}.welcome-section-T .main-front-D > * {
    z-index: 10;
    position: relative;
}.welcome-section-T .main-front-D span {
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    display: block;
}.welcome-section-T .main-front-D h3 {
    letter-spacing: 0.05em;
    max-width: 90%;
    border-left: 3px solid rgb(155,199,170);
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: calc(23px * 0.9);
    color: #ffffff;
}.welcome-section-T .main-front-D h1 {
    margin-bottom: 2rem;
    background-size: 200% auto;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.2;
    color: #ffffff;
    background: linear-gradient(
    90deg, 
    #ffffff 0%, 
    rgb(155,199,170) 50%, 
    #ffffff 100%
  );
    font-size: calc(41px * 1.1);
    transform: translateY(20px);
    animation: 
    fadeInUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1),
    gradientFlow 8s ease infinite;
    text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.3),
    0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-background-clip: text !important;
}.welcome-section-T .main-front-D div div {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.welcome-section-T .main-front-D p {
    padding-right: 1rem;
    font-size: calc(14px * 1.1);
    line-height: 1.6;
    position: relative;
    max-width: 80%;
    margin-bottom: 2.5rem;
    color: #ffffff;
}.welcome-section-T .main-front-D p::after {
    bottom: -10px;
    content: "";
    left: 0;
    width: 60%;
    background: linear-gradient(
    90deg,
    rgb(155,199,170) 0%,
    transparent 100%
  );
    height: 2px;
    position: absolute;
}

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

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

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

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

@media screen and (max-width: 1200px) {.welcome-section-T .main-front-D {
    padding: 3.5rem 2.5rem;
}.welcome-section-T .main-front-D h1 {
    font-size: calc(41px * 0.95);
}.welcome-section-T .main-front-D h3 {
    font-size: calc(23px * 0.85);
    max-width: 95%;
}.welcome-section-T .main-front-D p {
    max-width: 85%;
}
}

@media screen and (max-width: 992px) {.welcome-section-T {
    min-height: 90vh;
}.welcome-section-T .main-front-D {
    padding: 3rem 2rem;
}.welcome-section-T .main-front-D h1 {
    font-size: calc(41px * 0.85);
}.welcome-section-T .main-front-D h3 {
    font-size: calc(23px * 0.8);
    border-left-width: 2px;
}.welcome-section-T .main-front-D p {
    font-size: 14px;
    max-width: 90%;
}
}

@media screen and (max-width: 768px) {.welcome-section-T {
    min-height: 80vh;
}.welcome-section-T .start-page-c {
    width: 95%;
}.welcome-section-T .main-front-D {
    padding: 2.5rem 1.5rem;
}.welcome-section-T .main-front-D h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.75);
}.welcome-section-T .main-front-D h3 {
    margin-bottom: 1.2rem;
    font-size: calc(23px * 0.75);
    max-width: 100%;
}.welcome-section-T .main-front-D p {
    font-size: calc(14px * 0.95);
    max-width: 100%;
}.welcome-section-T .main-front-D p::after {
    width: 50%;
}
}

@media screen and (max-width: 576px) {.welcome-section-T {
    min-height: 70vh;
}.welcome-section-T .main-front-D {
    padding: 2rem 1.25rem;
}.welcome-section-T .main-front-D h1 {
    margin-bottom: 1.2rem;
    font-size: calc(41px * 0.65);
}.welcome-section-T .main-front-D h3 {
    font-size: calc(23px * 0.7);
    margin-bottom: 1rem;
    padding-left: 0.75rem;
}.welcome-section-T .main-front-D p {
    font-size: calc(14px * 0.9);
    margin-bottom: 2rem;
}.welcome-section-T .main-front-D p::after {
    width: 40%;
}}.privacy-enclosure-y {
    position: relative;
    background: linear-gradient(145deg, rgb(191,233,206), #ffffff);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 4rem 2rem;
}.privacy-enclosure-y::before {
    opacity: 0.15;
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    pointer-events: none;
    background: 
        radial-gradient(circle at 10% 90%, rgb(119,166,135,0.5), transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(155,199,170,0.5), transparent 45%);
}.privacy-enclosure-y .container {
    opacity: 0;
    position: relative;
    animation: fadeIn 0.8s ease-out forwards;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
}.privacy-enclosure-y h1 {
    transform: translateY(10px);
    animation: slideUp 0.7s ease-out forwards 0.2s;
    opacity: 0;
    font-weight: 700;
    position: relative;
    font-size: 44px;
    margin-bottom: 2rem;
    display: inline-block;
    color: #000000;
}.privacy-enclosure-y h1::after {
    content: "";
    bottom: -0.5rem;
    width: 3.5rem;
    animation: expandLine 0.7s ease-out forwards 0.7s;
    height: 3px;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    background: rgb(155,199,170);
    position: absolute;
}.privacy-enclosure-y h2 {
    position: relative;
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    color: #000000;
    transform: translateY(10px);
    animation: slideUp 0.7s ease-out forwards 0.3s;
    font-weight: 600;
    font-size: 31px;
    opacity: 0;
}.privacy-enclosure-y h2::before {
    background: rgb(119,166,135);
    border-radius: 2px;
    content: "";
    top: 0.25rem;
    left: 0;
    height: 85%;
    width: 4px;
    position: absolute;
}.privacy-enclosure-y h3 {
    padding-left: 0.8rem;
    transform: translateY(10px);
    font-weight: 600;
    animation: slideUp 0.7s ease-out forwards 0.4s;
    font-size: calc(31px * 0.85);
    opacity: 0;
    margin: 2.2rem 0 1.2rem;
    color: #000000;
    position: relative;
}.privacy-enclosure-y h3::before {
    background: rgb(119,166,135);
    height: 80%;
    opacity: 0.8;
    position: absolute;
    left: 0;
    content: "";
    border-radius: 1.5px;
    top: 0.25rem;
    width: 3px;
}.privacy-enclosure-y h4 {
    transform: translateY(10px);
    font-weight: 600;
    margin: 2rem 0 1rem;
    opacity: 0;
    position: relative;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    padding-left: 0.7rem;
    color: #000000;
    font-size: calc(31px * 0.75);
}.privacy-enclosure-y h4::before {
    position: absolute;
    opacity: 0.7;
    height: 75%;
    top: 0.25rem;
    width: 2px;
    left: 0;
    content: "";
    border-radius: 1px;
    background: rgb(119,166,135);
}.privacy-enclosure-y p {
    opacity: 0;
    color: #000000;
    margin-bottom: 1.5rem;
    max-width: 90ch;
    animation: slideUp 0.7s ease-out forwards 0.4s;
    font-size: 13px;
    transform: translateY(10px);
    line-height: 1.75;
}.privacy-enclosure-y ul {
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 0.6s;
    max-width: 85ch;
    margin-bottom: 2rem;
    padding-left: 2rem;
}.privacy-enclosure-y li {
    font-size: 13px;
    position: relative;
    padding-left: 0.5rem;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.75;
}.privacy-enclosure-y li::marker {
    color: rgb(155,199,170);
    font-size: 1.2em;
}.privacy-enclosure-y span {
    animation: slideUp 0.7s ease-out forwards 0.5s;
    border-left: 1px solid rgb(119,166,135,0.5);
    color: #000000;
    line-height: 1.75;
    max-width: 90ch;
    transform: translateY(10px);
    display: block;
    margin-bottom: 1.5rem;
    opacity: 0;
    font-size: 13px;
    padding-left: 1rem;
}.privacy-enclosure-y strong {
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 600;
}

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

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

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

@media (min-width: 768px) {.privacy-enclosure-y {
    padding: 6rem 3rem;
}.privacy-enclosure-y .container {
    padding: 0 2rem;
}.privacy-enclosure-y h1 {
    font-size: calc(44px * 1.1);
    margin-bottom: 3rem;
}.privacy-enclosure-y h1::after {
    width: 4.5rem;
}.privacy-enclosure-y h2 {
    margin: 3rem 0 1.8rem;
    font-size: calc(31px * 1.05);
    padding-left: 1.2rem;
}.privacy-enclosure-y h2::before {
    width: 5px;
}.privacy-enclosure-y p, 
    .privacy-enclosure-y li,
    .privacy-enclosure-y span {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.privacy-enclosure-y {
    background: linear-gradient(165deg, rgb(191,233,206), #ffffff);
    padding: 7rem 4rem;
}.privacy-enclosure-y .container {
    padding: 0 3rem;
}.privacy-enclosure-y h1 {
    margin-bottom: 3.5rem;
    font-size: calc(44px * 1.2);
}.privacy-enclosure-y h1::after {
    height: 4px;
    width: 5rem;
}.privacy-enclosure-y p {
    margin-bottom: 2rem;
}.privacy-enclosure-y h2::before {
    background: linear-gradient(to bottom, rgb(155,199,170), rgb(119,166,135));
}.privacy-enclosure-y li {
    margin-bottom: 1.2rem;
}.privacy-enclosure-y span {
    padding-left: 1.5rem;
    border-left: 2px solid rgb(119,166,135,0.5);
}
}

@media (min-width: 1200px) {.privacy-enclosure-y {
    padding: 8rem 5rem;
}.privacy-enclosure-y::before {
    background: 
            radial-gradient(circle at 5% 95%, rgb(119,166,135,0.5), transparent 40%),
            radial-gradient(circle at 95% 5%, rgb(155,199,170,0.5), transparent 45%);
}.privacy-enclosure-y .container {
    padding: 0 4rem;
}.privacy-enclosure-y h1 {
    font-size: calc(44px * 1.3);
}.privacy-enclosure-y h1::after {
    height: 5px;
    bottom: -0.7rem;
    width: 5.5rem;
}.privacy-enclosure-y ul {
    padding-left: 2.5rem;
}
}

@media (hover: hover) {.privacy-enclosure-y li:hover::marker {
    color: rgb(119,166,135);
}.privacy-enclosure-y strong:hover {
    transition: color 0.3s ease;
    color: rgb(155,199,170);
}
}

@media (max-width: 767px) {.privacy-enclosure-y {
    padding: 3rem 1.5rem;
}.privacy-enclosure-y h1 {
    font-size: calc(44px * 0.9);
    margin-bottom: 1.8rem;
}.privacy-enclosure-y h2 {
    margin: 2rem 0 1.2rem;
    font-size: calc(31px * 0.95);
}.privacy-enclosure-y p, 
    .privacy-enclosure-y li,
    .privacy-enclosure-y span {
    line-height: 1.7;
    font-size: calc(13px * 0.98);
}.privacy-enclosure-y ul {
    padding-left: 1.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.privacy-enclosure-y .container,
    .privacy-enclosure-y h1,
    .privacy-enclosure-y h2,
    .privacy-enclosure-y h3,
    .privacy-enclosure-y h4,
    .privacy-enclosure-y p,
    .privacy-enclosure-y ul,
    .privacy-enclosure-y span {
    opacity: 1;
    transform: none;
    animation: none;
}.privacy-enclosure-y h1::after {
    transform: scaleX(1);
    animation: none;
}}.who-we-are-w {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(191,233,206);
}.who-we-are-w::before {
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(45deg, transparent 30%, rgb(155,199,170,0.5) 100%);
}.who-we-are-w::after {
    animation: backgroundShift 30s linear infinite;
    opacity: 0.05;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    content: "";
}@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.who-we-are-w .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
}.who-we-are-w .learn-way-q {
    position: relative;
}.who-we-are-w h3 {
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
    font-size: 30px;
    color: #000000;
    display: inline-block;
}.who-we-are-w h3::after {
    left: 0;
    height: 4px;
    background: rgb(119,166,135);
    bottom: -15px;
    transform-origin: left;
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0.7);
    transition: transform 0.6s ease;
}.who-we-are-w h3:hover::after {
    transform: scaleX(1);
}.who-we-are-w .team-bios-d {
    flex-wrap: wrap;
    margin-bottom: 80px;
    position: relative;
    display: flex;
    flex-direction: row;
}.who-we-are-w .team-bios-d::before {
    height: 40px;
    position: absolute;
    border-top: 3px solid rgb(155,199,170);
    left: -20px;
    border-left: 3px solid rgb(155,199,170);
    top: -20px;
    content: "";
    width: 40px;
}.who-we-are-w .team-bios-d::after {
    height: 40px;
    content: "";
    position: absolute;
    border-right: 3px solid rgb(155,199,170);
    border-bottom: 3px solid rgb(155,199,170);
    bottom: -20px;
    right: -20px;
    width: 40px;
}.who-we-are-w .team-bios-d span {
    display: block;
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(155,199,170);
    font-size: 18px;
    position: relative;
    width: 100%;
}.who-we-are-w .team-bios-d span::before {
    width: 6px;
    position: absolute;
    background: rgb(155,199,170);
    top: 50%;
    border-radius: 10px;
    transform: translateY(-50%);
    content: "";
    height: 80%;
    left: 0;
}.who-we-are-w .team-bios-d p {
    color: #000000;
    max-width: 600px;
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 0;
}.who-we-are-w .team-bios-d .media-image-R {
    width: 450px;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    margin-left: 50px;
    height: 350px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s ease;
    border-radius: 27px;
}.who-we-are-w .team-bios-d .media-image-R:hover {
    transform: perspective(1000px) rotateY(0);
}.who-we-are-w .learn-identity-U {
    display: flex;
    margin-top: 50px;
    position: relative;
    flex-direction: row-reverse;
}.who-we-are-w .learn-identity-U::before {
    border-right: 3px solid rgb(119,166,135);
    width: 40px;
    position: absolute;
    right: -20px;
    content: "";
    top: -20px;
    border-top: 3px solid rgb(119,166,135);
    height: 40px;
}.who-we-are-w .learn-identity-U::after {
    content: "";
    left: -20px;
    border-bottom: 3px solid rgb(119,166,135);
    width: 40px;
    position: absolute;
    height: 40px;
    border-left: 3px solid rgb(119,166,135);
    bottom: -20px;
}.who-we-are-w .learn-identity-U p {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 12px;
    max-width: 600px;
    color: #000000;
    padding-right: 20px;
    position: relative;
}.who-we-are-w .learn-identity-U p::before {
    left: -20px;
    width: 3px;
    background: linear-gradient(to bottom, rgb(119,166,135), transparent);
    top: 0;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    content: "";
}.who-we-are-w .learn-identity-U .team-culture-C {
    width: 450px;
    height: 350px;
    border-radius: 27px;
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    margin-right: 50px;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.6s ease;
}.who-we-are-w .learn-identity-U .team-culture-C:hover {
    transform: perspective(1000px) rotateY(0);
}.who-we-are-w .learn-identity-U .team-culture-C::after {
    z-index: 1;
    height: 30%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    width: 100%;
    left: 0;
}.who-we-are-w .team-bios-d .media-image-R::after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    bottom: 0;
    height: 30%;
}

@media screen and (max-width: 1100px) {.who-we-are-w .team-bios-d .media-image-R,
    .who-we-are-w .learn-identity-U .team-culture-C {
    width: 400px;
    height: 320px;
}
}

@media screen and (max-width: 992px) {.who-we-are-w {
    padding: 80px 0;
}.who-we-are-w h3 {
    margin-bottom: 50px;
}.who-we-are-w .team-bios-d,
    .who-we-are-w .learn-identity-U {
    margin-bottom: 60px;
    flex-direction: column;
}.who-we-are-w .team-bios-d .media-image-R,
    .who-we-are-w .learn-identity-U .team-culture-C {
    width: 100%;
    height: 300px;
    margin: 30px 0 0;
    transform: perspective(1000px) rotateY(0);
}.who-we-are-w .learn-identity-U p {
    padding-right: 0;
    padding-left: 20px;
}.who-we-are-w .learn-identity-U p::before {
    left: 0;
}
}

@media screen and (max-width: 768px) {.who-we-are-w {
    padding: 60px 0;
}.who-we-are-w h3 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.who-we-are-w .team-bios-d,
    .who-we-are-w .learn-identity-U {
    margin-bottom: 50px;
}.who-we-are-w .team-bios-d span {
    font-size: calc(18px * 0.9);
}.who-we-are-w .team-bios-d::before,
    .who-we-are-w .team-bios-d::after,
    .who-we-are-w .learn-identity-U::before,
    .who-we-are-w .learn-identity-U::after {
    width: 30px;
    height: 30px;
}
}

@media screen and (max-width: 576px) {.who-we-are-w {
    padding: 40px 0;
}.who-we-are-w h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.who-we-are-w h3::after {
    height: 3px;
    bottom: -10px;
}.who-we-are-w .team-bios-d,
    .who-we-are-w .learn-identity-U {
    margin-bottom: 40px;
}.who-we-are-w .team-bios-d span {
    margin-bottom: 15px;
    font-size: calc(18px * 0.85);
}.who-we-are-w .team-bios-d p,
    .who-we-are-w .learn-identity-U p {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.who-we-are-w .team-bios-d .media-image-R,
    .who-we-are-w .learn-identity-U .team-culture-C {
    height: 250px;
    margin-top: 20px;
}.who-we-are-w .team-bios-d::before,
    .who-we-are-w .team-bios-d::after,
    .who-we-are-w .learn-identity-U::before,
    .who-we-are-w .learn-identity-U::after {
    height: 25px;
    width: 25px;
}}.our-info-K {
    color: #000000;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(145deg, rgb(191,233,206), rgba(245, 245, 255, 0.97));
    overflow: hidden;
}.our-info-K::before {
    content: "";
    z-index: 0;
    position: absolute;
    left: -5%;
    height: 120%;
    width: 120%;
    transform: rotate(-3deg);
    top: -10%;
    background: radial-gradient(circle at 30% 20%, rgba(rgb(155,199,170,0.5), 0.08), transparent 60%),
                radial-gradient(circle at 70% 60%, rgba(rgb(119,166,135,0.5), 0.06), transparent 55%);
}.our-info-K::after {
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
    background: linear-gradient(to left, rgba(rgb(155,199,170,0.5), 0.03), transparent);
    width: 50%;
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
}.our-info-K h1 {
    color: transparent;
    z-index: 2;
    margin-bottom: 2.5rem;
    background: linear-gradient(135deg, rgb(155,199,170), rgb(119,166,135));
    -webkit-background-clip: text;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.5px;
    position: relative;
    font-size: 47px;
    transform: translateY(-5px);
    background-clip: text;
}.our-info-K .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
}.our-info-K .message-form-l {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2.5rem;
    position: relative;
}.our-info-K .message-form-l > div {
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.02);
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 1.8rem 2rem;
    border-radius: 3px;
    background: rgba(#ffffff, 0.7);
    border-left: 3px solid rgb(155,199,170);
}.our-info-K .message-form-l > div:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: translateY(-5px);
}.our-info-K .message-form-l > div:first-child {
    padding: 2.5rem;
    line-height: 1.7;
    border-left-color: rgb(119,166,135);
    color: #000000;
    font-size: calc(18px + 0.1rem);
}.our-info-K h6 {
    text-transform: capitalize;
    align-items: center;
    font-weight: 600;
    color: rgb(155,199,170);
    font-size: 18px;
    margin-bottom: 0.75rem;
    display: flex;
}.our-info-K h6 svg {
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(0.9);
    margin-left: 8px;
}.our-info-K span {
    display: block;
    font-size: calc(18px - 0.05rem);
    color: #000000;
    opacity: 0.95;
    margin-left: 1.5rem;
}.our-info-K .contact-widget-d {
    flex-direction: column;
    display: flex;
    gap: 1.2rem;
}.our-info-K .contact-widget-d > div {
    position: relative;
}.our-info-K .message-section-Z {
    font-weight: 400;
    background: linear-gradient(to right, rgba(rgb(155,199,170,0.5), 0.05), transparent);
    padding: 0.5rem 0.75rem;
    font-size: calc(18px - 0.05rem);
    color: #000000;
    border-radius: 2px;
    text-decoration: none;
    position: relative;
    display: flex;
    transition: color 0.25s ease;
    align-items: center;
}.our-info-K .message-section-Z::before {
    height: 1px;
    width: 0;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(155,199,170);
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
}.our-info-K .message-section-Z:hover {
    color: rgb(155,199,170);
}.our-info-K .message-section-Z:hover::before {
    width: 100%;
}.our-info-K .message-section-Z svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
    transform: scale(0.85);
}.our-info-K .message-section-Z:hover svg {
    transform: scale(0.9) translateX(3px);
}.our-info-K svg {
    z-index: 2;
    position: relative;
}.our-info-K svg path {
    transition: fill 0.3s ease;
}.our-info-K .message-section-Z:hover svg path {
    fill: rgb(155,199,170);
}

@media (min-width: 768px) {.our-info-K {
    padding: 6rem 3rem;
}.our-info-K .message-form-l {
    grid-template-columns: repeat(2, 1fr);
}.our-info-K .message-form-l > div:first-child {
    grid-column: span 2;
}
}

@media (min-width: 992px) {.our-info-K {
    padding: 7rem 4rem;
}.our-info-K h1 {
    font-size: calc(47px + 0.25rem);
    margin-bottom: 3.5rem;
}.our-info-K .message-form-l {
    grid-template-columns: 2fr 1fr 1fr;
}.our-info-K .message-form-l > div:first-child {
    align-items: center;
    grid-column: 1;
    grid-row: span 2;
    display: flex;
}.our-info-K .contact-widget-d {
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.our-info-K {
    padding: 4rem 1.5rem;
}.our-info-K h1 {
    margin-bottom: 2rem;
    font-size: calc(47px - 0.25rem);
}.our-info-K .message-form-l > div {
    padding: 1.5rem;
}.our-info-K .contact-widget-d {
    gap: 1rem;
}.our-info-K .message-section-Z {
    font-size: calc(18px - 0.1rem);
}
}

@media (max-width: 480px) {.our-info-K {
    padding: 3.5rem 1.25rem;
}.our-info-K h1 {
    font-size: calc(47px - 0.5rem);
}.our-info-K .message-form-l > div {
    padding: 1.25rem;
}.our-info-K span {
    margin-left: 0;
}}.appSpotlight-C {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(155,199,170,0.5) 0%, rgb(191,233,206) 100%);
}.appSpotlight-C::before {
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
    animation: pulse 15s infinite alternate ease-in-out;
    position: absolute;
    opacity: 0.7;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(119,166,135,0.5) 0%, transparent 60%);
    width: 100%;
}.appSpotlight-C::after {
    filter: blur(40px);
    width: 300px;
    content: "";
    right: -50px;
    background: linear-gradient(225deg, rgb(155,199,170) 0%, transparent 70%);
    height: 300px;
    z-index: 0;
    bottom: -50px;
    opacity: 0.2;
    position: absolute;
}.appSpotlight-C .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.appSpotlight-C .learn-way-q {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 60px 40px;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    flex-direction: column;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    display: flex;
}.appSpotlight-C .learn-way-q::before {
    transform: scaleY(1.02);
    height: 100%;
    background: linear-gradient(to bottom, rgb(155,199,170), rgb(119,166,135));
    left: 0;
    width: 5px;
    position: absolute;
    content: "";
    top: 0;
}.appSpotlight-C .learn-way-q::after {
    right: 40px;
    transform: rotate(15deg);
    top: -15px;
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: float 8s infinite ease-in-out;
    position: absolute;
    width: 80px;
    content: "";
    background: rgb(119,166,135,0.5);
    height: 80px;
}.appSpotlight-C .learn-way-q:hover {
    transform: perspective(1000px) rotateY(0deg);
}.appSpotlight-C h5 {
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    color: #000000;
    line-height: 1.4;
    font-size: 21px;
    margin-bottom: 30px;
}.appSpotlight-C h5::after {
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 0;
    width: 80px;
    transition: width 0.3s ease;
    content: "";
    background: linear-gradient(90deg, rgb(155,199,170), rgb(119,166,135));
}.appSpotlight-C .learn-way-q:hover h5::after {
    width: 120px;
}.appSpotlight-C p {
    margin-bottom: 0;
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
    line-height: 1.8;
    z-index: 2;
    font-size: 18px;
}.appSpotlight-C a {
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
    padding: 5px 0;
}.appSpotlight-C a::before {
    background: linear-gradient(90deg, rgb(155,199,170,0.5), transparent);
    width: 100%;
    left: 0;
    transform: scaleX(0);
    height: 1px;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    bottom: 0;
    content: "";
}.appSpotlight-C a:hover::before {
    transform: scaleX(1);
}.appSpotlight-C a:hover p {
    color: rgb(155,199,170);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.9;
        transform: scale(1.05);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(15deg);
    }
    50% {
        transform: translateY(-15px) rotate(20deg);
    }
}

@media (min-width: 768px) {.appSpotlight-C {
    padding: 140px 0 100px;
}.appSpotlight-C .learn-way-q {
    padding: 80px 60px;
    margin: 0 auto;
    max-width: 900px;
}.appSpotlight-C h5 {
    padding-bottom: 25px;
    font-size: calc(21px * 1.2);
    margin-bottom: 40px;
}.appSpotlight-C p {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}.appSpotlight-C .learn-way-q::after {
    height: 100px;
    right: 60px;
    width: 100px;
}
}

@media (min-width: 992px) {.appSpotlight-C {
    padding: 160px 0 120px;
}.appSpotlight-C .learn-way-q {
    max-width: 1000px;
    transform: perspective(1200px) rotateY(-3deg);
    margin: 0 auto;
    padding: 100px 80px;
}.appSpotlight-C .learn-way-q::before {
    width: 8px;
}.appSpotlight-C h5 {
    max-width: 80%;
    font-size: calc(21px * 1.3);
}.appSpotlight-C p {
    max-width: 90%;
}.appSpotlight-C .learn-way-q::after {
    right: 80px;
    height: 120px;
    width: 120px;
    top: -20px;
}
}

@media (max-width: 767px) {.appSpotlight-C {
    padding: 80px 0 60px;
}.appSpotlight-C .learn-way-q {
    transform: perspective(800px) rotateY(-1deg);
    padding: 40px 25px;
}.appSpotlight-C h5 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.appSpotlight-C p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.appSpotlight-C .learn-way-q::before {
    width: 3px;
}.appSpotlight-C .learn-way-q::after {
    height: 60px;
    width: 60px;
    right: 20px;
    top: -10px;
}
}

@media (max-width: 480px) {.appSpotlight-C {
    padding: 60px 0 40px;
}.appSpotlight-C .learn-way-q {
    transform: none;
    padding: 30px 20px;
}.appSpotlight-C h5 {
    padding-bottom: 15px;
    font-size: calc(21px * 0.85);
    margin-bottom: 20px;
}.appSpotlight-C .learn-way-q::after {
    display: none;
}}header {
    position: relative;
    padding: 1.2rem 0;
    background: rgb(191,233,206);
    z-index: 100;
}header::before {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(155,199,170,0.5) 0%, 
        transparent 50%, 
        rgb(119,166,135,0.5) 100%);
    top: 0;
    opacity: 0.5;
}header .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 1.5rem;
}header .top-bar-F {
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border-radius: 26px;
}header .head-primary-y {
    text-decoration: none;
    position: relative;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
}header .head-primary-y::before {
    background: linear-gradient(to right, 
        transparent, 
        rgb(155,199,170,0.5), 
        rgb(119,166,135,0.5), 
        rgb(155,199,170,0.5), 
        transparent);
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
}header .head-primary-y svg {
    width: 160px;
    transition: all 0.3s ease;
    height: auto;
}header .head-primary-y:hover svg {
    filter: drop-shadow(0 2px 4px rgb(155,199,170,0.5));
    transform: translateY(-2px);
}header .top-master-n {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0.6rem;
    border-radius: 10px;
    background: rgb(191,233,206);
    gap: 0.4rem;
    flex-wrap: wrap;
}header .head-learn-w {
    text-decoration: none;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    font-size: 17px;
    border-radius: 10px;
    z-index: 1;
    color: #000000;
    font-family: Arial, sans-serif;
}header .head-learn-w::before {
    left: 0;
    background: linear-gradient(135deg, rgb(155,199,170), rgb(119,166,135));
    height: 100%;
    content: '';
    transition: opacity 0.3s ease;
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
}header .head-learn-w:hover {
    color: #ffffff;
}header .head-learn-w:hover::before {
    opacity: 1;
}header .head-learn-w::after {
    height: 2px;
    width: 100%;
    bottom: 0;
    transition: transform 0.3s ease;
    transform-origin: left;
    content: '';
    background: linear-gradient(to right, rgb(155,199,170), rgb(119,166,135));
    left: 0;
    transform: scaleX(0);
    position: absolute;
}header .head-learn-w:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .top-bar-F {
    padding: 0.8rem;
    gap: 0.8rem;
}header .head-primary-y svg {
    width: 140px;
}header .top-master-n {
    padding: 0.5rem;
}header .head-learn-w {
    font-size: calc(17px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .top-bar-F {
    gap: 0.7rem;
    padding: 0.7rem;
}header .head-primary-y svg {
    width: 120px;
}header .top-master-n {
    gap: 0.3rem;
    padding: 0.4rem;
}header .head-learn-w {
    font-size: calc(17px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .top-bar-F {
    padding: 0.6rem;
    gap: 0.6rem;
}header .head-primary-y svg {
    width: 110px;
}header .top-master-n {
    padding: 0.4rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .top-master-n::-webkit-scrollbar {
    height: 2px;
}header .top-master-n::-webkit-scrollbar-thumb {
    background: rgb(155,199,170);
    border-radius: 10px;
}header .head-learn-w {
    flex-shrink: 0;
    white-space: nowrap;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    right: 0;
    background: linear-gradient(120deg, rgb(155,199,170) 0%, rgb(119,166,135) 100%);
    content: "";
    left: 0;
    position: absolute;
    z-index: -2;
    top: 0;
    opacity: 0.85;
    bottom: 0;
}footer::after {
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 20px 20px;
    right: 0;
    content: "";
    position: absolute;
}.rating-stars-l {
    color: #ffffff;
    padding: 4rem 0 2.5rem;
    position: relative;
}.rating-stars-l::before {
    opacity: 0.2;
    background: #ffffff;
    left: 0;
    position: absolute;
    height: 10px;
    top: 0;
    width: 100%;
    content: "";
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
}.rating-stars-l .container {
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.rating-stars-l .company_holder {
    flex: 1 1 400px;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    position: relative;
}.rating-stars-l .company_holder h3 {
    margin: 0 0 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 0.5rem 2rem;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    font-size: 37px;
    display: inline-block;
}.rating-stars-l .collab-space-W {
    padding: 1.5rem;
    color: #ffffff;
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    font-size: 17px;
    margin: 0 1rem;
}.rating-stars-l .enroll-info-j {
    display: flex;
    flex: 1 1 calc(100% - 480px);
    gap: 2rem;
    flex-direction: column;
    min-width: 400px;
}.rating-stars-l .site-prime-w {
    gap: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}.rating-stars-l .top-master-n {
    min-width: 200px;
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
}.rating-stars-l .top-master-n h5 {
    font-weight: 600;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    padding: 0.5rem 1.5rem;
    color: #ffffff;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    font-size: 19px;
    margin: 0 0 1.5rem;
    display: inline-block;
}.rating-stars-l .top-master-n .site-prime-w {
    flex-direction: column;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    padding: 1.5rem;
    display: flex;
    background: rgba(0, 0, 0, 0.15);
    gap: 0.8rem;
}.rating-stars-l .top-master-n .site-prime-w a {
    font-size: 17px;
    padding: 0.6rem 1rem;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    color: #ffffff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
}.rating-stars-l .top-master-n .site-prime-w a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.rating-stars-l .top-master-n .site-prime-w a::before {
    content: "";
    transition: all 0.3s ease;
    width: 3px;
    left: 0;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    position: absolute;
    top: 0;
}.rating-stars-l .top-master-n .site-prime-w a:hover::before {
    opacity: 0.7;
}.desktop-app-Q {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    position: relative;
    margin-top: 3rem;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
}.desktop-app-Q .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.desktop-app-Q .tutor-match-q {
    color: #ffffff;
    text-align: center;
    position: relative;
    padding: 0.7rem 2rem;
    font-size: 16px;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.05);
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.rating-stars-l .container {
    gap: 2rem;
}.rating-stars-l .company_holder {
    flex: 1 1 380px;
}.rating-stars-l .enroll-info-j {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.rating-stars-l {
    padding: 3.5rem 0 2rem;
}.rating-stars-l .container {
    flex-direction: column;
    gap: 2.5rem;
}.rating-stars-l .company_holder,
    .rating-stars-l .enroll-info-j {
    flex: 1 1 100%;
    min-width: 100%;
}.rating-stars-l .top-master-n {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.rating-stars-l {
    padding: 3rem 0 1.5rem;
}.rating-stars-l .company_holder {
    padding: 2rem;
}.rating-stars-l .company_holder h3 {
    font-size: calc(37px - 2px);
}.rating-stars-l .site-prime-w {
    gap: 1.5rem;
}.desktop-app-Q {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.rating-stars-l {
    padding: 2.5rem 0 1rem;
}.rating-stars-l .top-master-n {
    flex: 1 1 100%;
    min-width: 100%;
}.rating-stars-l .site-prime-w {
    gap: 1rem;
}.desktop-app-Q {
    padding: 1.5rem 0;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    margin-top: 1.5rem;
}.rating-stars-l::before {
    height: 5px;
}
}

@media (max-width: 420px) {.rating-stars-l .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.rating-stars-l .company_holder h3 {
    padding: 0.4rem 1rem;
}.rating-stars-l .top-master-n h5 {
    padding: 0.4rem 1rem;
}.rating-stars-l .top-master-n .site-prime-w {
    padding: 1rem;
}.rating-stars-l .top-master-n .site-prime-w a:hover {
    transform: translateX(3px);
}.desktop-app-Q .tutor-match-q {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}.privacySettingsWindow-W {
    bottom: 20px;
    z-index: 1050;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background: rgb(191,233,206);
    border-radius: 13px;
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    position: fixed;
    width: 90%;
    align-items: center;
    display: flex;
    text-align: center;
    padding: 20px;
    max-width: 600px;
    left: 50%;
}.edu-cookies-i {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}.track-alert-U {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.track-alert-U svg, .track-alert-U svg path, .track-alert-U img {
    width: 80px;
    height: 80px;
    fill: rgb(155,199,170);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.privacySettingsWindow-W h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: rgb(155,199,170);
    font-weight: 700;
}.privacySettingsWindow-W p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px;
}.data-policy-e {
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    width: calc(50% - 10px);
    text-align: center;
    background: rgb(155,199,170);
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    margin: 5px;
    font-size: 20px;
}.data-policy-e:hover {
    transform: translateY(-3px);
    background: rgb(119,166,135);
}.cookie_button.track-toggle-C {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.track-toggle-C:hover {
    background: rgb(119,166,135,0.5);
}.privacySettingsWindow-W p a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(155,199,170);
}.privacySettingsWindow-W p a:hover {
    color: rgb(119,166,135);
}
@media only screen and (max-width: 600px) {.privacySettingsWindow-W {
    border-radius: 0;
    width: 100%;
    left: 0;
    transform: none;
    bottom: 0;
}.edu-cookies-i {
    padding: 15px;
}.track-alert-U svg {
    height: 50px;
    width: 50px;
}.privacySettingsWindow-W h5 {
    font-size: calc(18px - 2px);
}.privacySettingsWindow-W p {
    font-size: calc(14px - 2px);
}.data-policy-e {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(20px - 2px);
}}
#cookieMessageBanner-y {
    display: none;
}#cookieMessageBanner-y:checked ~ .privacySettingsWindow-W {
    opacity: 0;
    visibility: hidden;
}.tariff-box-u {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.tariff-box-u::before {
    right: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.85) 100%);
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
}.tariff-box-u .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.tariff-box-u .learning-fees-d {
    position: relative;
}.tariff-box-u h2 {
    font-size: 35px;
    transform: perspective(1000px) translateZ(30px);
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
}.tariff-box-u h2::after {
    background: linear-gradient(90deg, rgb(155,199,170,0.5), rgb(155,199,170), rgb(155,199,170,0.5));
    position: absolute;
    height: 4px;
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    content: "";
    width: 80px;
}.tariff-box-u .edu-packages-P {
    font-weight: 300;
    color: #ffffff;
    opacity: 0.9;
    margin: 0 auto 50px;
    max-width: 800px;
    font-size: calc(18px * 1.1);
    line-height: 1.6;
    transform: perspective(1000px) translateZ(20px);
    text-align: center;
}.tariff-box-u .learn-packs-J {
    gap: 30px;
    margin: 0;
    padding: 0;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
}.tariff-box-u .learn-packs-J li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
}.tariff-box-u .pro-rates-p {
    position: relative;
    text-decoration: none;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    transform-style: preserve-3d;
}.tariff-box-u .fee-pricing-V {
    backdrop-filter: blur(10px);
    height: 100%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 40px 30px;
}.tariff-box-u .fee-pricing-V::before {
    position: absolute;
    top: 0;
    height: 5px;
    left: 0;
    width: 100%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    background: linear-gradient(90deg, rgb(155,199,170), rgb(119,166,135));
    content: "";
    transform: scaleX(0.8);
    opacity: 0.8;
}.tariff-box-u .fee-pricing-V::after {
    right: 0;
    width: 150px;
    border-radius: 50%;
    transform: translate(30%, 30%);
    transition: all 0.6s ease;
    background: radial-gradient(circle, rgb(155,199,170,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    z-index: -1;
    height: 150px;
    opacity: 0.2;
    bottom: 0;
}.tariff-box-u .pay-plans-f {
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    position: relative;
}.tariff-box-u .pay-plans-f h4 {
    font-size: calc(22px * 1.2);
    font-weight: 600;
    color: #ffffff;
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 15px;
    transform: translateZ(10px);
}.tariff-box-u .pay-plans-f h4::after {
    width: 50px;
    content: "";
    transition: width 0.4s ease;
    background: rgb(119,166,135);
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
}.tariff-box-u .pay-plans-f p {
    max-height: 250px;
    opacity: 0.8;
    overflow-wrap: break-word;
    word-break: break-word;
    font-weight: 300;
    transform: translateZ(5px);
    color: #ffffff;
    padding-right: 5px;
    margin: 0 0 30px;
    font-size: 18px;
    overflow-y: auto;
    line-height: 1.7;
}.tariff-box-u .pay-plans-f p::-webkit-scrollbar {
    width: 4px;
}.tariff-box-u .pay-plans-f p::-webkit-scrollbar-thumb {
    background: rgb(155,199,170,0.5);
    border-radius: 10px;
}.tariff-box-u .pay-plans-f p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
}.tariff-box-u .lesson-fees-U {
    transition: all 0.4s ease;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    font-size: calc(22px * 1.5);
    transform: translateZ(15px);
    position: relative;
    padding: 10px 5px;
}.tariff-box-u .lesson-fees-U::before {
    content: "";
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(119,166,135), transparent);
    width: 100%;
    transform-origin: center;
    bottom: 5px;
    transform: scaleX(0.5);
    left: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.6;
    position: absolute;
}.tariff-box-u .pro-rates-p:hover .fee-pricing-V {
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.15);
    transform: translateY(-10px) translateZ(20px);
}.tariff-box-u .pro-rates-p:hover .fee-pricing-V::before {
    transform: scaleX(1);
    opacity: 1;
}.tariff-box-u .pro-rates-p:hover .fee-pricing-V::after {
    transform: translate(20%, 20%) scale(1.2);
    opacity: 0.4;
}.tariff-box-u .pro-rates-p:hover .pay-plans-f h4::after {
    width: 80px;
}.tariff-box-u .pro-rates-p:hover .lesson-fees-U {
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transform: translateZ(25px) scale(1.05);
}.tariff-box-u .pro-rates-p:hover .lesson-fees-U::before {
    opacity: 1;
    transform: scaleX(0.8);
}

@media (max-width: 1200px) {.tariff-box-u {
    padding: 80px 0;
}.tariff-box-u .learn-packs-J {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.tariff-box-u {
    padding: 70px 0;
}.tariff-box-u h2 {
    font-size: calc(35px * 0.9);
}.tariff-box-u .edu-packages-P {
    margin-bottom: 40px;
    font-size: 18px;
}.tariff-box-u .learn-packs-J {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.tariff-box-u .fee-pricing-V {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.tariff-box-u {
    padding: 60px 0;
}.tariff-box-u h2 {
    margin-bottom: 15px;
    font-size: calc(35px * 0.8);
}.tariff-box-u .edu-packages-P {
    margin-bottom: 30px;
}.tariff-box-u .learn-packs-J {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.tariff-box-u .pay-plans-f h4 {
    font-size: 22px;
}.tariff-box-u .lesson-fees-U {
    font-size: calc(22px * 1.3);
}
}

@media (max-width: 480px) {.tariff-box-u {
    padding: 50px 0;
}.tariff-box-u .fee-pricing-V {
    padding: 25px 20px;
}.tariff-box-u .pay-plans-f p {
    font-size: calc(18px * 0.95);
    max-height: 200px;
    line-height: 1.6;
}.tariff-box-u .lesson-fees-U {
    font-size: calc(22px * 1.2);
}
}

@media (hover: none) {.tariff-box-u .fee-pricing-V {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
}.tariff-box-u .fee-pricing-V::before {
    transform: scaleX(0.9);
    opacity: 0.9;
}.tariff-box-u .pay-plans-f h4::after {
    width: 60px;
}
}