* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.policy-links-id {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1230px;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.viewport-container-id {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}a {
    color: inherit;
    text-decoration: none;
}.head-teach-id {
    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;
}}
.try-immediately-id {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(184,151,142) 0%, rgb(210,187,170) 100%);
    padding: 100px 0;
}.try-immediately-id::before {
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    opacity: 0.1;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(184,151,142,0.5) 0px,
        rgb(184,151,142,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    height: 100%;
}.try-immediately-id::after {
    height: 200px;
    z-index: 1;
    width: 200px;
    position: absolute;
    border-radius: 50%;
    right: -50px;
    background: rgb(210,187,170);
    bottom: -50px;
    content: "";
    opacity: 0.2;
}.try-immediately-id .container {
    flex-direction: column;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.try-immediately-id h2 {
    margin-bottom: 40px;
    font-size: 29px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    text-align: center;
    transition: transform 0.5s ease;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 700;
    max-width: 900px;
}.try-immediately-id h2:hover {
    transform: perspective(1000px) rotateX(0deg);
}.try-immediately-id .pedagogy-way-id {
    padding: 30px 50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    align-items: center;
    background: #ffffff;
    transform: translateY(0);
    position: relative;
    gap: 25px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    border-radius: 29px;
}.try-immediately-id .pedagogy-way-id::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(210,187,170), rgb(184,151,142));
    left: 0;
    z-index: 1;
    height: 100%;
    width: 5px;
    content: "";
    position: absolute;
}.try-immediately-id .pedagogy-way-id:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.try-immediately-id svg {
    transform: rotate(-5deg);
    transition: transform 0.3s ease;
    width: 48px;
    height: 48px;
}.try-immediately-id svg:hover {
    transform: rotate(0deg) scale(1.1);
}.try-immediately-id svg path {
    transition: fill 0.3s ease;
    fill: rgb(210,187,170);
}.try-immediately-id .pedagogy-way-id:hover svg path {
    fill: rgb(184,151,142);
}.try-immediately-id .connect-request-id {
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    padding: 15px 35px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    display: inline-block;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(210,187,170) 0%, rgb(184,151,142) 100%);
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}.try-immediately-id .connect-request-id::before {
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    top: 0;
    height: 100%;
    transition: left 0.7s ease;
    content: "";
    position: absolute;
}.try-immediately-id .connect-request-id:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) scale(1.02);
}.try-immediately-id .connect-request-id:hover::before {
    left: 100%;
}.try-immediately-id .connect-request-id:active {
    transform: translateY(1px);
}.try-immediately-id .pedagogy-way-id div {
    position: relative;
}.try-immediately-id .pedagogy-way-id div::after {
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 0;
    content: "";
    background: rgb(184,151,142);
    position: absolute;
    transition: width 0.3s ease;
}.try-immediately-id .pedagogy-way-id:hover div::after {
    width: 100%;
}

@media (max-width: 991px) {.try-immediately-id {
    padding: 80px 0;
}.try-immediately-id h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.try-immediately-id .pedagogy-way-id {
    padding: 25px 40px;
}
}

@media (max-width: 767px) {.try-immediately-id {
    padding: 60px 0;
}.try-immediately-id h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 25px;
    transform: none;
}.try-immediately-id .pedagogy-way-id {
    gap: 20px;
    padding: 25px;
    flex-direction: column;
}.try-immediately-id .pedagogy-way-id::before {
    height: 5px;
    width: 100%;
}.try-immediately-id svg {
    width: 40px;
    height: 40px;
}.try-immediately-id .connect-request-id {
    padding: 12px 30px;
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 479px) {.try-immediately-id {
    padding: 50px 0;
}.try-immediately-id h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.7);
}.try-immediately-id .pedagogy-way-id {
    padding: 20px;
}.try-immediately-id svg {
    width: 32px;
    height: 32px;
}.try-immediately-id .connect-request-id {
    padding: 10px 25px;
    font-size: calc(15px * 0.85);
}}header {
    z-index: 99;
    width: 100%;
    background: linear-gradient(to right, rgb(184,151,142) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: visible;
    position: relative;
}header::before {
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(210,187,170,0.5) 10px,
        rgb(210,187,170,0.5) 11px
    );
    opacity: 0.1;
    height: 100%;
    z-index: -1;
}header .top-teach-id {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px;
    justify-content: space-between;
    width: 100%;
}header .top-teach-id::after {
    bottom: 0;
    width: 90%;
    content: '';
    left: 5%;
    box-shadow: 0 0 10px rgb(184,151,142), 0 0 20px rgb(184,151,142,0.5);
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(210,187,170),
        rgb(184,151,142),
        rgb(210,187,170),
        transparent
    );
    height: 1px;
}header .top-teach-id .main-mainwrap-id {
    position: relative;
    margin-right: 20px;
    padding: 5px 10px;
    z-index: 2;
}header .top-teach-id .main-mainwrap-id::before {
    opacity: 0;
    border: 1px solid rgb(184,151,142,0.5);
    content: '';
    top: 0;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(184,151,142,0.5);
    width: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    height: 100%;
    left: 0;
}header .top-teach-id .main-mainwrap-id:hover::before {
    opacity: 1;
}header .top-teach-id .main-mainwrap-id .nav-wrap-id {
    transition: transform 0.3s ease;
    display: block;
}header .top-teach-id .main-mainwrap-id:hover .nav-wrap-id {
    transform: scale(1.05);
}header .top-teach-id .main-mainwrap-id .nav-wrap-id svg {
    width: auto;
    filter: drop-shadow(0 0 5px rgb(184,151,142,0.5));
    height: 45px;
}header .top-teach-id .nav-lesson-id {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-radius: 10px;
    padding: 15px 20px;
    justify-content: flex-end;
    list-style: none;
    background: rgba(0, 0, 0, 0.2);
    margin: 0;
}header .top-teach-id .nav-lesson-id::before {
    opacity: 0.2;
    border-radius: 10px;
    background: radial-gradient(
        ellipse at center,
        rgb(184,151,142,0.5) 0%,
        transparent 70%
    );
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}header .top-teach-id .nav-lesson-id .header-sitebar-id {
    margin: 0;
    position: relative;
}header .top-teach-id .nav-lesson-id .header-sitebar-id::after {
    box-shadow: 0 0 8px rgb(210,187,170);
    background: rgb(210,187,170);
    transition: width 0.3s ease, left 0.3s ease;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 2px;
    position: absolute;
    content: '';
}header .top-teach-id .nav-lesson-id .header-sitebar-id:hover::after {
    width: 80%;
    left: 10%;
}header .top-teach-id .nav-lesson-id .header-sitebar-id a {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    padding: 10px 15px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    display: block;
    font-weight: 400;
}header .top-teach-id .nav-lesson-id .header-sitebar-id:hover a {
    color: rgb(210,187,170);
    text-shadow: 0 0 5px rgb(210,187,170,0.5);
}

@media (max-width: 992px) {header .top-teach-id {
    flex-direction: column;
}header .top-teach-id .main-mainwrap-id {
    align-self: center;
    margin: 0 0 15px 0;
}header .top-teach-id .nav-lesson-id {
    justify-content: center;
    width: 100%;
}header .top-teach-id .nav-lesson-id .header-sitebar-id a {
    padding: 10px 15px;
    font-size: calc(14px - 1px);
}}.user-comments-id {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(232,217,212), rgba(245, 248, 252, 0.7));
    padding: 120px 0;
    position: relative;
}.user-comments-id::before {
    content: "";
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgba(rgb(210,187,170,0.5), 0.05), transparent 60%);
    left: 0;
    width: 100%;
}.user-comments-id::after {
    background: linear-gradient(135deg, rgba(rgb(184,151,142,0.5), 0.05), rgba(rgb(210,187,170,0.5), 0.08));
    content: "";
    height: 300px;
    filter: blur(40px);
    border-radius: 50%;
    right: -50px;
    position: absolute;
    bottom: -50px;
    z-index: 0;
    width: 300px;
}.user-comments-id .container {
    position: relative;
    z-index: 1;
}.user-comments-id h2 {
    text-align: center;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 31px;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
}.user-comments-id h2::after {
    position: absolute;
    box-shadow: 0 5px 15px rgba(rgb(210,187,170,0.5), 0.2);
    bottom: -15px;
    background: linear-gradient(90deg, rgb(210,187,170), rgb(184,151,142));
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    left: 50%;
    content: "";
}.user-comments-id .alumni-voices-id {
    list-style: none;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
}.user-comments-id .client-ratings-id {
    background: #ffffff;
    border-radius: 15px;
    transform: translateY(0);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.03), -12px -12px 24px rgba(255, 255, 255, 0.9);
    padding: 30px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
}.user-comments-id .client-ratings-id::before {
    z-index: 0;
    top: 10px;
    font-size: 120px;
    font-family: serif;
    position: absolute;
    content: "";
    right: 20px;
    color: rgba(rgb(184,151,142,0.5), 0.06);
    line-height: 1;
}.user-comments-id .client-ratings-id:hover {
    transform: translateY(-8px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), -15px -15px 30px rgba(255, 255, 255, 1);
}.user-comments-id .client-ratings-id div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}.user-comments-id .client-ratings-id img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 3px solid #ffffff;
    transition: transform 0.3s ease;
    margin-right: 15px;
}.user-comments-id .client-ratings-id:hover img {
    transform: scale(1.05);
}.user-comments-id .client-ratings-id h4 {
    color: #000000;
    position: relative;
    margin: 0;
    font-size: calc(22px - 2px);
    font-weight: 600;
}.user-comments-id .client-ratings-id h4::after {
    transition: width 0.4s ease;
    width: 0;
    bottom: -5px;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(210,187,170), transparent);
    height: 2px;
}.user-comments-id .client-ratings-id:hover h4::after {
    width: 100%;
}.user-comments-id .client-ratings-id .description {
    z-index: 1;
    position: relative;
    line-height: 1.6;
    font-size: 18px;
    margin: 0;
    color: #000000;
}.user-comments-id .client-ratings-id:nth-child(odd) {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}.user-comments-id .client-ratings-id:nth-child(even) {
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
}.user-comments-id a {
    overflow: hidden;
    border-radius: 8px;
    display: block;
    text-decoration: none;
    font-size: 18px;
    width: fit-content;
    position: relative;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(rgb(210,187,170,0.5), 0.2);
    z-index: 1;
    transition: all 0.3s ease;
    padding: 12px 30px;
    font-weight: 600;
    margin: 40px auto 0;
    background: linear-gradient(135deg, rgb(210,187,170), rgb(184,151,142));
}.user-comments-id a::before {
    top: 0;
    content: "";
    width: 100%;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    position: absolute;
    z-index: -1;
}.user-comments-id a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(rgb(210,187,170,0.5), 0.3);
}.user-comments-id a:hover::before {
    left: 100%;
}

@media (min-width: 1200px) {.user-comments-id .alumni-voices-id {
    grid-template-columns: repeat(4, 1fr);
}.user-comments-id h2 {
    font-size: calc(31px + 4px);
}.user-comments-id .pedagogy-way-id {
    max-width: 1200px;
    margin: 0 auto;
}
}

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

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

@media (max-width: 767px) {.user-comments-id {
    padding: 60px 0;
}.user-comments-id .alumni-voices-id {
    grid-template-columns: 1fr;
}.user-comments-id h2 {
    font-size: calc(31px - 2px);
    margin-bottom: 40px;
}.user-comments-id .client-ratings-id {
    padding: 25px 20px;
}.user-comments-id .client-ratings-id img {
    height: 50px;
    width: 50px;
}.user-comments-id a {
    margin-top: 30px;
    padding: 10px 25px;
}
}

@media (max-width: 480px) {.user-comments-id {
    padding: 50px 0;
}.user-comments-id h2 {
    font-size: calc(31px - 4px);
}.user-comments-id .client-ratings-id {
    padding: 20px 15px;
}
}

@supports (backdrop-filter: blur(10px)) {.user-comments-id .client-ratings-id {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px) saturate(150%);
}.user-comments-id .client-ratings-id:hover {
    backdrop-filter: blur(15px) saturate(180%);
}
}

@media (prefers-reduced-motion: reduce) {.user-comments-id .client-ratings-id,
  .user-comments-id a,
  .user-comments-id a::before,
  .user-comments-id .client-ratings-id img,
  .user-comments-id .client-ratings-id h4::after {
    transition: none;
}
}

@container (min-width: 350px) {.user-comments-id .client-ratings-id .description {
    line-height: 1.7;
    font-size: calc(18px + 1px);
}}.sign-up-for-updates-id {
    position: relative;
    padding: 4rem 3rem;
    overflow: hidden;
    background: rgb(232,217,212);
}.sign-up-for-updates-id::before {
    top: -100px;
    border-radius: 50%;
    width: 250px;
    right: -100px;
    height: 250px;
    z-index: 1;
    opacity: 0.7;
    animation: orbit 20s linear infinite;
    position: absolute;
    background: linear-gradient(135deg, rgb(210,187,170) 0%, rgb(210,187,170,0.5) 100%);
    content: "";
}.sign-up-for-updates-id::after {
    content: "";
    background: linear-gradient(45deg, rgb(184,151,142) 0%, rgb(184,151,142,0.5) 100%);
    z-index: 1;
    position: absolute;
    bottom: -50px;
    width: 150px;
    animation: pulse-circle 15s ease-in-out infinite alternate;
    opacity: 0.5;
    border-radius: 50%;
    left: -50px;
    height: 150px;
}.sign-up-for-updates-id .pedagogy-way-id {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    grid-template-areas:
        "text form"
        "text form";
    z-index: 2;
    position: relative;
    align-items: center;
}.sign-up-for-updates-id .pedagogy-way-id::before {
    background: rgb(210,187,170,0.5);
    border-radius: 50%;
    filter: blur(10px);
    height: 50px;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    width: 50px;
    content: "";
    position: absolute;
    top: 50%;
    z-index: -1;
    left: 50%;
}.sign-up-for-updates-id p {
    font-family: Arial, sans-serif;
    font-size: 23px;
    color: #000000;
    line-height: 1.6;
    padding-left: 2rem;
    grid-area: text;
    font-weight: 700;
    position: relative;
}.sign-up-for-updates-id p::before {
    background: linear-gradient(to bottom, rgb(210,187,170), rgb(184,151,142));
    left: 0;
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    content: "";
    border-radius: 10px;
}.sign-up-for-updates-id .input_holder {
    flex-direction: column;
    grid-area: form;
    display: flex;
    gap: 1rem;
    position: relative;
}.sign-up-for-updates-id .input_holder::before {
    right: -15px;
    top: -15px;
    animation: rotate 30s linear infinite;
    opacity: 0.5;
    position: absolute;
    content: "";
    height: 80px;
    z-index: -1;
    border: 2px dashed rgb(210,187,170,0.5);
    width: 80px;
    border-radius: 50%;
}.sign-up-for-updates-id .input_holder::after {
    left: 30%;
    position: absolute;
    height: 100px;
    opacity: 0.3;
    width: 100px;
    bottom: -20px;
    z-index: -1;
    animation: float-circle 12s ease-in-out infinite alternate;
    content: "";
    border: 1px solid rgb(184,151,142,0.5);
    border-radius: 50%;
}.sign-up-for-updates-id .sub-promo-id {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    padding: 1.3rem 1.5rem;
    color: #000000;
    border-radius: 29px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}.sign-up-for-updates-id .sub-promo-id:focus {
    outline: none;
    border-color: rgb(210,187,170,0.5);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}.sign-up-for-updates-id .sub-promo-id::placeholder {
    color: #000000;
    opacity: 0.6;
}.sign-up-for-updates-id .sub-box-id {
    min-width: 150px;
    width: auto;
    align-self: flex-end;
    z-index: 1;
    font-size: 15px;
    background: rgb(210,187,170);
    font-weight: 600;
    position: relative;
    border: none;
    transition: all 0.3s ease;
    border-radius: 29px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    color: #ffffff;
    padding: 1rem 2rem;
    overflow: hidden;
}.sign-up-for-updates-id .sub-box-id::before {
    z-index: -1;
    position: absolute;
    opacity: 0;
    left: 50%;
    background: rgb(184,151,142);
    transition: transform 0.5s ease, opacity 0.3s ease;
    height: 100%;
    border-radius: 50%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    content: "";
}.sign-up-for-updates-id .sub-box-id:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5);
}

@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(30px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(30px) rotate(-360deg);
    }
}

@keyframes pulse-circle {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float-circle {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

@media (max-width: 768px) {.sign-up-for-updates-id {
    padding: 3rem 1.5rem;
}.sign-up-for-updates-id .pedagogy-way-id {
    grid-template-areas:
            "text"
            "help-section-id";
    gap: 2rem;
    grid-template-columns: 1fr;
}.sign-up-for-updates-id p {
    font-size: 18px;
}.sign-up-for-updates-id .input_holder {
    gap: 1rem;
}.sign-up-for-updates-id .sub-box-id {
    align-self: stretch;
    width: 100%;
}}.policy-links-id {
    padding: 80px 0 40px;
    position: relative;
    color: #ffffff;
    z-index: 1;
}.policy-links-id::before {
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}footer {
    position: relative;
}.policy-links-id .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 40px;
}.policy-links-id .company_holder {
    position: relative;
    padding-right: 40px;
}.policy-links-id .company_holder::after {
    position: absolute;
    height: 60%;
    content: "";
    right: 0;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(184,151,142,0.5), 
        transparent);
    width: 1px;
    top: 20%;
}.policy-links-id .company_holder h3 {
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: calc(37px * 0.9);
}.policy-links-id .company_holder h3::after {
    content: "";
    left: 0;
    border-radius: 10px;
    width: 40px;
    bottom: -8px;
    position: absolute;
    background: rgb(210,187,170);
    height: 3px;
}.policy-links-id .mobile-cta-id {
    max-width: 90%;
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 30px;
}.policy-links-id .award-show-id {
    display: flex;
    justify-content: flex-end;
}.policy-links-id .main-train-id {
    display: flex;
    gap: 60px;
}.policy-links-id .nav-lesson-id {
    position: relative;
}.policy-links-id .nav-lesson-id h5 {
    padding-bottom: 12px;
    font-size: 19px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 600;
}.policy-links-id .nav-lesson-id h5::after {
    left: 0;
    height: 2px;
    content: "";
    border-radius: 10px;
    bottom: 0;
    width: 30px;
    background: rgb(210,187,170);
    position: absolute;
}.policy-links-id .nav-lesson-id .main-train-id {
    flex-direction: column;
    display: flex;
    gap: 15px;
}.policy-links-id .nav-lesson-id .main-train-id a {
    text-decoration: none;
    opacity: 0.7;
    color: #ffffff;
    font-size: calc(14px * 0.95);
    position: relative;
    padding-left: 0;
    transition: all 0.3s ease;
}.policy-links-id .nav-lesson-id .main-train-id a::before {
    transition: all 0.3s ease;
    opacity: 0;
    content: "";
    transform: translateY(-50%);
    left: 0;
    background: rgb(210,187,170);
    height: 1px;
    width: 0;
    top: 50%;
    position: absolute;
}.policy-links-id .nav-lesson-id .main-train-id a:hover {
    opacity: 1;
    color: rgb(210,187,170);
    padding-left: 12px;
}.policy-links-id .nav-lesson-id .main-train-id a:hover::before {
    opacity: 1;
    width: 8px;
}.blog-ref-id {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}.blog-ref-id .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.blog-ref-id .citation-id {
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    opacity: 0.6;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(210,187,170,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(210,187,170);
    }
}

@media (max-width: 991px) {.policy-links-id {
    padding: 60px 0 30px;
}.policy-links-id .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.policy-links-id .company_holder {
    text-align: center;
    max-width: 600px;
    padding-right: 0;
    margin: 0 auto;
}.policy-links-id .company_holder::after {
    display: none;
}.policy-links-id .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.policy-links-id .company_holder h3::after {
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
}.policy-links-id .mobile-cta-id {
    text-align: center;
    max-width: 100%;
}.policy-links-id .award-show-id {
    justify-content: center;
}
}

@media (max-width: 767px) {.policy-links-id {
    padding: 50px 0 20px;
}.policy-links-id .main-train-id {
    flex-direction: column;
    gap: 40px;
    width: 100%;
}.policy-links-id .nav-lesson-id {
    text-align: center;
}.policy-links-id .nav-lesson-id h5 {
    text-align: center;
}.policy-links-id .nav-lesson-id h5::after {
    left: 50%;
    transform: translateX(-50%);
}.policy-links-id .nav-lesson-id .main-train-id {
    align-items: center;
}.policy-links-id .nav-lesson-id .main-train-id a {
    text-align: center;
}.policy-links-id .nav-lesson-id .main-train-id a::before {
    display: none;
}.policy-links-id .nav-lesson-id .main-train-id a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.policy-links-id {
    padding: 40px 0 20px;
}.policy-links-id .company_holder h3 {
    font-size: calc(37px * 0.8);
}.policy-links-id .mobile-cta-id {
    font-size: calc(14px * 0.9);
}.blog-ref-id .citation-id {
    font-size: calc(13px * 0.9);
}}

.policy-links-id::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.policy-links-id::after {
    box-shadow: 0 0 40px rgb(210,187,170,0.5);
}.policy-links-id .container::before {
    bottom: -75px;
    animation: pulse 10s infinite alternate-reverse;
    width: 150px;
    background: radial-gradient(
        circle, 
        rgb(184,151,142,0.5), 
        transparent 70%
    );
    left: -75px;
    border-radius: 50%;
    position: absolute;
    content: "";
    filter: blur(30px);
    height: 150px;
}.policy-links-id .nav-lesson-id::before {
    top: 10px;
    width: 5px;
    background: rgb(210,187,170);
    border-radius: 50%;
    content: "";
    opacity: 0.7;
    position: absolute;
    height: 5px;
    left: -15px;
}.policy-links-id .nav-lesson-id:hover::before {
    animation: glow 2s infinite;
}.policy-links-id .company_holder::before {
    bottom: -20px;
    position: absolute;
    width: 100px;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(210,187,170,0.5), 
        transparent);
    content: "";
}

@media (max-width: 991px) {.policy-links-id .company_holder::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
            transparent, 
            rgb(210,187,170,0.5), 
            transparent);
    left: 50%;
}}

.policy-links-id .nav-lesson-id .main-train-id a::after {
    left: 0;
    position: absolute;
    height: 1px;
    content: "";
    bottom: -2px;
    transition: width 0.3s ease;
    background: rgb(210,187,170);
    width: 0;
}.policy-links-id .nav-lesson-id .main-train-id a:hover::after {
    width: 100%;
}.policy-links-id .nav-lesson-id .main-train-id a:nth-child(odd):hover {
    transform: translateX(2px);
}.policy-links-id .nav-lesson-id .main-train-id a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    height: 1px;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(184,151,142,0.5), 
            transparent);
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
}.policy-links-id::before {
    background-blend-mode: overlay;
}}

.policy-links-id .company_holder h3::before {
    opacity: 0.7;
    left: -30px;
    top: 50%;
    background: rgb(210,187,170);
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
}

@media (max-width: 991px) {.policy-links-id .company_holder h3::before {
    display: none;
}}

.blog-ref-id {
    position: relative;
    overflow: hidden;
}.blog-ref-id::before {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(184,151,142,0.5), 
        transparent);
}.blog-ref-id::after {
    width: 30%;
    height: 1px;
    content: "";
    left: 35%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(184,151,142,0.5), 
        transparent);
    opacity: 0.3;
    bottom: 0;
    position: absolute;
}.blog-ref-id .citation-id {
    transition: all 0.3s ease;
    position: relative;
}.blog-ref-id .citation-id:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}.course-program-info-id {
    background: rgb(232,217,212);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    perspective: 1000px;
}.course-program-info-id::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(210,187,170,0.5) 0,
        rgb(210,187,170,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.05;
    animation: shiftLines 20s linear infinite;
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.course-program-info-id .container {
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
    overflow: visible;
    z-index: 2;
    position: relative;
}.course-program-info-id .program-plan-id {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 550px;
    gap: 0;
    display: grid;
    position: relative;
}.course-program-info-id .words-container-id {
    border-radius: 17px;
    transition: transform 0.5s ease;
    background: #ffffff;
    padding: 40px;
    margin-right: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    margin-left: 50px;
    transform: translateZ(0);
    z-index: 5;
    margin-top: -80px;
    grid-column: 1;
    grid-row: 2;
    position: relative;
}.course-program-info-id .words-container-id::before {
    width: 100%;
    border-radius: 17px;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    z-index: -1;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
}.course-program-info-id .words-container-id::after {
    border-radius: 50%;
    width: 100px;
    content: "";
    height: 100px;
    filter: blur(20px);
    background: radial-gradient(circle, rgb(210,187,170) 0%, transparent 70%);
    position: absolute;
    opacity: 0.3;
    top: -20px;
    z-index: -1;
    right: -20px;
    animation: pulsate 5s ease-in-out infinite;
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.course-program-info-id .words-container-id h2 {
    font-size: 34px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 2;
}.course-program-info-id .words-container-id h2::before {
    content: "";
    background: rgb(210,187,170);
    border-radius: 10px;
    transition: width 0.3s ease;
    bottom: -8px;
    position: absolute;
    left: 0;
    width: 40px;
    height: 4px;
}.course-program-info-id .words-container-id:hover h2::before {
    width: 100%;
}.course-program-info-id .words-container-id .description {
    color: #000000;
    font-size: 13px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.7;
    z-index: 2;
}.course-program-info-id .words-container-id .description:last-child {
    margin-bottom: 0;
}.course-program-info-id .img-overlay-box-id {
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    grid-row: 1;
    z-index: 3;
    grid-column: 1;
    border-radius: 17px;
    height: 450px;
    position: relative;
    transform: rotateX(5deg);
    transition: transform 0.5s ease;
}.course-program-info-id .img-overlay-box-id::before {
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
}.course-program-info-id .img-overlay-box-id::after {
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(210,187,170,0.5) 0%,
        transparent 60%
    );
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    content: "";
    mix-blend-mode: overlay;
}.course-program-info-id:hover .img-overlay-box-id {
    transform: rotateX(2deg) translateY(-10px);
}.course-program-info-id:hover .words-container-id {
    transform: translateY(-10px);
}.course-program-info-id .container::before,
.course-program-info-id .container::after {
    background: rgb(184,151,142,0.5);
    opacity: 0.1;
    content: "";
    border-radius: 50%;
    z-index: 1;
    position: absolute;
}.course-program-info-id .container::before {
    animation: float 20s ease-in-out infinite;
    width: 200px;
    top: -100px;
    left: -50px;
    height: 200px;
}.course-program-info-id .container::after {
    right: -30px;
    bottom: -50px;
    animation: float 15s ease-in-out infinite reverse;
    width: 150px;
    height: 150px;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.course-program-info-id .program-plan-id::after {
    position: absolute;
    right: 0;
    width: 100%;
    pointer-events: none;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(210,187,170,0.5) 20px,
        rgb(210,187,170,0.5) 21px
    );
    height: 100%;
    z-index: 1;
    top: 0;
    content: "";
    opacity: 0.05;
}

@media screen and (max-width: 1024px) {.course-program-info-id {
    padding: 80px 0;
}.course-program-info-id .program-plan-id {
    min-height: 400px;
}.course-program-info-id .img-overlay-box-id {
    height: 350px;
}.course-program-info-id .words-container-id {
    padding: 30px;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: -60px;
}.course-program-info-id .container::before {
    width: 150px;
    height: 150px;
}.course-program-info-id .container::after {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 767px) {.course-program-info-id {
    padding: 60px 0;
}.course-program-info-id .program-plan-id {
    min-height: auto;
}.course-program-info-id .img-overlay-box-id {
    transform: none;
    height: 250px;
}.course-program-info-id .words-container-id {
    transform: none;
    margin-right: 15px;
    padding: 25px;
    margin-left: 15px;
    margin-top: -40px;
}.course-program-info-id .words-container-id h2 {
    font-size: calc(34px * 0.85);
    margin-bottom: 20px;
}.course-program-info-id .words-container-id .description {
    font-size: calc(13px * 0.95);
}.course-program-info-id:hover .img-overlay-box-id,
    .course-program-info-id:hover .words-container-id {
    transform: none;
}.course-program-info-id .container::before,
    .course-program-info-id .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-program-info-id .img-overlay-box-id {
    animation: slideUp 0.8s ease-out forwards;
}.course-program-info-id .words-container-id {
    animation-fill-mode: forwards;
    opacity: 0;
    animation: slideUp 1s 0.3s ease-out forwards;
}

@media (prefers-color-scheme: dark) {.course-program-info-id {
    background: rgb(210,187,170);
}.course-program-info-id .words-container-id::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.course-program-info-id .words-container-id h2 {
    color: #ffffff;
}.course-program-info-id .words-container-id .description {
    opacity: 0.9;
    color: #ffffff;
}
}

@media (prefers-contrast: more) {.course-program-info-id .words-container-id {
    background: #ffffff;
}.course-program-info-id .words-container-id h2 {
    color: #000000;
}.course-program-info-id .words-container-id .description {
    color: #000000;
}.course-program-info-id .img-overlay-box-id::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.course-program-info-id::before,
    .course-program-info-id .container::before,
    .course-program-info-id .container::after,
    .course-program-info-id .words-container-id::after,
    .course-program-info-id:hover .img-overlay-box-id,
    .course-program-info-id:hover .words-container-id {
    transform: none;
    animation: none;
}.course-program-info-id .img-overlay-box-id,
    .course-program-info-id .words-container-id {
    opacity: 1;
    animation: none;
}}

.course-program-info-id .img-overlay-box-id,
.course-program-info-id .words-container-id {
    will-change: transform;
    transform: translateZ(0);
}

@media (hover: hover) {.course-program-info-id .words-container-id:hover h2::before {
    width: 100%;
}.course-program-info-id:hover .img-overlay-box-id {
    transform: rotateX(2deg) translateY(-10px);
}.course-program-info-id:hover .words-container-id {
    transform: translateY(-10px);
}}.program-assets-id {
    overflow: hidden;
    background-size: 60px 60px;
    position: relative;
    padding: 100px 0;
    background: rgb(232,217,212);
    font-family: Arial, sans-serif;
    background-image: 
        linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%);
}.program-assets-id::before {
    top: -10%;
    background: linear-gradient(145deg, rgb(210,187,170,0.5), rgb(184,151,142,0.5));
    height: 300px;
    content: "";
    opacity: 0.6;
    z-index: 0;
    right: -10%;
    width: 300px;
    position: absolute;
    filter: blur(80px);
    transform: translateZ(0);
}.program-assets-id::after {
    background: linear-gradient(225deg, rgb(184,151,142,0.5), rgb(210,187,170,0.5));
    content: "";
    transform: translateZ(0);
    bottom: -10%;
    position: absolute;
    z-index: 0;
    filter: blur(100px);
    left: -10%;
    width: 400px;
    height: 400px;
    opacity: 0.5;
}.program-assets-id .container {
    position: relative;
    display: flex;
    z-index: 1;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1200px;
    gap: 60px;
}.program-assets-id .img-overlay-box-id {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    height: auto;
    object-fit: cover;
    box-shadow: 
        15px 15px 30px rgba(0,0,0,0.1),
        -15px -15px 30px rgba(255,255,255,0.7),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    border-radius: 5px;
    max-height: 500px;
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    width: 100%;
}.program-assets-id .img-overlay-box-id:hover {
    box-shadow: 
        20px 20px 40px rgba(0,0,0,0.15),
        -20px -20px 40px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.program-assets-id .pedagogy-way-id {
    backdrop-filter: blur(10px);
    box-shadow: 
        10px 10px 20px rgba(0,0,0,0.05),
        -10px -10px 20px rgba(255,255,255,0.9),
        inset 2px 2px 3px rgba(255,255,255,0.9),
        inset -2px -2px 3px rgba(0,0,0,0.05);
    position: relative;
    transform: translateZ(0);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border-radius: 5px;
    padding: 40px;
}.program-assets-id .words-container-id {
    position: relative;
}.program-assets-id h1 {
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    transition: transform 0.4s ease-out;
    font-weight: 700;
    transform: translateY(0);
    line-height: 1.3;
    font-size: 38px;
}.program-assets-id h1::after {
    border-radius: 2px;
    left: 0;
    width: 120px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(210,187,170), rgb(184,151,142));
    height: 4px;
    transition: width 0.4s ease-out;
    transform-origin: left center;
    bottom: -10px;
}.program-assets-id .pedagogy-way-id:hover h1 {
    transform: translateY(-5px);
}.program-assets-id .pedagogy-way-id:hover h1::after {
    width: 180px;
}.program-assets-id ul {
    gap: 20px;
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin: 0;
}.program-assets-id li {
    box-shadow: 
        5px 5px 10px rgba(0,0,0,0.03),
        -5px -5px 10px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
    transition: all 0.3s ease;
    padding: 20px;
    position: relative;
    border-radius: 4px;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    transform: translateZ(0);
}.program-assets-id li:hover {
    box-shadow: 
        8px 8px 16px rgba(0,0,0,0.05),
        -8px -8px 16px rgba(255,255,255,0.9),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
    transform: translateY(-5px);
}.program-assets-id li p {
    color: #000000;
    align-items: flex-start;
    line-height: 1.6;
    display: flex;
    gap: 15px;
    font-size: 14px;
    margin: 0;
}.program-assets-id svg {
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.1));
    transition: transform 0.3s ease, filter 0.3s ease;
    flex-shrink: 0;
    transform: scale(0.9);
    margin-top: 2px;
}.program-assets-id li:hover svg {
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.15));
    transform: scale(1.1);
}.program-assets-id svg path {
    transition: fill 0.3s ease;
}.program-assets-id li:hover svg path {
    fill: rgb(210,187,170);
}

@media (min-width: 992px) {.program-assets-id .container {
    align-items: center;
    flex-direction: row;
}.program-assets-id .img-overlay-box-id {
    height: auto;
    width: 45%;
    max-height: 600px;
}.program-assets-id .pedagogy-way-id {
    width: 55%;
    margin-left: -50px;
}.program-assets-id ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.program-assets-id {
    padding: 80px 0;
}.program-assets-id .container {
    padding: 0 20px;
}.program-assets-id .pedagogy-way-id {
    padding: 30px;
}.program-assets-id h1 {
    font-size: calc(38px * 0.85);
}.program-assets-id ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {.program-assets-id {
    padding: 60px 0;
}.program-assets-id .img-overlay-box-id {
    max-height: 350px;
}.program-assets-id .pedagogy-way-id {
    padding: 25px;
}.program-assets-id h1 {
    font-size: calc(38px * 0.7);
}.program-assets-id li {
    padding: 15px;
}.program-assets-id li p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.program-assets-id {
    padding: 40px 0;
}.program-assets-id .container {
    gap: 30px;
}.program-assets-id .img-overlay-box-id {
    max-height: 250px;
}.program-assets-id .pedagogy-way-id {
    padding: 20px;
}.program-assets-id h1 {
    font-size: calc(38px * 0.6);
    margin-bottom: 20px;
}.program-assets-id h1::after {
    height: 3px;
    width: 80px;
}.program-assets-id li {
    padding: 12px;
}.program-assets-id svg {
    transform: scale(0.8);
}}.cookie-alert-message-id {
    width: 100%;
    bottom: 0;
    background: rgb(232,217,212);
    position: fixed;
    border-top: 2px solid rgb(210,187,170);
    z-index: 90;
}.consent-comply-id {
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    display: flex;
}#popupConsentNotice-id {
    display: none;
}#popupConsentNotice-id:checked ~ .cookie-alert-message-id {
    visibility: hidden;
    opacity: 0;
}.cookie-alert-message-id h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-alert-message-id p {
    font-size: 18px;
}.track-ack-id {
    margin-right: 10px;
    flex-shrink: 0;
}.track-ack-id svg, .track-ack-id svg path, .track-ack-id img {
    height: 100px;
    width: 100px;
    fill: rgb(210,187,170);
}.cookie-apply-id {
    font-size: 24px;
    flex-shrink: 0;
    text-decoration: none;
    margin-left: 10px;
    min-width: 120px;
    cursor: pointer;
    line-height: 35px;
    white-space: nowrap;
    border-bottom: 2px solid rgb(210,187,170);
    text-align: center;
    color: rgb(210,187,170);
}.cookie-alert-message-id p a {
    color: rgb(210,187,170);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie-alert-message-id {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track-ack-id {
    display: none;
}.consent-comply-id {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie-alert-message-id h5 {
    text-align: center;
}.cookie-alert-message-id p {
    text-align: center;
}.data-approval-id {
    margin-bottom: 20px;
}body .viewport-container-id .cookie-apply-id {
    margin-bottom: 10px;
    margin-left: 0;
}}
.viewport-container-id .cookie-alert-message-id {
    background: #ffffff;
    border: none;
    box-shadow: rgb(210,187,170,0.5) 0px 0px 40px 39px;
}.viewport-container-id .cookie-apply-id {
    padding: 10px;
    background: rgb(210,187,170);
    margin-left: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    border: none;
}.viewport-container-id .track-ack-id {
    width: 80px;
    height: 80px;
    background:rgb(210,187,170);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: flex;
}.viewport-container-id .track-ack-id svg, .viewport-container-id .track-ack-id svg path, .viewport-container-id .track-ack-id img {
    height: 40px;
    width: 40px;
    fill:#000000;
}.viewport-container-id .data-approval-id h5, .viewport-container-id .data-approval-id p {
    color: #000000;
}
@media only screen and (max-width: 800px){.viewport-container-id .track-ack-id {
    margin: 0;
    margin-bottom: 14px;
}}.opening-page-id {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,217,212) 0%, rgb(184,151,142,0.5) 100%);
    position: relative;
}.opening-page-id::before {
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(45deg, rgb(210,187,170,0.5) 0%, transparent 70%);
    left: 0;
    height: 100%;
    width: 100%;
}.opening-page-id::after {
    width: 70%;
    background: linear-gradient(225deg, rgb(184,151,142,0.5) 0%, transparent 80%);
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
    content: "";
    height: 40%;
}.opening-page-id > div {
    flex-direction: column;
    display: flex;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.opening-page-id > div > div:first-child {
    margin-bottom: 60px;
    position: relative;
}.opening-page-id .edu-skill-id {
    font-size: 44px;
    transform: translateX(-10px);
    animation: slideInTitle 0.8s ease-out forwards;
    margin-bottom: 20px;
    color: #000000;
    opacity: 0;
    font-weight: 700;
    position: relative;
}.opening-page-id .edu-skill-id::after {
    transform: scaleX(0);
    left: 0;
    animation: expandLine 1s ease-out 0.8s forwards;
    content: "";
    position: absolute;
    height: 4px;
    width: 80px;
    transform-origin: left;
    bottom: -10px;
    background: rgb(210,187,170);
}.opening-page-id p {
    opacity: 0;
    font-size: calc(13px * 1.2);
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    max-width: 680px;
    color: #000000;
    line-height: 1.6;
    transform: translateY(10px);
}.opening-page-id .learn-home-id {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}.opening-page-id .pro-classes-id {
    transform: translateY(20px);
    animation: fadeIn 1s ease-out 0.6s forwards;
    width: 90%;
    border-radius: 25px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
}.opening-page-id .pro-classes-id::before {
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}.opening-page-id .pro-classes-id:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.opening-page-id .pro-classes-id span {
    position: relative;
    display: block;
    z-index: 2;
    padding: 180px 40px 40px;
}.opening-page-id .pro-classes-id h3 {
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: calc(20px);
}@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

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


.opening-page-id .pro-classes-id {
    cursor: pointer;
}


@media (min-width: 768px) {.opening-page-id > div {
    flex-direction: row;
    gap: 30px;
    align-items: center;
}.opening-page-id > div > div:first-child {
    flex: 1;
    margin-bottom: 0;
}.opening-page-id .learn-home-id {
    flex: 1.2;
    margin-top: 0;
}.opening-page-id .edu-skill-id {
    font-size: calc(44px * 1.1);
}
}

@media (max-width: 767px) {.opening-page-id {
    padding: 80px 0;
}.opening-page-id .edu-skill-id {
    font-size: calc(44px * 0.8);
}.opening-page-id p {
    font-size: 13px;
}.opening-page-id .pro-classes-id {
    width: 100%;
}.opening-page-id .pro-classes-id span {
    padding: 140px 30px 30px;
}.opening-page-id .pro-classes-id h3 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 480px) {.opening-page-id {
    padding: 60px 0;
}.opening-page-id .edu-skill-id {
    font-size: calc(44px * 0.7);
}.opening-page-id .pro-classes-id span {
    padding: 100px 20px 20px;
}.opening-page-id .pro-classes-id h3 {
    font-size: calc(20px * 0.8);
}}.gratZone-id {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,217,212) 0%, rgb(210,187,170,0.5) 100%);
    position: relative;
}.gratZone-id::before {
    height: 70%;
    opacity: 0.05;
    background: linear-gradient(210deg, rgb(184,151,142) 0%, rgb(210,187,170) 100%);
    content: "";
    right: -5%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    width: 45%;
    position: absolute;
    transform: rotate(15deg) skewX(-15deg);
    top: -10%;
    z-index: 1;
}.gratZone-id::after {
    z-index: 1;
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
    content: "";
    height: 60%;
    left: -5%;
    opacity: 0.07;
    position: absolute;
    width: 35%;
    transform: rotate(-10deg) skewX(15deg);
    background: linear-gradient(45deg, rgb(210,187,170) 0%, rgb(184,151,142) 100%);
    bottom: -10%;
}.gratZone-id .container {
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.gratZone-id .pedagogy-way-id {
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    display: grid;
    position: relative;
    gap: 2.5rem;
}.gratZone-id .pedagogy-way-id > div:first-child {
    padding: 3rem;
    transform: translateZ(20px);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.gratZone-id .pedagogy-way-id > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.gratZone-id .pedagogy-way-id > div:first-child::before {
    content: "";
    background: linear-gradient(to bottom, rgb(210,187,170), rgb(184,151,142));
    width: 5px;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}.gratZone-id .pedagogy-way-id > div:last-child {
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
    transform: translateZ(10px);
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
}.gratZone-id .pedagogy-way-id > div:last-child:hover {
    transform: translateZ(25px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
}.gratZone-id h5 {
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0;
    font-size: calc(24px * 1.1);
    color: #000000;
}.gratZone-id h5::after {
    display: block;
    height: 3px;
    width: 70px;
    background: linear-gradient(90deg, rgb(210,187,170), transparent);
    margin-top: 1rem;
    content: "";
}.gratZone-id a {
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease;
    display: block;
}.gratZone-id a:hover {
    transform: translateX(5px);
}.gratZone-id p {
    margin: 0;
    color: #000000;
    font-size: 15px;
    position: relative;
    line-height: 1.8;
}.gratZone-id p::first-line {
    color: rgb(210,187,170);
    font-weight: 600;
}

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

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

@media (max-width: 767px) {.gratZone-id {
    padding: 4rem 0;
}.gratZone-id .pedagogy-way-id > div:first-child,
    .gratZone-id .pedagogy-way-id > div:last-child {
    padding: 2rem;
}.gratZone-id h5 {
    font-size: 24px;
}.gratZone-id p {
    font-size: calc(15px * 0.95);
}
}

@media (hover: hover) {.gratZone-id .pedagogy-way-id > div:first-child:hover::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
    content: "";
}.gratZone-id .pedagogy-way-id > div:last-child:hover::after {
    content: "";
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
    inset: 0;
    position: absolute;
}}.contact-form-section-id {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: rgb(232,217,212);
}.contact-form-section-id::before {
    content: "";
    z-index: 1;
    position: absolute;
    right: -150px;
    background: linear-gradient(45deg, rgb(210,187,170,0.5), rgb(184,151,142,0.5));
    top: -150px;
    height: 400px;
    filter: blur(70px);
    border-radius: 50%;
    width: 400px;
}.contact-form-section-id::after {
    left: -100px;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    content: "";
    background: linear-gradient(225deg, rgb(184,151,142,0.5), rgb(210,187,170,0.5));
    filter: blur(60px);
    width: 300px;
    height: 300px;
    bottom: -100px;
}.contact-form-section-id .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}.contact-form-section-id h2 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #000000;
    position: relative;
    text-align: center;
}.contact-form-section-id h2::before {
    position: absolute;
    top: -25px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: -1;
    background: rgb(210,187,170,0.5);
    left: calc(50% - 120px);
    content: "";
}.contact-form-section-id h2::after {
    right: calc(50% - 100px);
    content: "";
    width: 30px;
    height: 30px;
    bottom: -15px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    background: rgb(184,151,142,0.5);
}.contact-form-section-id .help-links-id {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
}.contact-form-section-id .help-links-id::before {
    z-index: 0;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(210,187,170,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(184,151,142,0.5) 99%
    );
    content: "";
    position: absolute;
}.contact-form-section-id .img-overlay-box-id {
    position: relative;
    transition: transform 0.5s ease;
    flex: 0 0 45%;
    min-height: 500px;
}.contact-form-section-id .img-overlay-box-id::before {
    inset: 0;
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}.contact-form-section-id .img-overlay-box-id::after {
    left: 20px;
    pointer-events: none;
    top: 20px;
    z-index: 2;
    content: "";
    bottom: 20px;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
}.contact-form-section-id .message-links-id {
    padding: 60px;
    position: relative;
    display: flex;
    flex: 0 0 55%;
    flex-direction: column;
    justify-content: center;
}.contact-form-section-id form {
    position: relative;
    z-index: 3;
}.contact-form-section-id form h3 {
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
    font-size: 22px;
}.contact-form-section-id form input[type="text"] {
    background: rgb(232,217,212);
    margin-bottom: 25px;
    width: 100%;
    color: #000000;
    border: none;
    font-size: 14px;
    border-radius: 12px;
    transition: all 0.3s ease;
    padding: 18px 25px;
}.contact-form-section-id form input[type="text"]:focus {
    background: linear-gradient(rgb(232,217,212), rgb(232,217,212)) padding-box,
                linear-gradient(to right, rgb(210,187,170), rgb(184,151,142)) border-box;
    border: 1px solid transparent;
    outline: none;
    box-shadow: 0 5px 15px rgba(rgb(210,187,170), 0.1);
}.contact-form-section-id form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact-form-section-id .feedback-widget-id {
    margin-bottom: 30px;
    position: relative;
}.contact-form-section-id .feedback-widget-id input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-form-section-id .feedback-widget-id label {
    position: relative;
    padding-left: 35px;
    align-items: center;
    cursor: pointer;
    color: #000000;
    display: flex;
    font-size: 13px;
}.contact-form-section-id .feedback-widget-id label::before {
    height: 22px;
    background: rgb(232,217,212);
    width: 22px;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    border-radius: 6px;
}.contact-form-section-id .feedback-widget-id input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(210,187,170), rgb(184,151,142));
}.contact-form-section-id .feedback-widget-id input[type="checkbox"]:checked + label::after {
    width: 6px;
    height: 12px;
    position: absolute;
    left: 8px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    content: "";
    top: 4px;
    transform: rotate(45deg);
}.contact-form-section-id .feedback-widget-id label a {
    transition: color 0.3s ease;
    color: rgb(210,187,170);
    font-weight: 600;
    text-decoration: none;
}.contact-form-section-id .feedback-widget-id label a:hover {
    color: rgb(184,151,142);
}.contact-form-section-id .connect-request-id {
    color: #ffffff;
    border: none;
    overflow: hidden;
    font-size: 15px;
    padding: 20px;
    font-weight: 600;
    width: 100%;
    background: linear-gradient(135deg, rgb(210,187,170), rgb(184,151,142));
    transition: all 0.5s ease;
    border-radius: 12px;
    cursor: pointer;
    z-index: 1;
    position: relative;
}.contact-form-section-id .connect-request-id::before {
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    transform-origin: right;
    left: 0;
    background: linear-gradient(135deg, rgb(184,151,142), rgb(210,187,170));
    transform: scaleX(0);
    transition: transform 0.5s ease;
    content: "";
}.contact-form-section-id .connect-request-id:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact-form-section-id svg {
    fill: none;
    margin-right: 12px;
    height: 24px;
    stroke: rgb(210,187,170);
    transition: all 0.3s ease;
    width: 24px;
}.contact-form-section-id svg path {
    stroke: rgb(210,187,170);
    stroke-width: 2;
    transition: all 0.3s ease;
    fill: none;
}.contact-form-section-id svg:hover,
.contact-form-section-id svg:hover path {
    stroke: rgb(184,151,142);
}

@media (max-width: 1024px) {.contact-form-section-id {
    padding: 70px 0;
}.contact-form-section-id .message-links-id {
    padding: 45px;
}.contact-form-section-id .img-overlay-box-id {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact-form-section-id {
    padding: 60px 0;
}.contact-form-section-id h2 {
    margin-bottom: 40px;
}.contact-form-section-id .help-links-id {
    flex-direction: column;
}.contact-form-section-id .img-overlay-box-id {
    min-height: 300px;
    width: 100%;
    flex: 0 0 300px;
}.contact-form-section-id .message-links-id {
    flex: 0 0 auto;
    padding: 40px 30px;
}.contact-form-section-id form h3 {
    margin-bottom: 25px;
}.contact-form-section-id form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}

@media (max-width: 480px) {.contact-form-section-id {
    padding: 50px 0;
}.contact-form-section-id h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.9);
}.contact-form-section-id .img-overlay-box-id {
    min-height: 220px;
}.contact-form-section-id .message-links-id {
    padding: 30px 20px;
}.contact-form-section-id form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 20px;
}.contact-form-section-id form input[type="text"] {
    padding: 14px 16px;
    margin-bottom: 16px;
    font-size: calc(14px * 0.95);
}.contact-form-section-id .connect-request-id {
    padding: 16px;
}.contact-form-section-id .feedback-widget-id label {
    font-size: calc(13px * 0.95);
}}.secure-refuge-id {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,217,212) 0%, rgba(240, 242, 245, 0.9) 100%);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 4rem 2rem;
    color: #000000;
}.secure-refuge-id::before {
    transform: translateY(-15%) translateX(15%);
    z-index: 0;
    top: 0;
    right: 0;
    width: 30vw;
    position: absolute;
    background: linear-gradient(225deg, rgb(184,151,142,0.5) 0%, transparent 70%);
    height: 30vh;
    opacity: 0.2;
    content: "";
}.secure-refuge-id::after {
    z-index: 0;
    bottom: 0;
    width: 40vw;
    transform: translateY(15%) translateX(-15%);
    left: 0;
    position: absolute;
    height: 40vh;
    content: "";
    opacity: 0.15;
    background: linear-gradient(45deg, rgb(210,187,170,0.5) 0%, transparent 70%);
}.secure-refuge-id .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1140px;
}.secure-refuge-id h1 {
    transform-origin: left center;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: calc(46px * 1.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 2rem;
}.secure-refuge-id h1::after {
    content: "";
    left: 0;
    height: 3px;
    width: 4rem;
    background: rgb(210,187,170);
    transform-origin: left center;
    transition: transform 0.5s ease-out;
    bottom: -0.6rem;
    position: absolute;
    transform: scaleX(1);
}.secure-refuge-id h1:hover {
    transform: translateX(5px);
}.secure-refuge-id h1:hover::after {
    transform: scaleX(1.5);
}.secure-refuge-id h2 {
    padding-left: 1rem;
    font-weight: 600;
    position: relative;
    border-left: 3px solid rgb(184,151,142);
    transform: translateX(0);
    font-size: 35px;
    transition: transform 0.3s ease;
    padding-bottom: 0.5rem;
    color: #000000;
    margin: 2.5rem 0 1rem;
}.secure-refuge-id h2:hover {
    transform: translateX(5px);
}.secure-refuge-id h3 {
    font-size: calc(35px * 0.85);
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    color: #000000;
    padding-bottom: 0.3rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
}.secure-refuge-id h4 {
    font-size: calc(35px * 0.7);
    margin: 1.5rem 0 1rem;
    font-weight: 600;
    padding-left: 1rem;
    color: #000000;
    position: relative;
}.secure-refuge-id h4::before {
    top: 50%;
    background: rgb(184,151,142);
    height: 5px;
    transform: translateY(-50%);
    width: 5px;
    content: "";
    position: absolute;
    left: 0;
}.secure-refuge-id p {
    transition: opacity 0.3s ease, transform 0.3s ease;
    line-height: 1.7;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    transform: translateY(0);
    opacity: 0.9;
    font-size: 18px;
    color: #000000;
}.secure-refuge-id p:hover {
    opacity: 1;
    transform: translateY(-2px);
}.secure-refuge-id strong {
    font-weight: 600;
    display: inline-block;
    color: #000000;
    position: relative;
}.secure-refuge-id strong::after {
    content: "";
    background: rgb(210,187,170,0.5);
    transform-origin: left;
    bottom: -2px;
    transform: scaleX(0.3);
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
}.secure-refuge-id strong:hover::after {
    transform: scaleX(1);
}.secure-refuge-id ul {
    position: relative;
    list-style: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}.secure-refuge-id ul::before {
    left: 0;
    bottom: 0;
    width: 2px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(184,151,142,0.5) 0%, transparent 100%);
    content: "";
}.secure-refuge-id li {
    font-size: 18px;
    color: #000000;
    padding: 0.5rem 0 0.5rem 1.5rem;
    transition: transform 0.3s ease;
    margin-bottom: 0.5rem;
    line-height: 1.6;
    position: relative;
}.secure-refuge-id li::before {
    border-radius: 10px;
    top: 1rem;
    background: rgb(184,151,142);
    left: 0;
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    transition: transform 0.3s ease, background 0.3s ease;
}.secure-refuge-id li:hover {
    transform: translateX(5px);
}.secure-refuge-id li:hover::before {
    background: rgb(210,187,170);
    transform: scale(1.3);
}.secure-refuge-id span {
    display: block;
    border-left: 2px solid rgb(210,187,170,0.5);
    padding: 1rem;
    transform: perspective(1000px) rotateX(0);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    color: #000000;
    background: rgba(#ffffff, 0.5);
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}.secure-refuge-id span:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {.secure-refuge-id {
    padding: 6rem 3rem;
}.secure-refuge-id .container {
    padding: 0 2rem;
}.secure-refuge-id h1 {
    font-size: calc(46px * 1.3);
    margin-bottom: 3rem;
}.secure-refuge-id h1::after {
    height: 4px;
    width: 6rem;
}.secure-refuge-id h2 {
    font-size: calc(35px * 1.1);
    margin: 3.5rem 0 1.5rem;
    padding-left: 1.2rem;
}.secure-refuge-id h3 {
    font-size: calc(35px * 0.9);
    margin: 2.5rem 0 1.2rem;
}.secure-refuge-id h4 {
    padding-left: 1.2rem;
    font-size: calc(35px * 0.75);
    margin: 2rem 0 1rem;
}.secure-refuge-id ul {
    padding-left: 2rem;
}.secure-refuge-id li {
    padding: 0.7rem 0 0.7rem 1.5rem;
}.secure-refuge-id span {
    padding: 1.5rem;
    margin-left: 1rem;
}
}

@media (min-width: 992px) {.secure-refuge-id {
    padding: 8rem 4rem;
}.secure-refuge-id::before {
    height: 40vh;
    width: 40vw;
}.secure-refuge-id::after {
    height: 50vh;
    width: 50vw;
}.secure-refuge-id h1 {
    font-size: calc(46px * 1.5);
    margin-bottom: 4rem;
    transform: translateZ(0);
}.secure-refuge-id h1::after {
    width: 8rem;
}.secure-refuge-id h2 {
    margin: 4rem 0 2rem;
    border-left-width: 4px;
    font-size: calc(35px * 1.2);
    padding-left: 1.5rem;
}.secure-refuge-id p {
    margin-bottom: 2rem;
    line-height: 1.8;
}.secure-refuge-id ul {
    margin: 2rem 0 2.5rem;
}.secure-refuge-id li {
    padding: 0.8rem 0 0.8rem 1.8rem;
    margin-bottom: 0.8rem;
}.secure-refuge-id span {
    padding: 2rem;
    margin-left: 2rem;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.secure-refuge-id {
    padding: 3rem 1.5rem;
}.secure-refuge-id h1 {
    font-size: calc(46px * 1);
    margin-bottom: 1.5rem;
}.secure-refuge-id h1::after {
    width: 3rem;
    height: 2px;
}.secure-refuge-id h2 {
    margin: 2rem 0 1rem;
    border-left-width: 2px;
    font-size: 35px;
    padding-left: 0.8rem;
}.secure-refuge-id h3, 
    .secure-refuge-id h4 {
    font-size: calc(35px * 0.8);
    margin: 1.5rem 0 0.8rem;
}.secure-refuge-id p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
    margin-bottom: 1.2rem;
}.secure-refuge-id ul {
    margin: 1rem 0 1.5rem;
    padding-left: 0.8rem;
}.secure-refuge-id li {
    font-size: calc(18px * 0.95);
    margin-bottom: 0.4rem;
    padding: 0.4rem 0 0.4rem 1.2rem;
    line-height: 1.5;
}.secure-refuge-id span {
    margin-bottom: 1.2rem;
    margin-left: 0;
    line-height: 1.6;
    font-size: calc(18px * 0.95);
    padding: 0.8rem;
}}.contact-id {
    position: relative;
    background: rgb(232,217,212);
    padding: 6rem 0;
    overflow: hidden;
}.contact-id::before {
    height: 100%;
    width: 100%;
    opacity: 0.1;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgb(210,187,170,0.5) 0%, transparent 50%, rgb(184,151,142,0.5) 100%);
    top: 0;
    left: 0;
    position: absolute;
}.contact-id::after {
    z-index: 2;
    top: 0;
    content: "";
    opacity: 0.15;
    position: absolute;
    animation: pulseBackground 15s infinite alternate ease-in-out;
    width: 100%;
    left: 0;
    height: 100%;
    background-image: 
    radial-gradient(circle at 10% 20%, rgb(210,187,170,0.5) 0%, transparent 8%),
    radial-gradient(circle at 90% 80%, rgb(184,151,142,0.5) 0%, transparent 8%),
    radial-gradient(circle at 50% 50%, rgb(210,187,170,0.5) 0%, transparent 10%);
}@keyframes pulseBackground {
  0% {
    opacity: 0.05;
    background-position: 0% 0%, 100% 100%, 50% 50%;
    background-size: 350px 350px, 400px 400px, 300px 300px;
  }
  50% {
    opacity: 0.15;
    background-position: 2% 3%, 98% 98%, 51% 52%;
    background-size: 380px 380px, 420px 420px, 320px 320px;
  }
  100% {
    opacity: 0.1;
    background-position: 3% 5%, 96% 96%, 52% 53%;
    background-size: 400px 400px, 450px 450px, 350px 350px;
  }
}

.contact-id .container {
    position: relative;
    z-index: 10;
}.contact-id .reach-us-id {
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border-radius: 13px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 3.5rem;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.contact-id .reach-us-id::before {
    left: -50%;
    transform: rotate(25deg);
    background: linear-gradient(45deg, transparent 65%, rgba(255, 255, 255, 0.03) 70%, rgba(255, 255, 255, 0.01) 75%, transparent 80%);
    width: 200%;
    animation: shimmer 8s infinite linear;
    z-index: -1;
    position: absolute;
    height: 200%;
    top: -50%;
    content: "";
}@keyframes shimmer {
  0% {
    transform: rotate(25deg) translateX(-30%);
  }
  100% {
    transform: rotate(25deg) translateX(30%);
  }
}

.contact-id .reach-us-id:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.contact-id .reach-us-id h2 {
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: 32px;
    position: relative;
    font-weight: 700;
    color: rgb(210,187,170);
}.contact-id .reach-us-id h2::after {
    position: absolute;
    content: "";
    width: 60px;
    background: linear-gradient(to right, rgb(210,187,170), rgb(184,151,142));
    height: 3px;
    bottom: -10px;
    border-radius: 10px;
    left: 0;
    transition: width 0.3s ease;
}.contact-id .reach-us-id:hover h2::after {
    width: 100%;
}.contact-id .reach-us-id p {
    color: #000000;
    margin-bottom: 2rem;
    font-size: 13px;
    line-height: 1.6;
    max-width: 90%;
}.contact-id .reach-us-id p:last-of-type {
    font-weight: 600;
    position: relative;
    display: flex;
    color: rgb(210,187,170);
    align-items: center;
    padding-left: 30px;
}.contact-id .reach-us-id p:last-of-type svg {
    width: 20px;
    left: 0;
    margin-right: 10px;
    height: 20px;
    position: absolute;
    fill: rgb(210,187,170);
}.contact-id .reach-us-id p:last-of-type svg path {
    fill: rgb(210,187,170);
}.contact-id .reach-team-idStx2 {
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    display: flex;
}.contact-id .learn-help-id {
    overflow: hidden;
    padding: 1rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    justify-content: center;
    font-size: calc(15px * 1.1);
    border-radius: 13px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    min-width: 200px;
    color: rgb(210,187,170);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    align-items: center;
}.contact-id .learn-help-id::before {
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    transition: left 0.7s ease;
    height: 100%;
    left: -100%;
}.contact-id .learn-help-id:hover {
    color: #ffffff;
    background: rgb(210,187,170,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.contact-id .learn-help-id:hover::before {
    left: 100%;
}.contact-id .learn-help-id svg {
    transition: transform 0.3s ease;
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.contact-id .learn-help-id svg {
    fill: rgb(210,187,170);
}.contact-id .learn-help-id:hover svg {
    transform: scale(1.1);
    fill: #ffffff;
}.contact-id .learn-help-id svg path {
    transition: fill 0.3s ease;
    fill: rgb(210,187,170);
}.contact-id .learn-help-id:hover svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.contact-id {
    padding: 4rem 0;
}.contact-id .reach-us-id {
    padding: 2.5rem;
}.contact-id .reach-us-id h2 {
    font-size: calc(32px * 0.9);
}.contact-id .reach-us-id p {
    max-width: 100%;
}.contact-id .reach-team-idStx2 {
    gap: 1rem;
}
}

@media (max-width: 767px) {.contact-id {
    padding: 3rem 0;
}.contact-id .reach-us-id {
    padding: 2rem 1.5rem;
}.contact-id .reach-us-id h2 {
    font-size: calc(32px * 0.8);
}.contact-id .reach-team-idStx2 {
    flex-direction: column;
    gap: 1rem;
}.contact-id .learn-help-id {
    width: 100%;
}.contact-id::after {
    background-size: 250px 250px, 300px 300px, 200px 200px;
}@keyframes pulseBackground {
    0% {
      opacity: 0.05;
      background-position: 0% 0%, 100% 100%, 50% 50%;
      background-size: 200px 200px, 250px 250px, 180px 180px;
    }
    50% {
      opacity: 0.15;
      background-position: 2% 3%, 98% 98%, 51% 52%;
      background-size: 220px 220px, 270px 270px, 200px 200px;
    }
    100% {
      opacity: 0.1;
      background-position: 3% 5%, 96% 96%, 52% 53%;
      background-size: 250px 250px, 300px 300px, 220px 220px;
    }
  }
}.pricing-grid-id {
    position: relative;
    background: linear-gradient(135deg, rgb(232,217,212) 0%, rgb(210,187,170,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
}.pricing-grid-id::before {
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(184,151,142,0.5) 0%, transparent 60%);
    z-index: 0;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    pointer-events: none;
    left: 0;
}.pricing-grid-id .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
}.pricing-grid-id .plan-rates-id {
    gap: 60px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}.pricing-grid-id .pricing-levels-id {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    border-left: 3px solid rgb(210,187,170);
    backdrop-filter: blur(10px);
    max-width: 100%;
    padding: 30px;
}.pricing-grid-id .pricing-levels-id:hover {
    transform: perspective(1000px) rotateX(2deg);
}.pricing-grid-id .pricing-levels-id h2 {
    color: transparent;
    transform: translateZ(0);
    font-size: 31px;
    letter-spacing: -0.02em;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgb(210,187,170), rgb(184,151,142));
    line-height: 1.3;
    font-weight: 700;
}.pricing-grid-id .pricing-levels-id .cost-schemes-id {
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    max-width: 700px;
    margin-bottom: 0;
}.pricing-grid-id .learning-pricing-id {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}.pricing-grid-id .basic-cost-id {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    border-radius: 4px;
    transform: translateY(0);
    display: block;
    position: relative;
    text-decoration: none;
}.pricing-grid-id .basic-cost-id:hover {
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.pricing-grid-id .learn-price-id {
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    flex-direction: column;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    position: relative;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.pricing-grid-id .learn-price-id::before {
    height: 5px;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(210,187,170), rgb(184,151,142));
    transition: transform 0.4s ease-out;
    top: 0;
    transform: scaleX(0.8);
}.pricing-grid-id .basic-cost-id:hover .learn-price-id::before {
    transform: scaleX(1);
}.pricing-grid-id .rate-card-id {
    display: flex;
    padding: 30px;
    flex: 1;
    position: relative;
    flex-direction: column;
    z-index: 1;
}.pricing-grid-id .rate-card-id h3 {
    white-space: nowrap;
    position: relative;
    font-size: calc(19px + 2px);
    margin-bottom: 15px;
    color: #000000;
    font-weight: 700;
    text-overflow: ellipsis;
    transition: transform 0.3s ease;
    transform-origin: left;
    overflow: hidden;
}.pricing-grid-id .basic-cost-id:hover .rate-card-id h3 {
    color: rgb(210,187,170);
    transform: translateX(5px) scale(1.03);
}.pricing-grid-id .cert-cost-id {
    margin-bottom: 20px;
    position: relative;
    color: rgb(184,151,142);
    font-size: calc(19px + 4px);
    font-weight: 700;
    display: inline-block;
}.pricing-grid-id .cert-cost-id::after {
    bottom: -5px;
    transform-origin: left;
    height: 3px;
    background: rgb(210,187,170);
    transform: scaleX(0.5);
    position: absolute;
    left: 0;
    content: "";
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 50px;
}.pricing-grid-id .basic-cost-id:hover .cert-cost-id::after {
    transform: scaleX(1);
}.pricing-grid-id .rate-card-id p {
    font-size: 15px;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    overflow: hidden;
    color: #000000;
    flex: 1;
    line-height: 1.6;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
}.pricing-grid-id .img-overlay-box-id {
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
}.pricing-grid-id .img-overlay-box-id::after {
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    pointer-events: none;
}.pricing-grid-id .basic-cost-id:hover .img-overlay-box-id {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing-grid-id .learning-pricing-id {
    grid-template-columns: repeat(2, 1fr);
}.pricing-grid-id .pricing-levels-id {
    padding: 40px;
}.pricing-grid-id .rate-card-id {
    padding: 30px 35px;
}.pricing-grid-id .img-overlay-box-id {
    height: 240px;
}
}

@media (min-width: 992px) {.pricing-grid-id .plan-rates-id {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
}.pricing-grid-id .pricing-levels-id {
    padding: 50px 40px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 30%;
}.pricing-grid-id .learning-pricing-id {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.pricing-grid-id .rate-card-id {
    padding: 30px;
}.pricing-grid-id .rate-card-id p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.pricing-grid-id {
    padding: 120px 0;
}.pricing-grid-id .learning-pricing-id {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-grid-id .pricing-levels-id h2 {
    font-size: calc(31px + 4px);
}.pricing-grid-id .rate-card-id h3 {
    font-size: calc(19px + 4px);
}.pricing-grid-id .cert-cost-id {
    font-size: calc(19px + 8px);
}.pricing-grid-id .img-overlay-box-id {
    height: 280px;
}
}

@media (min-width: 1400px) {.pricing-grid-id .learning-pricing-id {
    grid-template-columns: repeat(2, 1fr);
}.pricing-grid-id .rate-card-id p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.pricing-grid-id .basic-cost-id {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing-grid-id .basic-cost-id:hover {
    transform: translateY(-10px) scale(1.02);
}}.potential-learners-id {
    background-size: 60px 60px;
    background-color: #000000;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    color: #ffffff;
}.potential-learners-id::before {
    content: '';
    animation: rotateBackground 60s linear infinite;
    width: 200%;
    height: 200%;
    position: absolute;
    left: -50%;
    pointer-events: none;
    top: -50%;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(210,187,170,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(184,151,142,0.5) 0%, transparent 25%);
    opacity: 0.4;
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.potential-learners-id::after {
    position: absolute;
    top: 0;
    pointer-events: none;
    left: 0;
    content: '';
    height: 100%;
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    width: 100%;
}.potential-learners-id .container {
    margin: 0 auto;
    z-index: 5;
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
}.potential-learners-id .pedagogy-way-id {
    overflow: visible;
    position: relative;
    padding: 0;
}.potential-learners-id h4 {
    color: #ffffff;
    font-size: calc(28px * 1.2);
    text-align: center;
    padding-bottom: 20px;
    letter-spacing: 3px;
    text-shadow: 0 0 15px rgb(210,187,170,0.5), 0 0 30px rgb(210,187,170,0.5);
    margin: 0 0 70px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}.potential-learners-id h4::before {
    content: '';
    left: 50%;
    background: rgb(210,187,170);
    bottom: 0;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    box-shadow: 0 0 10px 2px rgb(210,187,170);
    position: absolute;
}.potential-learners-id h4::after {
    height: 1px;
    transform: translateX(-50%);
    width: 200px;
    content: '';
    bottom: -5px;
    left: 50%;
    background: rgb(184,151,142,0.5);
    position: absolute;
}.potential-learners-id div > div {
    margin: 0 -50px;
    perspective: 1500px;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}.potential-learners-id p {
    font-size: calc(18px * 1.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    backdrop-filter: blur(5px);
    align-items: flex-start;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    box-shadow: 
        0 0 20px rgb(210,187,170,0.5),
        inset 0 0 10px rgb(210,187,170,0.5);
    line-height: 1.7;
    margin: 0;
    padding: 30px 35px;
    border-radius: 0;
    border: 1px solid rgb(210,187,170,0.5);
    position: relative;
    overflow: visible;
}.potential-learners-id p::before {
    content: '';
    height: 30px;
    right: 0;
    background: rgb(210,187,170);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    width: 30px;
    position: absolute;
    opacity: 0.7;
    bottom: 0;
    transition: opacity 0.3s ease;
}.potential-learners-id p::after {
    position: absolute;
    content: attr(data-number);
    font-weight: 700;
    top: -15px;
    right: 25px;
    color: rgb(184,151,142);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0.15;
    font-size: calc(48px * 1.2);
}.potential-learners-id p:nth-child(1)::after {
    content: '01';
}.potential-learners-id p:nth-child(2)::after {
    content: '02';
}.potential-learners-id p:nth-child(3)::after {
    content: '03';
}.potential-learners-id p:nth-child(4)::after {
    content: '04';
}.potential-learners-id p:nth-child(5)::after {
    content: '05';
}.potential-learners-id p:nth-child(6)::after {
    content: '06';
}.potential-learners-id p:nth-child(7)::after {
    content: '07';
}.potential-learners-id p:nth-child(8)::after {
    content: '08';
}.potential-learners-id p:nth-child(9)::after {
    content: '09';
}.potential-learners-id p:nth-child(10)::after {
    content: '10';
}.potential-learners-id p:hover {
    border-color: rgb(210,187,170);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(210,187,170,0.5),
        inset 0 0 15px rgb(210,187,170);
    transform: translateY(-15px) rotateX(5deg);
    z-index: 10;
}.potential-learners-id p:hover::before {
    opacity: 1;
}.potential-learners-id p:hover::after {
    opacity: 0.3;
    transform: translateY(-10px) scale(1.2);
}.potential-learners-id p:nth-child(3n+1) {
    transform: translateX(-30px);
}.potential-learners-id p:nth-child(3n+3) {
    transform: translateX(30px);
}.potential-learners-id p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}.potential-learners-id p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}.potential-learners-id p svg {
    flex-shrink: 0;
    margin-right: 20px;
    height: 36px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 8px rgb(210,187,170,0.5));
    width: 36px;
}.potential-learners-id p:hover svg {
    transform: scale(1.2) rotate(15deg);
}.potential-learners-id p svg path {
    fill: rgb(210,187,170);
    transition: fill 0.3s ease;
}.potential-learners-id p:hover svg path {
    fill: rgb(184,151,142);
}.potential-learners-id .pedagogy-way-id::before {
    opacity: 0.2;
    content: '';
    background: 
        linear-gradient(45deg, transparent 48%, rgb(184,151,142) 49%, rgb(184,151,142) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(184,151,142) 49%, rgb(184,151,142) 51%, transparent 52%) 0 0/20px 20px;
    width: 200px;
    left: -100px;
    top: -70px;
    filter: blur(2px);
    position: absolute;
    animation: rotateMesh 30s linear infinite;
    height: 200px;
    border-radius: 50%;
}.potential-learners-id .pedagogy-way-id::after {
    content: '';
    bottom: -70px;
    position: absolute;
    width: 150px;
    border-radius: 50%;
    filter: blur(2px);
    height: 150px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(210,187,170) 49%, rgb(210,187,170) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(210,187,170) 49%, rgb(210,187,170) 51%, transparent 52%) 0 0/15px 15px;
    opacity: 0.2;
    animation: rotateMesh 30s linear infinite reverse;
    right: -70px;
}

@keyframes rotateMesh {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {.potential-learners-id div > div {
    margin: 0 -30px;
}
}

@media (max-width: 991px) {.potential-learners-id {
    padding: 80px 0;
}.potential-learners-id h4 {
    margin-bottom: 60px;
    font-size: calc(28px * 1.1);
}.potential-learners-id div > div {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -20px;
}.potential-learners-id p {
    padding: 25px 30px;
}.potential-learners-id p svg {
    height: 32px;
    width: 32px;
    margin-right: 15px;
}.potential-learners-id p:nth-child(3n+1),
    .potential-learners-id p:nth-child(3n+3) {
    transform: none;
}.potential-learners-id p:nth-child(odd) {
    transform: translateX(-20px);
}.potential-learners-id p:nth-child(even) {
    transform: translateX(20px);
}.potential-learners-id p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.potential-learners-id p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}

@media (max-width: 767px) {.potential-learners-id {
    padding: 70px 0;
}.potential-learners-id h4 {
    margin-bottom: 50px;
    letter-spacing: 2px;
    font-size: 28px;
}.potential-learners-id div > div {
    margin: 0;
    grid-template-columns: 1fr;
    gap: 25px;
}.potential-learners-id p {
    transform: none !important;
    padding: 25px;
}.potential-learners-id p:hover {
    transform: translateY(-10px) !important;
}.potential-learners-id .pedagogy-way-id::before {
    top: -50px;
    width: 120px;
    height: 120px;
    left: -60px;
}.potential-learners-id .pedagogy-way-id::after {
    width: 100px;
    height: 100px;
    right: -50px;
    bottom: -50px;
}
}

@media (max-width: 480px) {.potential-learners-id {
    padding: 60px 0;
}.potential-learners-id h4 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.85);
    letter-spacing: 1px;
}.potential-learners-id p {
    font-size: 18px;
    padding: 20px;
}.potential-learners-id p svg {
    height: 28px;
    margin-right: 12px;
    width: 28px;
}.potential-learners-id p::after {
    right: 15px;
    top: -10px;
    font-size: 48px;
}}.our-background-id {
    padding: 120px 0;
    background: rgb(232,217,212);
    overflow: hidden;
    position: relative;
}.our-background-id::before {
    z-index: 1;
    position: absolute;
    top: 0;
    opacity: 0.35;
    height: 100%;
    background: linear-gradient(135deg, rgb(210,187,170,0.5) 0%, transparent 50%);
    left: 0;
    content: "";
    width: 100%;
}.our-background-id::after {
    top: 0;
    width: 60%;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(184,151,142,0.5) 0%, transparent 70%);
    height: 100%;
    z-index: 1;
    position: absolute;
    right: 0;
}.our-background-id .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}.our-background-id .pedagogy-way-id {
    gap: 60px;
    flex-direction: row-reverse;
    position: relative;
    align-items: center;
    display: flex;
}.our-background-id .pedagogy-way-id::before {
    right: -100px;
    position: absolute;
    z-index: -1;
    top: -80px;
    border-radius: 50%;
    content: "";
    filter: blur(80px);
    background: rgb(210,187,170,0.5);
    width: 200px;
    height: 200px;
    animation: pulse 8s infinite alternate;
}.our-background-id .pedagogy-way-id::after {
    z-index: -1;
    position: absolute;
    background: rgb(184,151,142,0.5);
    content: "";
    bottom: -50px;
    border-radius: 50%;
    height: 150px;
    filter: blur(60px);
    animation: pulse 6s infinite alternate-reverse;
    left: -70px;
    width: 150px;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

.our-background-id .learn-learn-id {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    flex: 0 0 35%;
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(5deg);
    border-radius: 18px;
    transition: transform 0.6s ease;
}.our-background-id .learn-learn-id:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.our-background-id .learn-learn-id::before {
    animation: border-pulse 4s infinite alternate;
    right: -10px;
    bottom: -10px;
    position: absolute;
    content: "";
    border-radius: 18px;
    left: -10px;
    z-index: -1;
    border: 1px solid rgb(184,151,142,0.5);
    top: -10px;
}@keyframes border-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.7;
    }
}

.our-background-id .img-overlay-box-id {
    height: 380px;
    overflow: hidden;
    position: relative;
}.our-background-id .img-overlay-box-id::after {
    bottom: 0;
    height: 50%;
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(to top, #000000, transparent);
    content: "";
    width: 100%;
}.our-background-id .heritage-edu-id {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
}.our-background-id .learn-sessions-id {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: calc(18px - 2px);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px;
}.our-background-id .expert-sessions-id {
    color: #ffffff;
    margin: 0;
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: 300;
    font-size: 16px;
}.our-background-id .words-container-id {
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 18px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    flex: 1;
    padding: 40px;
    position: relative;
}.our-background-id .words-container-id::before {
    opacity: 0.15;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(210,187,170,0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}.our-background-id .words-container-id::after {
    z-index: -1;
    content: "";
    animation: float 15s infinite linear;
    right: -50%;
    top: -50%;
    background: radial-gradient(circle, rgb(184,151,142,0.5) 0%, transparent 70%);
    width: 200px;
    position: absolute;
    height: 200px;
    opacity: 0.8;
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-30px, 30px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.our-background-id .knowledge-study-id {
    gap: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}.our-background-id .knowledge-study-id svg {
    filter: drop-shadow(0 2px 10px rgb(210,187,170,0.5));
    transition: transform 0.4s ease, filter 0.4s ease;
    height: 48px;
    fill: rgb(210,187,170);
    width: 48px;
}.our-background-id .knowledge-study-id:hover svg {
    filter: drop-shadow(0 5px 15px rgb(210,187,170));
    transform: scale(1.1) rotate(5deg);
}.our-background-id .knowledge-study-id svg path {
    transition: fill 0.3s ease;
}.our-background-id .knowledge-study-id:hover svg path {
    fill: rgb(184,151,142);
}.our-background-id .knowledge-study-id {
    text-transform: uppercase;
    font-weight: 600;
    font-size: calc(21px - 1px);
    color: rgb(210,187,170);
    letter-spacing: 1px;
}.our-background-id h2 {
    position: relative;
    margin: 0 0 25px;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 34px;
    color: #000000;
}.our-background-id h2::after {
    left: 0;
    position: absolute;
    height: 3px;
    bottom: 0;
    content: "";
    border-radius: 10px;
    background: rgb(210,187,170);
    width: 80px;
}.our-background-id p {
    font-size: 16px;
    color: #000000;
    z-index: 2;
    position: relative;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 1024px) {.our-background-id {
    padding: 90px 0;
}.our-background-id .pedagogy-way-id {
    gap: 40px;
}.our-background-id .learn-learn-id {
    flex: 0 0 40%;
}.our-background-id .img-overlay-box-id {
    height: 350px;
}.our-background-id .words-container-id {
    padding: 30px;
}
}

@media (max-width: 768px) {.our-background-id {
    padding: 70px 0;
}.our-background-id .pedagogy-way-id {
    gap: 50px;
    flex-direction: column;
}.our-background-id .learn-learn-id {
    width: 80%;
    transform: perspective(1000px) rotateY(0);
    margin: 0 auto;
    max-width: 350px;
}.our-background-id .learn-learn-id:hover {
    transform: perspective(1000px) rotateY(0) translateY(-5px);
}.our-background-id .img-overlay-box-id {
    height: 320px;
}.our-background-id .words-container-id {
    padding: 30px 25px;
    width: 100%;
}.our-background-id h2 {
    font-size: calc(34px - 4px);
}
}

@media (max-width: 576px) {.our-background-id {
    padding: 60px 0;
}.our-background-id::before,
    .our-background-id::after {
    opacity: 0.25;
}.our-background-id .learn-learn-id {
    width: 100%;
}.our-background-id .img-overlay-box-id {
    height: 280px;
}.our-background-id .heritage-edu-id {
    padding: 15px 20px;
}.our-background-id .learn-sessions-id {
    font-size: calc(21px + 1px);
}.our-background-id .words-container-id {
    padding: 25px 20px;
}.our-background-id .knowledge-study-id svg {
    width: 40px;
    height: 40px;
}.our-background-id .knowledge-study-id {
    font-size: 16px;
    margin-bottom: 20px;
}.our-background-id h2 {
    font-size: calc(34px - 6px);
    margin-bottom: 20px;
    padding-bottom: 12px;
}.our-background-id h2::after {
    width: 60px;
    height: 2px;
}.our-background-id p {
    line-height: 1.7;
    font-size: calc(16px - 1px);
}}.education-experience-id {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(232,217,212) 0%, rgb(184,151,142,0.5) 100%);
    perspective: 1000px;
}.education-experience-id::before {
    opacity: 0.15;
    width: 100%;
    height: 100%;
    transform: translateZ(-10px);
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(210,187,170,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(184,151,142,0.5) 0%, transparent 30%);
    position: absolute;
}.education-experience-id .container {
    margin: 0 auto;
    z-index: 1;
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.education-experience-id .client-ratings-id {
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    transform: translateZ(20px);
}.education-experience-id .client-ratings-id:hover {
    transform: translateZ(30px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.education-experience-id .client-ratings-id > div {
    position: relative;
}.education-experience-id .client-ratings-id > div:first-child {
    transform: translateZ(10px);
    perspective: 800px;
}.education-experience-id .img-overlay-box-id {
    transform: rotateY(-3deg) rotateX(2deg);
    border: 3px solid #ffffff;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    height: 300px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    width: 100%;
}.education-experience-id .img-overlay-box-id::after {
    background: linear-gradient(to bottom right, 
                 rgba(255, 255, 255, 0.2) 0%, 
                 rgba(255, 255, 255, 0) 40%);
    z-index: 1;
    content: "";
    inset: 0;
    position: absolute;
}.education-experience-id .client-ratings-id:hover .img-overlay-box-id {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}.education-experience-id .name {
    margin-bottom: 0.5rem;
    transform: translateZ(15px);
    font-size: 20px;
    color: #000000;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.03em;
}.education-experience-id .name::after {
    width: 60px;
    content: "";
    bottom: -10px;
    transform-origin: left;
    position: absolute;
    left: 0;
    transform: scaleX(0.8);
    height: 3px;
    transition: transform 0.3s ease-in-out;
    background: linear-gradient(90deg, rgb(210,187,170) 0%, rgb(184,151,142) 100%);
}.education-experience-id .client-ratings-id:hover .name::after {
    transform: scaleX(1);
}.education-experience-id .client-ratings-id > div:nth-child(2) > div {
    margin-top: 0.75rem;
    font-size: calc(12px - 0.1rem);
    position: relative;
    transform: translateZ(5px);
    color: rgb(184,151,142);
    font-weight: 600;
}.education-experience-id .experience-path-id {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    transform: translateZ(5px);
    opacity: 0.9;
    position: relative;
    transition: opacity 0.3s ease;
    color: #000000;
    font-size: 12px;
}.education-experience-id .client-ratings-id:hover .experience-path-id {
    opacity: 1;
}.education-experience-id .experience-path-id::before {
    content: "";
    top: -2rem;
    left: -1.5rem;
    z-index: -1;
    font-family: Georgia, serif;
    color: rgb(184,151,142,0.5);
    font-size: 6rem;
    opacity: 0.2;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.education-experience-id .client-ratings-id:hover .experience-path-id::before {
    transform: scale(1.1) translateZ(20px);
}

@media (min-width: 768px) {.education-experience-id {
    padding: 8rem 0;
}.education-experience-id .client-ratings-id {
    gap: 2rem 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2fr;
}.education-experience-id .client-ratings-id > div:first-child {
    grid-row: span 2;
}.education-experience-id .client-ratings-id > div:nth-child(3) {
    grid-column: 2;
}.education-experience-id .img-overlay-box-id {
    height: 100%;
    min-height: 400px;
    transform: rotateY(-5deg) translateZ(20px);
}.education-experience-id .experience-path-id {
    font-size: calc(12px + 0.05rem);
}.education-experience-id .name {
    font-size: calc(20px + 0.1rem);
}
}

@media (min-width: 1024px) {.education-experience-id .client-ratings-id {
    grid-template-columns: 1.2fr 2fr;
    padding: 4rem;
}.education-experience-id .img-overlay-box-id {
    min-height: 450px;
}.education-experience-id .name::after {
    width: 80px;
}.education-experience-id .container {
    padding: 0 4rem;
}
}

@media (min-width: 1200px) {.education-experience-id .client-ratings-id {
    grid-template-columns: 1fr 1.8fr;
    gap: 3rem 4rem;
}.education-experience-id .img-overlay-box-id {
    min-height: 500px;
}.education-experience-id .container {
    padding: 0 2rem;
}
}

@media (max-width: 767px) {.education-experience-id {
    padding: 4rem 0;
}.education-experience-id .client-ratings-id {
    padding: 2rem;
}.education-experience-id .img-overlay-box-id {
    height: 250px;
    margin-bottom: 1rem;
}.education-experience-id .experience-path-id {
    font-size: calc(12px - 0.05rem);
}.education-experience-id .name {
    margin-top: 0.5rem;
}
}

@media (hover: hover) {.education-experience-id .client-ratings-id {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.education-experience-id .client-ratings-id:hover {
    transform: translateZ(30px) translateY(-5px);
}
}

@media (hover: none) {.education-experience-id .client-ratings-id {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(0) !important;
}.education-experience-id .img-overlay-box-id {
    transform: none !important;
}
}