﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}.framework-wrap9 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.search_foot1 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1207px;
}html,body {
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    min-height: 100%;
    color: #000000;
    height: 100%;
}.page_nav5 {
    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;
}}
.service_contact5 {
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(241,220,233) 0%, rgb(213,169,197,0.5) 100%);
    padding: 6rem 1.5rem;
    overflow: hidden;
}.service_contact5::before {
    content: "";
    right: -5%;
    opacity: 0.6;
    top: -10%;
    animation: floating 15s ease-in-out infinite alternate;
    filter: blur(40px);
    z-index: 0;
    height: 80%;
    width: 40%;
    position: absolute;
    background: linear-gradient(45deg, rgb(213,169,197,0.5) 0%, rgb(186,129,162,0.5) 100%);
    transform: rotate(-15deg) skewX(5deg);
}.service_contact5::after {
    left: -2%;
    background: linear-gradient(-45deg, rgb(186,129,162) 0%, rgb(213,169,197,0.5) 100%);
    content: "";
    animation: floating 12s ease-in-out infinite alternate-reverse;
    filter: blur(30px);
    position: absolute;
    height: 60%;
    width: 25%;
    z-index: 0;
    opacity: 0.4;
    bottom: -5%;
    transform: rotate(10deg) skewY(-5deg);
}.service_contact5 h1 {
    font-weight: 700;
    text-align: center;
    transform: perspective(500px) translateZ(0);
    font-size: 46px;
    position: relative;
    z-index: 2;
    color: #000000;
    transition: transform 0.5s ease;
    margin-bottom: 3rem;
}.service_contact5 h1::after {
    background: linear-gradient(90deg, rgb(213,169,197) 0%, rgb(186,129,162) 100%);
    transform: translateX(-50%);
    transition: width 0.3s ease;
    height: 4px;
    bottom: -0.8rem;
    left: 50%;
    width: 80px;
    content: "";
    position: absolute;
}.service_contact5 h1:hover {
    transform: perspective(500px) translateZ(10px);
}.service_contact5 h1:hover::after {
    width: 120px;
}.service_contact5 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.service_contact5 .contact_form6 {
    gap: 2rem;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    grid-template-columns: 1fr;
    display: grid;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    border-radius: 22px;
    background: #ffffff;
}.service_contact5 .contact_form6:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.service_contact5 .contact_form6 > div {
    background: linear-gradient(120deg, rgba(255,255,255,0.8) 0%, rgba(245,245,250,0.9) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}.service_contact5 .contact_form6 > div::before {
    background: linear-gradient(to bottom, rgb(213,169,197), rgb(186,129,162));
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    transition: width 0.3s ease;
}.service_contact5 .contact_form6 > div:hover::before {
    width: 8px;
}.service_contact5 .contact_form6 > div > div {
    position: relative;
    z-index: 2;
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
}.service_contact5 h6 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    gap: 0.5rem;
    display: flex;
    color: #000000;
    font-size: 21px;
    text-transform: capitalize;
    align-items: center;
}.service_contact5 .contact_form6 span {
    margin-left: 2rem;
    transition: color 0.3s ease;
    color: #000000;
    display: block;
    font-size: 13px;
}.service_contact5 .get_support5 {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}.service_contact5 .connect_today3 {
    transition: all 0.3s ease;
    color: #000000;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    gap: 0.5rem;
    display: flex;
    position: relative;
}.service_contact5 .connect_today3::after {
    bottom: -2px;
    position: absolute;
    width: 0;
    background: linear-gradient(90deg, rgb(213,169,197) 0%, rgb(186,129,162) 100%);
    transition: width 0.3s ease;
    content: "";
    height: 2px;
    left: 0;
}.service_contact5 .connect_today3:hover {
    transform: translateX(5px);
    color: rgb(213,169,197);
}.service_contact5 .connect_today3:hover::after {
    width: 100%;
}.service_contact5 svg {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}.service_contact5 svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.service_contact5 .connect_today3:hover svg {
    transform: scale(1.15);
}.service_contact5 .connect_today3:hover svg path {
    fill: rgb(213,169,197);
}

@keyframes floating {
    0% {
        transform: rotate(-15deg) skewX(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skewX(3deg) translate(10px, -10px);
    }
    100% {
        transform: rotate(-18deg) skewX(7deg) translate(-10px, 10px);
    }
}

@media (min-width: 768px) {.service_contact5 {
    padding: 8rem 2rem;
}.service_contact5 .contact_form6 {
    grid-template-columns: repeat(2, 1fr);
}.service_contact5 h1 {
    margin-bottom: 4rem;
    font-size: calc(46px * 1.1);
}
}

@media (min-width: 992px) {.service_contact5 {
    padding: 10rem 2rem;
}.service_contact5 .contact_form6 {
    grid-template-columns: 2fr 1fr 1fr;
}.service_contact5 .contact_form6 > div:first-child {
    grid-row: 1 / span 2;
    grid-column: 1;
}.service_contact5 h1 {
    font-size: calc(46px * 1.2);
}.service_contact5 .get_support5 {
    gap: 1.5rem;
}
}

@media (hover: hover) {.service_contact5 .contact_form6 > div:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
}

@media (max-width: 767px) {.service_contact5 h1 {
    font-size: calc(46px * 0.9);
}.service_contact5 .contact_form6 {
    padding: 1.5rem;
}.service_contact5 .contact_form6 > div {
    padding: 1.25rem;
}}.title_portal2 {
    align-items: center;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 7rem 2rem;
    display: flex;
    background: linear-gradient(135deg, rgb(241,220,233) 0%, #ffffff 100%);
    justify-content: center;
}.title_portal2 > div {
    display: grid;
    gap: 4rem;
    position: relative;
    max-width: 1280px;
    z-index: 2;
    width: 100%;
    grid-template-columns: 1fr;
}.title_portal2::before {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(213,169,197,0.5) 0%, transparent 40%);
    position: absolute;
    z-index: 1;
}.title_portal2::after {
    width: 40%;
    right: -5%;
    bottom: -10%;
    position: absolute;
    filter: blur(120px);
    height: 60%;
    background: rgb(186,129,162,0.5);
    content: "";
    z-index: 0;
}.title_portal2 h1.edu_front3 {
    line-height: 1.2;
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    transform: translateX(-1rem);
    color: #000000;
    position: relative;
    font-size: clamp(2.5rem, 5vw, 38px);
    opacity: 0;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.title_portal2 h1.edu_front3::after {
    content: "";
    animation: expandLine 1s ease-out forwards 0.8s;
    transform-origin: left;
    width: 3rem;
    left: 0;
    position: absolute;
    height: 0.25rem;
    bottom: -0.5rem;
    background: rgb(213,169,197);
    transform: scaleX(0);
}.title_portal2 p {
    line-height: 1.6;
    max-width: 85%;
    animation: fadeUpIn 0.8s ease-out forwards 0.4s;
    font-size: clamp(1rem, 1.2vw, 12px);
    transform: translateY(1rem);
    opacity: 0;
    color: #000000;
    margin-bottom: 2rem;
}.title_portal2 .learn_first8 {
    transform: translateY(2rem);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-out;
    opacity: 0;
    animation: fadeUpIn 1s ease-out forwards 0.6s;
}.title_portal2 .learn_first8:hover {
    transform: translateY(-0.5rem) scale(1.02);
}.title_portal2 .study_studio5 {
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    height: 400px;
}.title_portal2 .study_studio5::before {
    inset: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
    content: "";
    z-index: 1;
    position: absolute;
}.title_portal2 .study_studio5:hover::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    opacity: 0.9;
}.title_portal2 .study_studio5 span {
    z-index: 2;
    position: absolute;
    width: 100%;
    padding: 2rem;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    transition: transform 0.4s ease;
}.title_portal2 .study_studio5:hover span {
    transform: translateY(-0.5rem);
}.title_portal2 .study_studio5 h3 {
    font-size: clamp(1.1rem, 2vw, 23px);
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

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

@keyframes fadeUpIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes expandLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.title_portal2 {
    padding: 8rem 3rem;
}.title_portal2 > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.title_portal2 .learn_first8 {
    height: 100%;
}.title_portal2 .study_studio5 {
    min-height: 450px;
    height: 100%;
}
}

@media (min-width: 992px) {.title_portal2 {
    padding: 0 4rem;
}.title_portal2 > div {
    gap: 5rem;
}.title_portal2 p {
    max-width: 90%;
}.title_portal2 .learn_first8 {
    perspective: 1000px;
}.title_portal2 .study_studio5 {
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
}.title_portal2 .study_studio5:hover {
    transform: rotateY(-5deg);
}
}

@media (max-width: 767px) {.title_portal2 {
    padding: 5rem 1.5rem;
}.title_portal2 > div {
    gap: 3rem;
}.title_portal2 h1.edu_front3 {
    font-size: 2rem;
}.title_portal2 p {
    max-width: 100%;
}
}

@media (max-width: 480px) {.title_portal2 {
    padding: 4rem 1rem;
}.title_portal2 h1.edu_front3 {
    font-size: 1.8rem;
}.title_portal2 .study_studio5 {
    height: 300px;
}.title_portal2 .study_studio5 span {
    padding: 1.5rem;
}.title_portal2 .study_studio5 h3 {
    font-size: 1rem;
}}.pricing_cluster7 {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(241,220,233) 0%, rgb(186,129,162,0.5) 100%);
}.pricing_cluster7::before {
    left: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(213,169,197), 0.03) 40px, rgba(rgb(213,169,197), 0.03) 80px);
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    pointer-events: none;
    content: "";
}.pricing_cluster7 .container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
}.pricing_cluster7 .learning_price2 {
    display: flex;
    gap: 2.5rem;
    flex-direction: column-reverse;
}.pricing_cluster7 .price_grid5 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    transform: translateY(0);
    z-index: 3;
    background: rgba(#ffffff, 0.9);
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing_cluster7 .price_grid5:hover {
    transform: translateY(-5px);
}.pricing_cluster7 .price_grid5 h2 {
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.3;
    font-weight: 700;
    font-size: 34px;
}.pricing_cluster7 .price_grid5 h2::after {
    content: "";
    bottom: -10px;
    transform: scaleX(1);
    position: absolute;
    left: 0;
    height: 3px;
    transform-origin: left;
    width: 80px;
    background: rgb(213,169,197);
    transition: transform 0.5s ease;
}.pricing_cluster7 .price_grid5:hover h2::after {
    transform: scaleX(1.5);
}.pricing_cluster7 .cost_breakdown5 {
    font-size: 16px;
    overflow-wrap: break-word;
    color: #000000;
    margin-top: 1.5rem;
    line-height: 1.6;
    max-width: 100%;
    word-break: break-word;
}.pricing_cluster7 .learning_plan4 {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
}.pricing_cluster7 .bundle_price6 {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.pricing_cluster7 .bundle_price6:hover {
    transform: translateY(-8px);
}.pricing_cluster7 .rate_choice9 {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    flex-direction: column;
    background: #ffffff;
    display: flex;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.4s ease;
}.pricing_cluster7 .bundle_price6:hover .rate_choice9 {
    box-shadow: 0 15px 35px rgba(rgb(213,169,197,0.5), 0.15);
}.pricing_cluster7 .tuition_grid9 {
    flex-direction: column;
    flex-grow: 1;
    min-height: 280px;
    display: flex;
    padding: 2rem;
}.pricing_cluster7 .tuition_grid9 h3 {
    position: relative;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000000;
    font-size: calc(18px + 0.1rem);
}.pricing_cluster7 .package_pricing0 {
    font-weight: 700;
    display: block;
    font-size: calc(18px + 0.3rem);
    color: rgb(213,169,197);
    position: relative;
    margin: 0.5rem 0 1.25rem;
}.pricing_cluster7 .package_pricing0::before {
    bottom: -10px;
    height: 2px;
    background: rgb(186,129,162);
    width: 40px;
    left: 0;
    content: "";
    position: absolute;
}.pricing_cluster7 .tuition_grid9 p {
    font-size: 16px;
    flex-grow: 1;
    word-break: break-word;
    margin-top: 1.5rem;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
}.pricing_cluster7 .content_photo2 {
    width: 100%;
    height: 220px;
    transition: transform 0.6s ease-out;
    transform: scale(1);
    position: relative;
}.pricing_cluster7 .content_photo2::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
}.pricing_cluster7 .bundle_price6:hover .content_photo2 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing_cluster7 .learning_plan4 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_cluster7 .price_grid5 {
    padding: 3rem;
}
}

@media (min-width: 992px) {.pricing_cluster7 .learning_price2 {
    gap: 3rem;
    flex-direction: row;
    align-items: center;
}.pricing_cluster7 .price_grid5 {
    margin: 0;
    width: 35%;
}.pricing_cluster7 .learning_plan4 {
    width: 65%;
}
}

@media (min-width: 1200px) {.pricing_cluster7 .learning_plan4 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_cluster7 .tuition_grid9 {
    padding: 2.5rem;
}.pricing_cluster7 .price_grid5 h2 {
    font-size: calc(34px + 0.2rem);
}.pricing_cluster7 .content_photo2 {
    height: 250px;
}
}

@media (max-width: 767px) {.pricing_cluster7 {
    padding: 4rem 0;
}.pricing_cluster7 .tuition_grid9 {
    padding: 1.5rem;
    min-height: 240px;
}.pricing_cluster7 .content_photo2 {
    height: 180px;
}.pricing_cluster7 .price_grid5 {
    padding: 1.5rem;
}.pricing_cluster7 .price_grid5 h2 {
    font-size: calc(34px - 0.2rem);
}.pricing_cluster7 .cost_breakdown5 {
    font-size: calc(16px - 0.1rem);
}}.potential_enrollees9 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(241,220,233) 0%, rgb(213,169,197,0.5) 100%);
}.potential_enrollees9::before {
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    background: 
        radial-gradient(
            circle at 70% 20%, 
            rgb(186,129,162,0.5) 0%, 
            transparent 50%
        );
    height: 100%;
    opacity: 0.6;
    position: absolute;
}.potential_enrollees9::after {
    background: 
        linear-gradient(
            to top,
            rgb(241,220,233) 0%,
            transparent 100%
        );
    bottom: 0;
    content: "";
    z-index: 0;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
}.potential_enrollees9 .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
}.potential_enrollees9 .study_guide0 {
    position: relative;
    padding: 0 50px;
    overflow: visible;
}.potential_enrollees9 h4 {
    font-size: 39px;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    max-width: 700px;
    color: #000000;
    margin-bottom: 80px;
    padding-left: 25px;
}.potential_enrollees9 h4::before {
    bottom: 15px;
    border-radius: 3px;
    top: 15px;
    background: linear-gradient(180deg, rgb(213,169,197), rgb(186,129,162));
    width: 6px;
    content: "";
    left: 0;
    position: absolute;
}.potential_enrollees9 div {
    display: flex;
    flex-direction: column;
    position: relative;
}.potential_enrollees9 div::before {
    content: "";
    left: 36px;
    width: 2px;
    opacity: 0.5;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(180deg, rgb(213,169,197,0.5), rgb(186,129,162,0.5));
}.potential_enrollees9 div p {
    position: relative;
    display: flex;
    font-size: 14px;
    margin: 0 0 35px 0;
    align-items: flex-start;
    line-height: 1.6;
    padding-left: 85px;
    transition: all 0.3s ease;
    color: #000000;
}.potential_enrollees9 div p:last-child {
    margin-bottom: 0;
}.potential_enrollees9 div p:hover {
    transform: translateX(10px);
}.potential_enrollees9 div p svg {
    z-index: 2;
    background: #ffffff;
    height: 32px;
    left: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    top: 0;
    padding: 8px;
    border-radius: 50%;
    width: 32px;
    position: absolute;
}.potential_enrollees9 div p:hover svg {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.2);
}.potential_enrollees9 div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(213,169,197);
}.potential_enrollees9 div p:hover svg path {
    fill: rgb(186,129,162);
}.potential_enrollees9 div p::before {
    background: rgb(213,169,197);
    width: 10px;
    position: absolute;
    left: 75px;
    content: "";
    opacity: 0;
    top: 16px;
    transition: all 0.3s ease;
    height: 2px;
}.potential_enrollees9 div p:hover::before {
    opacity: 1;
    width: 20px;
}.potential_enrollees9 div p::after {
    z-index: -1;
    left: 60px;
    content: "";
    height: calc(100% + 20px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: calc(100% - 60px);
    opacity: 0;
    top: -10px;
    border-radius: 18px;
    background: #ffffff;
    transform: scale(0.95);
    position: absolute;
}.potential_enrollees9 div p:hover::after {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 991px) {.potential_enrollees9 {
    padding: 100px 0;
}.potential_enrollees9 .study_guide0 {
    padding: 0 30px;
}.potential_enrollees9 h4 {
    margin-bottom: 60px;
    font-size: calc(39px - 6px);
}.potential_enrollees9 div p {
    margin-bottom: 30px;
    padding-left: 75px;
}.potential_enrollees9 div::before {
    left: 31px;
}.potential_enrollees9 div p svg {
    width: 28px;
    left: 17px;
    height: 28px;
}.potential_enrollees9 div p::before {
    left: 65px;
}.potential_enrollees9 div p::after {
    left: 50px;
    width: calc(100% - 50px);
}
}

@media (max-width: 767px) {.potential_enrollees9 {
    padding: 80px 0;
}.potential_enrollees9 .study_guide0 {
    padding: 0 20px;
}.potential_enrollees9 h4 {
    margin-bottom: 50px;
    padding-left: 20px;
    font-size: calc(39px - 12px);
}.potential_enrollees9 h4::before {
    width: 4px;
}.potential_enrollees9 div p {
    padding-left: 65px;
    margin-bottom: 25px;
}.potential_enrollees9 div::before {
    left: 28px;
}.potential_enrollees9 div p svg {
    left: 16px;
    width: 24px;
    height: 24px;
}.potential_enrollees9 div p::before {
    top: 14px;
    left: 55px;
}.potential_enrollees9 div p::after {
    width: calc(100% - 45px);
    left: 45px;
}
}

@media (max-width: 479px) {.potential_enrollees9 {
    padding: 60px 0;
}.potential_enrollees9 .study_guide0 {
    padding: 0 10px;
}.potential_enrollees9 h4 {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: calc(39px - 18px);
}.potential_enrollees9 div p {
    font-size: calc(14px - 1px);
    margin-bottom: 20px;
    padding-left: 55px;
}.potential_enrollees9 div::before {
    left: 23px;
}.potential_enrollees9 div p svg {
    width: 20px;
    padding: 6px;
    left: 13px;
    height: 20px;
}.potential_enrollees9 div p::before {
    top: 10px;
    left: 45px;
}.potential_enrollees9 div p::after {
    left: 40px;
    width: calc(100% - 40px);
}}.leadership_profile7 {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #000000 0%, rgb(241,220,233) 100%);
}.leadership_profile7::before {
    content: "";
    filter: blur(60px);
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(213,169,197,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(186,129,162,0.5) 0%, transparent 25%);
    width: 100%;
    top: 0;
    left: 0;
    animation: ambientLight 20s ease-in-out infinite alternate;
    height: 100%;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.leadership_profile7 .container {
    max-width: 1200px;
    z-index: 2;
    perspective: 1000px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}.leadership_profile7 .success_ratings6 {
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(186,129,162,0.5),
        inset 0 0 30px rgb(213,169,197,0.5);
    padding: 3rem;
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.03);
    flex-wrap: wrap;
    display: flex;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: rotateX(5deg) rotateY(-5deg);
    border-radius: 22px;
}.leadership_profile7 .success_ratings6:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(186,129,162,0.5),
        inset 0 0 50px rgb(213,169,197,0.5);
}.leadership_profile7 .content_photo2 {
    position: absolute;
    border-radius: 50%;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(213,169,197,0.5);
    width: 180px;
    border: 3px solid #ffffff;
    transform: translateX(-50%) translateZ(30px);
    top: -90px;
    height: 180px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 50%;
}.leadership_profile7 .success_ratings6:hover .content_photo2 {
    transform: translateX(-50%) translateZ(50px);
}.leadership_profile7 .name {
    transform: translateZ(20px);
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0 0 10px rgb(213,169,197,0.5);
    font-weight: 700;
    color: #ffffff;
    margin-top: 100px;
    font-size: 38px;
    width: 100%;
}.leadership_profile7 .success_ratings6 span:not(.name) {
    text-transform: uppercase;
    font-size: 17px;
    color: rgb(186,129,162);
    font-weight: 600;
    transform: translateZ(15px);
    width: 100%;
    letter-spacing: 2px;
    margin-top: 0.5rem;
    text-align: center;
}.leadership_profile7 .job_box7 {
    line-height: 1.7;
    font-size: 12px;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-left: 3px solid rgb(213,169,197);
    color: #ffffff;
    border-radius: 10px;
    width: 100%;
    transition: transform 0.3s ease;
    position: relative;
    transform: translateZ(10px);
    margin-top: 2rem;
}.leadership_profile7 .job_box7::before {
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(213,169,197,0.5) 0%, transparent 70%);
    mix-blend-mode: overlay;
    height: 100%;
    border-radius: 10px;
    content: "";
    opacity: 0.1;
    width: 100%;
    position: absolute;
}.leadership_profile7 .success_ratings6:hover .job_box7 {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.leadership_profile7 {
    padding: 7rem 0 5rem;
}.leadership_profile7 .success_ratings6 {
    padding: 2.5rem 2rem;
}.leadership_profile7 .content_photo2 {
    height: 150px;
    top: -75px;
    width: 150px;
}.leadership_profile7 .name {
    margin-top: 80px;
}.leadership_profile7 .job_box7 {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.leadership_profile7 {
    padding: 6rem 0 3rem;
}.leadership_profile7 .container {
    padding: 0 1rem;
}.leadership_profile7 .success_ratings6 {
    transform: none;
    padding: 2rem 1.5rem;
}.leadership_profile7 .content_photo2 {
    width: 120px;
    top: -60px;
    height: 120px;
}.leadership_profile7 .name {
    font-size: calc(38px - 2px);
    margin-top: 70px;
}.leadership_profile7 .success_ratings6 span:not(.name) {
    font-size: calc(17px - 1px);
}.leadership_profile7 .job_box7 {
    padding: 1.2rem;
    font-size: calc(12px - 1px);
    margin-top: 1.5rem;
}.leadership_profile7 .success_ratings6:hover {
    transform: none;
}}.get_in_touch4 {
    padding: 100px 0;
    position: relative;
    background: rgb(241,220,233);
    overflow: hidden;
}.get_in_touch4::before {
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    background: rgb(241,220,233);
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(213,169,197,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(186,129,162,0.5) 0%, transparent 30%);
    width: 100%;
    content: "";
}.get_in_touch4::after {
    opacity: 0.2;
    animation: backgroundMove 30s infinite linear;
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    height: 100%;
    top: 0;
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, rgb(213,169,197,0.5) 0, rgb(213,169,197,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(186,129,162,0.5) 0, rgb(186,129,162,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(213,169,197,0.5), transparent 70%),
        linear-gradient(180deg, rgb(186,129,162,0.5), transparent 70%);
    background-position: 0 0, 0 0, 0 0, 0 0;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.get_in_touch4 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}.get_in_touch4 h2 {
    position: relative;
    margin-bottom: 50px;
    letter-spacing: 2px;
    text-align: center;
    color: #000000;
    font-size: 47px;
    text-transform: uppercase;
    font-weight: 700;
}.get_in_touch4 h2::before {
    box-shadow: 
        0 0 5px rgb(213,169,197),
        0 0 10px rgb(213,169,197),
        0 0 15px rgb(213,169,197);
    content: "";
    position: absolute;
    bottom: -15px;
    width: 100px;
    background: rgb(213,169,197);
    height: 2px;
    left: calc(50% - 50px);
}.get_in_touch4 .feedback_form1 {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(213,169,197,0.5);
    position: relative;
    display: flex;
}.get_in_touch4 .feedback_form1::before {
    content: "";
    pointer-events: none;
    position: absolute;
    border-radius: 12px;
    inset: 0;
    opacity: 0.2;
    z-index: 3;
    border: 1px solid rgb(213,169,197);
}.get_in_touch4 .content_photo2 {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
    overflow: hidden;
}.get_in_touch4 .content_photo2::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}.get_in_touch4 .content_photo2::after {
    inset: 0;
    content: "";
    position: absolute;
    z-index: 2;
    opacity: 0.7;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(213,169,197,0.5) 100%);
}.get_in_touch4 .help_grid0 {
    padding: 60px;
    position: relative;
    background: #ffffff;
    flex: 0 0 55%;
}.get_in_touch4 .help_grid0::before {
    height: 200px;
    opacity: 0.3;
    right: -100px;
    content: "";
    background: rgb(213,169,197,0.5);
    position: absolute;
    top: -100px;
    filter: blur(100px);
    z-index: 0;
    width: 200px;
}.get_in_touch4 .help_grid0::after {
    opacity: 0.3;
    background: rgb(186,129,162,0.5);
    bottom: -75px;
    width: 150px;
    left: -75px;
    z-index: 0;
    filter: blur(80px);
    position: absolute;
    height: 150px;
    content: "";
}.get_in_touch4 form {
    position: relative;
    z-index: 2;
}.get_in_touch4 form h3 {
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 1px;
    font-size: 22px;
    color: #000000;
    font-weight: 700;
}.get_in_touch4 form h3::after {
    width: 40px;
    box-shadow: 
        0 0 5px rgb(213,169,197,0.5),
        0 0 10px rgb(213,169,197,0.5);
    bottom: -15px;
    left: 0;
    content: "";
    background: rgb(213,169,197);
    position: absolute;
    height: 2px;
}.get_in_touch4 form input[type="text"] {
    width: 100%;
    font-size: 18px;
    border: 1px solid rgb(213,169,197,0.5);
    background: rgb(241,220,233);
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 18px 25px;
    margin-bottom: 25px;
    color: #000000;
}.get_in_touch4 form input[type="text"]:focus {
    border-color: rgb(213,169,197);
    box-shadow: 
        0 0 0 1px rgb(213,169,197),
        0 0 5px rgb(213,169,197,0.5);
    outline: none;
}.get_in_touch4 form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.get_in_touch4 .reach_grid6 {
    position: relative;
    margin-bottom: 35px;
}.get_in_touch4 .reach_grid6 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get_in_touch4 .reach_grid6 label {
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
}.get_in_touch4 .reach_grid6 label::before {
    position: absolute;
    height: 22px;
    background: rgb(241,220,233);
    border: 1px solid rgb(213,169,197,0.5);
    content: "";
    border-radius: 4px;
    top: 0;
    transition: all 0.3s ease;
    left: 0;
    width: 22px;
}.get_in_touch4 .reach_grid6 input[type="checkbox"]:checked + label::before {
    background: rgb(213,169,197);
    box-shadow: 0 0 5px rgb(213,169,197,0.5);
    border-color: rgb(213,169,197);
}.get_in_touch4 .reach_grid6 input[type="checkbox"]:checked + label::after {
    height: 12px;
    width: 6px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    position: absolute;
    top: 4px;
    left: 8px;
    content: "";
}.get_in_touch4 .reach_grid6 label a {
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    color: rgb(213,169,197);
}.get_in_touch4 .reach_grid6 label a::after {
    content: "";
    bottom: -1px;
    left: 0;
    background: rgb(213,169,197);
    transform-origin: right;
    height: 1px;
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease;
    transform: scaleX(0);
}.get_in_touch4 .reach_grid6 label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.get_in_touch4 .request_message2 {
    border-radius: 8px;
    background: rgb(213,169,197);
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 
        0 5px 15px rgb(213,169,197,0.5),
        0 0 0 1px rgb(213,169,197);
    letter-spacing: 1px;
    font-size: 20px;
    color: #ffffff;
    border: none;
    padding: 18px 30px;
}.get_in_touch4 .request_message2::before {
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
    transform-origin: right;
    top: 0;
    width: 100%;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.5s ease;
    background: rgb(186,129,162);
}.get_in_touch4 .request_message2:hover {
    box-shadow: 
        0 5px 20px rgb(186,129,162,0.5),
        0 0 0 1px rgb(186,129,162);
}.get_in_touch4 .request_message2:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.get_in_touch4 svg {
    filter: drop-shadow(0 0 2px rgb(213,169,197,0.5));
    fill: rgb(213,169,197);
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
}.get_in_touch4 svg path {
    fill: rgb(213,169,197);
    transition: all 0.3s ease;
}.get_in_touch4 svg:hover,
.get_in_touch4 svg:hover path {
    transform: translateY(-2px);
    filter: drop-shadow(0 0 3px rgb(186,129,162,0.5));
    fill: rgb(186,129,162);
}

@media (max-width: 1024px) {.get_in_touch4 {
    padding: 80px 0;
}.get_in_touch4 .content_photo2 {
    min-height: 500px;
}.get_in_touch4 .help_grid0 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.get_in_touch4 {
    padding: 60px 0;
}.get_in_touch4 h2 {
    font-size: calc(47px * 0.8);
    margin-bottom: 40px;
}.get_in_touch4 .feedback_form1 {
    flex-direction: column;
}.get_in_touch4 .content_photo2 {
    min-height: 300px;
    width: 100%;
}.get_in_touch4 .help_grid0 {
    width: 100%;
    padding: 40px 30px;
}.get_in_touch4 form h3 {
    margin-bottom: 30px;
}.get_in_touch4 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.get_in_touch4 .reach_grid6 {
    margin-bottom: 25px;
}.get_in_touch4 .request_message2 {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.get_in_touch4 {
    padding: 50px 0;
}.get_in_touch4 h2 {
    font-size: calc(47px * 0.7);
    margin-bottom: 30px;
}.get_in_touch4 .content_photo2 {
    min-height: 200px;
}.get_in_touch4 .help_grid0 {
    padding: 30px 20px;
}.get_in_touch4 form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.get_in_touch4 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.get_in_touch4 .reach_grid6 {
    margin-bottom: 20px;
}.get_in_touch4 .reach_grid6 label {
    font-size: calc(13px * 0.9);
}.get_in_touch4 .request_message2 {
    padding: 12px 20px;
}}.join_our_community8 {
    background: linear-gradient(135deg, rgb(213,169,197,0.5), rgb(186,129,162));
    overflow: hidden;
    position: relative;
    box-shadow: 0 -20px 40px rgba(0,0,0,0.08) inset;
    padding: 80px 0;
    perspective: 1000px;
}.join_our_community8::before {
    background: linear-gradient(45deg, transparent 45%, rgb(186,129,162,0.5) 55%, transparent 65%);
    transform: translateZ(-10px) skewY(-5deg);
    z-index: 1;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}.join_our_community8::after {
    position: absolute;
    height: 50px;
    top: 20%;
    z-index: 0;
    transform: rotate(-2deg);
    left: -25%;
    background: rgb(255, 255, 255, 0.5);
    content: '';
    width: 150%;
    opacity: 0.05;
}.join_our_community8 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    transform-style: preserve-3d;
    position: relative;
    padding: 0 20px;
}.join_our_community8 .study_guide0 {
    transform: translateZ(0);
    border-radius: 4px;
    background: linear-gradient(160deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12), 0 5px 15px rgba(0,0,0,0.05);
    padding: 40px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    display: flex;
    flex-direction: column;
}.join_our_community8 .study_guide0:hover {
    transform: translateZ(20px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.08);
}.join_our_community8 .study_guide0::before {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(213,169,197), rgb(186,129,162));
    border-top-left-radius: 4px;
    content: '';
    border-bottom-left-radius: 4px;
    left: 0;
    height: 100%;
    width: 6px;
}.join_our_community8 .study_guide0 h4 {
    letter-spacing: -0.01em;
    line-height: 1.4;
    margin: 0 0 30px 0;
    font-size: 21px;
    transform: translateZ(10px);
    color: #000000;
    position: relative;
    font-weight: 600;
}.join_our_community8 .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    transform: translateZ(5px);
    flex-wrap: wrap;
}.join_our_community8 .input_holder span {
    flex: 1;
    position: relative;
    min-width: 200px;
}.join_our_community8 .input_holder span:first-child {
    flex: 2;
}.join_our_community8 .input_holder input[type="email"] {
    background: #ffffff;
    transform-origin: left center;
    font-size: 17px;
    color: #000000;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    width: 100%;
    transition: all 0.3s ease;
    outline: none;
    border: 1px solid rgba(0,0,0,0.1);
}.join_our_community8 .input_holder input[type="email"]:focus {
    transform: scale(1.01);
    border-color: rgb(213,169,197);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}.join_our_community8 .input_holder input[type="submit"] {
    overflow: hidden;
    padding: 15px 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    border: none;
    z-index: 1;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, rgb(213,169,197), rgb(186,129,162));
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}.join_our_community8 .input_holder input[type="submit"]::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    transition: all 0.5s ease;
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}.join_our_community8 .input_holder input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}.join_our_community8 .input_holder input[type="submit"]:hover::before {
    left: 100%;
}.join_our_community8 .input_holder input[type="submit"]:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

@media (max-width: 992px) {.join_our_community8 {
    padding: 60px 0;
}.join_our_community8 .study_guide0 {
    padding: 30px;
}.join_our_community8 .study_guide0 h4 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 768px) {.join_our_community8 {
    padding: 50px 0;
}.join_our_community8 .study_guide0 {
    padding: 25px;
}.join_our_community8 .study_guide0 h4 {
    font-size: calc(21px * 0.85);
    margin-bottom: 20px;
}.join_our_community8 .input_holder {
    flex-direction: column;
    gap: 10px;
}.join_our_community8 .input_holder span {
    width: 100%;
}.join_our_community8 .input_holder input[type="email"],
  .join_our_community8 .input_holder input[type="submit"] {
    padding: 12px 15px;
}
}

@media (max-width: 576px) {.join_our_community8 {
    padding: 40px 0;
}.join_our_community8 .study_guide0 {
    padding: 20px;
}.join_our_community8 .study_guide0::before {
    width: 4px;
}.join_our_community8 .study_guide0 h4 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.8);
}.join_our_community8 .input_holder input[type="email"],
  .join_our_community8 .input_holder input[type="submit"] {
    padding: 10px 12px;
    font-size: calc(17px * 0.9);
}}header .head_know5 {
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    background: linear-gradient(120deg, rgb(241,220,233) 0%, rgb(213,169,197,0.5) 100%);
    z-index: 100;
}header .head_know5::before {
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(186,129,162,0.5) 10px,
        rgb(186,129,162,0.5) 11px
    );
    animation: slidePattern 25s linear infinite;
    width: 100%;
    top: 0;
    height: 100%;
}header .head_know5::after {
    content: "";
    left: -25%;
    opacity: 0.1;
    height: 100px;
    width: 150%;
    transform: rotate(-2deg);
    position: absolute;
    background: rgb(213,169,197);
    z-index: -2;
    top: -50px;
}header .container {
    position: relative;
    padding: 1.5rem 2rem;
}header .main_learn6 {
    gap: 2rem;
    align-items: center;
    grid-template-columns: auto 1fr;
    display: grid;
}header .header_start8 {
    z-index: 2;
    position: relative;
}header .main_nav1 {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 5px 5px 0 rgb(213,169,197,0.5);
    position: relative;
    display: block;
    transition: all 0.3s ease;
    transform: rotate(-3deg);
}header .main_nav1::before {
    transition: all 0.3s ease;
    bottom: -5px;
    opacity: 0;
    top: -5px;
    right: -5px;
    content: "";
    border-radius: 10px;
    left: -5px;
    position: absolute;
    border: 2px dashed rgb(213,169,197,0.5);
}header .main_nav1:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 8px 8px 0 rgb(213,169,197);
}header .main_nav1:hover::before {
    opacity: 1;
    left: -8px;
    right: -8px;
    bottom: -8px;
    top: -8px;
}header .main_nav1 svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
}header .main_master6 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}header .main_master6::before {
    position: absolute;
    top: 0;
    transition: width 0.3s ease;
    border-radius: 0 23px 23px 0;
    background: linear-gradient(90deg, transparent, rgb(186,129,162,0.5) 100%);
    right: 0;
    content: "";
    width: 85%;
    opacity: 0.15;
    z-index: -1;
    bottom: 0;
}header .main_master6:hover::before {
    width: 100%;
}header .nav_master4 {
    position: relative;
    margin: 5px 3px;
}header .nav_master4:nth-child(odd) {
    transform: translateY(-3px);
}header .nav_master4:nth-child(even) {
    transform: translateY(3px);
}header .nav_master4 a {
    font-family: Arial, sans-serif;
    border-left: 3px solid transparent;
    display: block;
    transition: all 0.3s ease;
    border-radius: 0 10px 0 10px;
    background: #ffffff;
    font-weight: 600;
    color: #000000;
    overflow: hidden;
    font-size: 12px;
    position: relative;
    padding: 8px 16px;
    text-decoration: none;
}header .nav_master4 a::before {
    position: absolute;
    transform: scaleY(0);
    height: 100%;
    right: 0;
    content: "";
    background: rgb(213,169,197);
    top: 0;
    transition: transform 0.3s ease;
    width: 5px;
    transform-origin: top;
}header .nav_master4 a::after {
    left: 0;
    content: "";
    transform-origin: left;
    transition: transform 0.3s ease 0.1s;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, rgb(213,169,197) 0%, rgb(186,129,162) 100%);
    height: 2px;
    transform: scaleX(0);
    position: absolute;
}header .nav_master4 a:hover {
    color: rgb(213,169,197);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    border-left-color: rgb(213,169,197);
    transform: translateX(5px);
}header .nav_master4 a:hover::before {
    transform: scaleY(1);
}header .nav_master4 a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .main_learn6 {
    grid-template-rows: auto auto;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}header .header_start8 {
    justify-self: center;
}header .main_master6 {
    justify-content: center;
}header .main_master6::before {
    background: rgb(186,129,162,0.5);
    width: 100%;
    opacity: 0.1;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .main_master6 {
    flex-direction: column;
    width: 100%;
}header .nav_master4 {
    margin: 3px 0;
    transform: none !important;
    width: 100%;
}header .nav_master4 a {
    border-left: none;
    text-align: center;
    border-radius: 10px;
    border-bottom: 3px solid transparent;
}header .nav_master4 a:hover {
    border-left-color: transparent;
    transform: translateY(-3px);
    border-bottom-color: rgb(213,169,197);
}header .nav_master4 a::before {
    transform: scaleX(0);
    right: auto;
    bottom: 0;
    width: 100%;
    height: 5px;
    left: 0;
    top: auto;
}header .nav_master4 a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .main_nav1 {
    padding: 10px;
    transform: none;
}header .main_nav1 svg {
    height: 40px;
}header .main_nav1:hover {
    transform: translateY(-3px);
}}.thanksFrame5 {
    background: linear-gradient(135deg, rgb(241,220,233) 0%, rgb(213,169,197,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.thanksFrame5::before {
    width: 100%;
    top: 0;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.03) 20px,
    rgba(255, 255, 255, 0.03) 40px
  );
    height: 100%;
    left: 0;
    content: "";
    z-index: 1;
    position: absolute;
}.thanksFrame5::after {
    width: 80%;
    background: linear-gradient(
    to bottom right,
    transparent,
    rgba(var(--primary-color-rgb), 0.05) 30%,
    rgba(var(--primary-color-rgb), 0.1) 60%,
    transparent
  );
    transform: rotate(35deg);
    pointer-events: none;
    right: -50%;
    z-index: 2;
    top: -50%;
    position: absolute;
    height: 200%;
    content: "";
}.thanksFrame5 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    padding: 0 20px;
}.thanksFrame5 .study_guide0 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: center top;
    position: relative;
    gap: 30px;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    padding: 50px 40px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
}.thanksFrame5 .study_guide0::before {
    width: 5px;
    transform: scaleY(1.03);
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(213,169,197), rgb(186,129,162));
    content: "";
    top: 0;
    height: 100%;
}.thanksFrame5 .study_guide0:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}.thanksFrame5 h5 {
    line-height: 1.4;
    position: relative;
    margin: 0 0 10px;
    color: rgb(213,169,197);
    transform: translateX(15px);
    font-weight: 700;
    font-size: 22px;
    transition: transform 0.4s ease-out;
}.thanksFrame5 h5::after {
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    height: 3px;
    transform: scaleX(0.7);
    content: "";
    transform-origin: left;
    bottom: -10px;
    background: rgb(186,129,162);
    position: absolute;
}.thanksFrame5 .study_guide0:hover h5 {
    transform: translateX(0);
}.thanksFrame5 .study_guide0:hover h5::after {
    transform: scaleX(1);
}.thanksFrame5 p {
    line-height: 1.7;
    font-size: 15px;
    transition: color 0.3s ease;
    margin: 0;
    color: #000000;
    position: relative;
}.thanksFrame5 a {
    padding: 15px 20px;
    border-radius: 4px;
    overflow: hidden;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    transition: all 0.4s ease;
    display: block;
    text-decoration: none;
    position: relative;
}.thanksFrame5 a::before {
    transition: width 0.3s ease;
    height: 100%;
    content: "";
    background: rgb(213,169,197);
    width: 3px;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.5;
}.thanksFrame5 a:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.07), transparent 70%);
}.thanksFrame5 a:hover::before {
    width: 5px;
}.thanksFrame5 a:hover p {
    color: rgb(213,169,197);
}.thanksFrame5 a::after {
    width: 30px;
    transition: all 0.3s ease;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.1) 50%);
    height: 30px;
    content: "";
    position: absolute;
    bottom: 0;
}.thanksFrame5 a:hover::after {
    width: 40px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.2) 50%);
    height: 40px;
}

@media (min-width: 768px) {.thanksFrame5 {
    padding: 120px 0;
}.thanksFrame5 .study_guide0 {
    padding: 60px 70px 60px 60px;
    gap: 50px;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.thanksFrame5 h5 {
    transform: translateX(25px);
    font-size: calc(22px * 1.1);
}.thanksFrame5 p {
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.thanksFrame5 {
    padding: 60px 0;
}.thanksFrame5 .study_guide0 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 35px 25px;
}.thanksFrame5 h5 {
    font-size: calc(22px * 0.9);
    transform: translateX(10px);
}.thanksFrame5 a {
    padding: 10px 15px;
}.thanksFrame5 a::after {
    height: 20px;
    width: 20px;
}
}

@media (hover: none) {.thanksFrame5 .study_guide0 {
    transform: none;
}.thanksFrame5 .study_guide0:hover {
    transform: none;
}.thanksFrame5 h5 {
    transform: none;
}.thanksFrame5 h5::after {
    transform: scaleX(1);
}
}

@media (prefers-reduced-motion: reduce) {.thanksFrame5 .study_guide0,
  .thanksFrame5 h5,
  .thanksFrame5 h5::after,
  .thanksFrame5 a,
  .thanksFrame5 a::before,
  .thanksFrame5 a::after {
    transition: none;
}}.privacy_gate4 {
    background-color: rgb(241,220,233);
    padding: 40px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}.privacy_gate4 h1 {
    font-size: 39px;
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(213,169,197);
}.privacy_gate4 h2 {
    color: #000000;
    margin: 15px 0;
    font-size: 30px;
    font-weight: 600;
}.privacy_gate4 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}.privacy_gate4 li {
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
}.privacy_gate4 div {
    margin-top: 20px;
}.privacy_gate4 h3, .privacy_gate4 h4, .privacy_gate4 h5, .privacy_gate4 h6 {
    color: #000000;
    margin: 1rem 0;
}
@media only screen and (max-width: 800px) {.privacy_gate4 {
    padding: 20px;
}.privacy_gate4 h1 {
    font-size: calc(21px * 0.8);
}.privacy_gate4 h2 {
    font-size: calc(21px * 0.9);
}.privacy_gate4 li {
    font-size: 16px;
}}.course_features9 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(241,220,233) 0%, rgba(245, 247, 250, 0.95) 100%);
}.course_features9::before {
    animation: patternFloat 60s infinite linear;
    height: 100%;
    background-size: 120px 120px;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(213,169,197,0.5) 1px, transparent 5px),
        radial-gradient(circle at 20% 40%, rgb(213,169,197,0.5) 1px, transparent 5px),
        radial-gradient(circle at 30% 70%, rgb(213,169,197,0.5) 1px, transparent 5px),
        radial-gradient(circle at 70% 20%, rgb(213,169,197,0.5) 1px, transparent 5px),
        radial-gradient(circle at 90% 60%, rgb(213,169,197,0.5) 1px, transparent 5px);
    z-index: 0;
    opacity: 0.3;
    right: 0;
}.course_features9::after {
    z-index: 0;
    right: -50%;
    height: 100%;
    top: -50%;
    transform: scale(2);
    content: "";
    position: absolute;
    background: radial-gradient(circle at center, rgb(213,169,197,0.5) 0%, transparent 70%);
    opacity: 0.15;
    width: 100%;
}.course_features9 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.course_features9 .knowledge8 {
    position: relative;
    transform: translateY(20px);
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}.course_features9 .content_photo2 {
    position: relative;
    overflow: hidden;
    height: 380px;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.course_features9 .content_photo2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(to right, 
        rgba(#000000, 0.5) 0%, 
        rgba(#000000, 0.2) 50%, 
        rgba(#000000, 0) 100%);
}.course_features9 .content_photo2::after {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 30%;
    width: 100%;
    background: linear-gradient(to top, 
        rgba(#000000, 0.7) 0%, 
        rgba(#000000, 0) 100%);
    content: "";
}.course_features9 .content_photo2:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.course_features9 .section_content7 {
    transform: translateZ(0);
    border-left: 4px solid rgb(213,169,197);
    position: relative;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}.course_features9 .section_content7::before {
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, 
        rgba(rgb(213,169,197,0.5), 0.05) 0%, 
        rgba(#ffffff, 0.95) 100%);
    top: 0;
}.course_features9 h3 {
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.4;
    margin-bottom: 24px;
    color: rgb(213,169,197);
    transform: translateX(0);
    position: relative;
    font-size: calc(21px * 1.1);
    font-weight: 700;
}.course_features9 h3::after {
    bottom: -10px;
    transform: scaleX(1);
    height: 3px;
    transform-origin: left;
    width: 60px;
    position: absolute;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: rgb(186,129,162);
}.course_features9 .section_content7:hover h3 {
    transform: translateX(5px);
}.course_features9 .section_content7:hover h3::after {
    transform: scaleX(1.5);
}.course_features9 p.description {
    column-count: 1;
    column-gap: 30px;
    font-size: 12px;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.8;
    transition: opacity 0.5s, transform 0.5s;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    opacity: 1;
    position: relative;
}.course_features9 span.description {
    display: none;
}.course_features9 .section_content7 div {
    overflow: hidden;
    position: relative;
}

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

@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (min-width: 768px) {.course_features9 {
    padding: 150px 0;
}.course_features9 .knowledge8 {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.course_features9 .content_photo2 {
    transform: perspective(1000px) rotateY(5deg);
    height: 450px;
}.course_features9 p.description {
    column-count: 2;
}.course_features9 .section_content7 {
    padding: 40px;
}.course_features9 h3 {
    font-size: 37px;
    margin-bottom: 30px;
}.course_features9 h3::after {
    width: 80px;
}
}

@media (min-width: 992px) {.course_features9 .knowledge8 {
    gap: 80px;
}.course_features9 .content_photo2 {
    height: 520px;
}.course_features9 .section_content7 {
    padding: 50px;
}.course_features9 h3 {
    font-size: calc(37px * 1.1);
}.course_features9 p.description {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.course_features9 {
    padding: 80px 0;
}.course_features9 .content_photo2 {
    transform: perspective(1000px) rotateY(3deg);
    height: 280px;
}.course_features9 .section_content7 {
    padding: 25px 20px;
}.course_features9 h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 1.05);
}.course_features9 h3::after {
    width: 50px;
    height: 2px;
}.course_features9 p.description {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (hover: hover) {.course_features9 .content_photo2::before {
    transition: opacity 0.5s ease;
}.course_features9 .content_photo2:hover::before {
    opacity: 0.7;
}}.our_story4 {
    padding: 120px 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.our_story4::before {
    width: 100%;
    background: linear-gradient(135deg, 
    rgba(0, 32, 63, 0.92), 
    rgba(0, 18, 36, 0.86) 50%, 
    rgba(18, 0, 36, 0.9));
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    left: 0;
}.our_story4::after {
    width: 100%;
    position: absolute;
    background-size: 60px 60px;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 30px
  );
    top: 0;
    z-index: 2;
}.our_story4 .container {
    position: relative;
    display: grid;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    grid-template-columns: 1fr;
    padding: 0 20px;
}.our_story4 .section_content7 {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 50px 40px;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    transform: translateZ(0);
    border-left: 4px solid rgb(213,169,197);
    background: linear-gradient(
    to right bottom,
    rgba(rgb(213,169,197,0.5), 0.25),
    rgba(rgb(186,129,162,0.5), 0.15)
  );
}.our_story4 .section_content7:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}.our_story4 h1 {
    position: relative;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    font-weight: 700;
    transform: translateX(-5px);
    color: #ffffff;
    margin-bottom: 30px;
}.our_story4 h1::after {
    position: absolute;
    background: rgb(213,169,197);
    width: 80px;
    left: 0;
    bottom: -10px;
    height: 3px;
    content: "";
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
}@keyframes lineExpand {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

.our_story4 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.our_story4 li {
    margin-bottom: 20px;
}.our_story4 h4 {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    font-size: calc(18px * 1.2);
    font-weight: 600;
    color: rgb(186,129,162);
}.our_story4 span {
    display: block;
    column-gap: 40px;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    line-height: 1.7;
    margin-top: 10px;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    columns: 1;
}.our_story4 .section_content7::before {
    border: 2px solid rgb(186,129,162);
    width: 120px;
    opacity: 0.2;
    position: absolute;
    transform: rotate(-15deg);
    top: -10px;
    right: 30px;
    border-radius: 50%;
    content: "";
    height: 120px;
}.our_story4 .section_content7::after {
    right: -20px;
    opacity: 0.15;
    background: rgb(213,169,197);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    bottom: 40px;
    z-index: -1;
    width: 80px;
    position: absolute;
    height: 80px;
    content: "";
}

@media (min-width: 768px) {.our_story4 {
    padding: 150px 0;
}.our_story4 .container {
    grid-template-columns: 1fr;
}.our_story4 .section_content7 {
    padding: 60px 70px;
    width: calc(100% - 60px);
    margin-left: 60px;
}.our_story4 h1 {
    margin-bottom: 40px;
    font-size: calc(40px * 1.2);
}.our_story4 span {
    columns: 2;
    column-gap: 50px;
}
}

@media (min-width: 1200px) {.our_story4 .section_content7 {
    width: calc(100% - 100px);
    padding: 70px 80px;
    margin-left: 100px;
}.our_story4 h1 {
    font-size: calc(40px * 1.4);
}.our_story4 span {
    column-gap: 60px;
    columns: 2;
}
}

@media (max-width: 767px) {.our_story4 {
    padding: 80px 0;
}.our_story4 .section_content7 {
    padding: 30px 25px;
}.our_story4 h1 {
    margin-bottom: 25px;
    font-size: calc(40px * 0.9);
}.our_story4 h4 {
    font-size: 18px;
}.our_story4 span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.cookieUsageContainer2 {
    border-top: 2px solid rgb(213,169,197);
    background: rgb(241,220,233);
    bottom: 0;
    z-index: 90;
    width: 100%;
    position: fixed;
}.online_cookies2 {
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    display: flex;
}.cookieUsageContainer2 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieUsageContainer2 p {
    font-size: 18px;
}.learn_cookies1 {
    flex-shrink: 0;
    margin-right: 10px;
}.learn_cookies1 svg, .learn_cookies1 svg path, .learn_cookies1 img {
    width: 100px;
    height: 100px;
    fill: rgb(213,169,197);
}.edu_approve1 {
    border-bottom: 2px solid rgb(213,169,197);
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    min-width: 120px;
    line-height: 35px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 10px;
    cursor: pointer;
    color: rgb(213,169,197);
}.cookieUsageContainer2 p a {
    text-decoration: none;
    color: rgb(213,169,197);
}#cookieAlertNotice5 {
    display: none;
}#cookieAlertNotice5:checked ~ .cookieUsageContainer2 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookieUsageContainer2 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.learn_cookies1 {
    display: none;
}.online_cookies2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieUsageContainer2 h5 {
    text-align: center;
}.cookieUsageContainer2 p {
    text-align: center;
}.user_default7 {
    margin-bottom: 20px;
}body .framework-wrap9 .edu_approve1 {
    margin-left: 0;
}}
.framework-wrap9 .online_cookies2 {
    justify-content: flex-end;
}.framework-wrap9 .edu_approve1 {
    color: #ffffff;
    font-size: 20px;
    background: rgb(213,169,197);
    margin-left: 30px;
    padding: 10px;
}.framework-wrap9 .user_default7 {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.framework-wrap9 .edu_approve1 {
    margin-bottom: 10px;
    margin-left: 0;
}}.course_methodology8 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(241,220,233) 0%, rgb(213,169,197,0.5) 100%);
    padding: 8rem 0;
    perspective: 1000px;
}.course_methodology8::before {
    opacity: 0.3;
    content: "";
    pointer-events: none;
    height: 120%;
    background: linear-gradient(45deg, rgb(186,129,162,0.5) 0%, rgb(213,169,197,0.5) 100%);
    top: -10%;
    z-index: 0;
    filter: blur(20px);
    width: 40%;
    position: absolute;
    transform: rotate(-15deg) translateZ(-50px);
    right: -5%;
}.course_methodology8::after {
    left: -2%;
    width: 35%;
    bottom: -5%;
    background: linear-gradient(-45deg, rgb(213,169,197) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    opacity: 0.15;
    height: 70%;
    transform: rotate(10deg) translateZ(-30px);
    position: absolute;
    content: "";
}.course_methodology8 .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 1;
}.course_methodology8 .study_guide0 {
    transform: translateZ(20px);
    justify-content: center;
    align-items: center;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: flex;
}.course_methodology8 .study_guide0:hover {
    transform: translateZ(40px) scale(1.02);
}.course_methodology8 .study_guide0 > div {
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 5px solid rgb(213,169,197);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5),
                0 -5px 20px -5px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 3rem 3.5rem;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-width: 800px;
}.course_methodology8 .study_guide0 > div:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5),
                0 -10px 25px -5px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.course_methodology8 .study_guide0 > div::before {
    opacity: 0.1;
    bottom: -2px;
    position: absolute;
    top: -2px;
    right: -2px;
    transition: opacity 0.4s ease;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%, 80% 90%, 0 90%);
    content: "";
    transform: translateZ(-10px);
    background: linear-gradient(135deg, rgb(213,169,197), rgb(186,129,162));
    left: -2px;
}.course_methodology8 .study_guide0 > div:hover::before {
    opacity: 0.2;
}.course_methodology8 h3 {
    transform: translateZ(10px);
    font-size: calc(37px * 0.85);
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    font-family: Arial, sans-serif;
}.course_methodology8 h3::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(213,169,197), rgb(186,129,162));
    left: 0;
    content: "";
    height: 3px;
    transform-origin: left;
    transform: scaleX(0.8) translateZ(5px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 6rem;
    position: absolute;
}.course_methodology8 .study_guide0 > div:hover h3::after {
    transform: scaleX(1) translateZ(5px);
}.course_methodology8 p {
    position: relative;
    transform: translateZ(5px);
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 0;
}.course_methodology8 p span {
    transition: opacity 0.3s ease;
    position: relative;
    display: block;
    opacity: 0.9;
}.course_methodology8 p span:hover {
    opacity: 1;
}.course_methodology8 p span::first-letter {
    color: rgb(213,169,197);
    font-weight: 600;
    font-size: 1.25em;
}

@media screen and (max-width: 991px) {.course_methodology8 {
    padding: 6rem 0;
}.course_methodology8 .study_guide0 > div {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
}.course_methodology8 h3 {
    font-size: calc(37px * 0.75);
}
}

@media screen and (max-width: 767px) {.course_methodology8 {
    padding: 5rem 0;
}.course_methodology8::before,
    .course_methodology8::after {
    width: 60%;
}.course_methodology8 .study_guide0 > div {
    padding: 2rem;
    transform: perspective(800px) rotateY(0deg);
}.course_methodology8 h3 {
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
    font-size: calc(37px * 0.7);
}.course_methodology8 p {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media screen and (max-width: 575px) {.course_methodology8 {
    padding: 4rem 0;
}.course_methodology8 .container {
    padding: 0 1.5rem;
}.course_methodology8 .study_guide0 > div {
    border-left: 4px solid rgb(213,169,197);
    padding: 1.75rem;
}.course_methodology8 h3 {
    padding-bottom: 0.7rem;
    font-size: calc(37px * 0.65);
    margin-bottom: 1rem;
}.course_methodology8 h3::after {
    height: 2px;
    width: 4rem;
}.course_methodology8 p {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}.customer_experience6 {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(241,220,233) 0%, rgb(186,129,162,0.5) 100%);
}.customer_experience6::before {
    background: linear-gradient(90deg, transparent, rgb(186,129,162), transparent);
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
}.customer_experience6::after {
    bottom: 0;
    content: "";
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(186,129,162), transparent);
    position: absolute;
    right: 0;
    transform: translateX(20%);
}.customer_experience6 .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}.customer_experience6 h2 {
    line-height: 1.3;
    font-size: 38px;
    position: relative;
    letter-spacing: 0.5px;
    color: #000000;
    max-width: 80%;
    transform: translateX(-5%);
    margin-bottom: 3.5rem;
    font-weight: 600;
}.customer_experience6 h2::after {
    background: rgb(213,169,197);
    width: 80px;
    transform: scaleX(1);
    bottom: -15px;
    position: absolute;
    left: 0;
    height: 3px;
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}.customer_experience6:hover h2::after {
    transform: scaleX(1.5);
}.customer_experience6 .success_reviews3 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    margin: 0;
    gap: 2.5rem;
    list-style: none;
}.customer_experience6 .success_ratings6 {
    padding: 2rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateY(0);
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(186,129,162);
    display: flex;
    height: 100%;
    position: relative;
}.customer_experience6 .success_ratings6:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.customer_experience6 .success_ratings6 div {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}.customer_experience6 .success_ratings6 img {
    object-fit: cover;
    border: 2px solid rgb(186,129,162,0.5);
    height: 60px;
    transition: transform 0.3s ease;
    margin-right: 1rem;
    border-radius: 50%;
    width: 60px;
}.customer_experience6 .success_ratings6:hover img {
    transform: scale(1.1);
}.customer_experience6 .success_ratings6 h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin: 0;
    position: relative;
}.customer_experience6 .success_ratings6 h4::after {
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    bottom: -6px;
    background: rgb(213,169,197);
    width: 0;
    left: 0;
}.customer_experience6 .success_ratings6:hover h4::after {
    width: 80%;
}.customer_experience6 .success_ratings6 .description {
    margin: 0;
    flex-grow: 1;
    position: relative;
    padding-left: 1.5rem;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}.customer_experience6 .success_ratings6 .description::before {
    left: -10px;
    opacity: 0.6;
    color: rgb(186,129,162,0.5);
    font-family: Georgia, serif;
    top: -15px;
    font-size: 4rem;
    position: absolute;
    content: "";
}.customer_experience6 a {
    margin-top: 3rem;
    border-radius: 10px;
    padding: 0.8rem 2rem;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    background: rgb(213,169,197);
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, background 0.3s ease;
    color: #ffffff;
    font-size: 17px;
}.customer_experience6 a:hover {
    transform: translateY(-5px);
    background: #000000;
}.customer_experience6 a::before {
    left: -100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    transition: 0.5s;
    content: "";
    z-index: -1;
    top: 0;
}.customer_experience6 a:hover::before {
    left: 100%;
}.customer_experience6 .study_guide0 {
    position: relative;
}.customer_experience6 .study_guide0::before {
    background-size: 20px 20px;
    top: 2rem;
    background: 
        linear-gradient(45deg, transparent 49%, rgb(186,129,162,0.5) 49%, rgb(186,129,162,0.5) 51%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgb(186,129,162,0.5) 49%, rgb(186,129,162,0.5) 51%, transparent 51%);
    height: 200px;
    width: 200px;
    content: "";
    position: absolute;
    right: -2rem;
    opacity: 0.2;
    z-index: -1;
}


@media (max-width: 1200px) {.customer_experience6 {
    padding: 6rem 0;
}.customer_experience6 h2 {
    font-size: calc(38px * 0.9);
    max-width: 90%;
}.customer_experience6 .success_reviews3 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.customer_experience6 {
    padding: 5rem 0;
}.customer_experience6 h2 {
    transform: translateX(0);
    max-width: 100%;
}.customer_experience6 .success_reviews3 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.customer_experience6 .study_guide0::before {
    right: -1rem;
    height: 150px;
    width: 150px;
}
}

@media (max-width: 768px) {.customer_experience6 {
    padding: 4rem 0;
}.customer_experience6 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.8);
}.customer_experience6 .success_reviews3 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.5rem;
}.customer_experience6 .success_ratings6 {
    padding: 1.5rem;
}.customer_experience6 .study_guide0::before {
    display: none;
}
}

@media (max-width: 576px) {.customer_experience6 {
    padding: 3rem 0;
}.customer_experience6 h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.7);
}.customer_experience6 .success_ratings6 div {
    margin-bottom: 1rem;
}.customer_experience6 .success_ratings6 img {
    height: 50px;
    width: 50px;
}.customer_experience6 .success_ratings6 .description {
    padding-left: 0.5rem;
}.customer_experience6 a {
    padding: 0.7rem 1.5rem;
    margin-top: 2rem;
}
}

@media (hover: none) {.customer_experience6 .success_ratings6:hover {
    transform: translateY(0);
}.customer_experience6 .success_ratings6:hover img {
    transform: none;
}.customer_experience6 .success_ratings6:hover h4::after {
    width: 0;
}}footer {
    margin-top: 0;
    background-color: #000000;
    position: relative;
}footer::before {
    left: 0;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(213,169,197,0.5) 50%,
    #000000 100%);
    top: 0;
}.search_foot1 {
    position: relative;
    padding: 60px 0 40px;
    background-color: transparent;
    z-index: 5;
}.search_foot1 .container {
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    display: grid;
}.search_foot1 .company_holder {
    position: relative;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    grid-column: span 4;
}.search_foot1 .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 33px;
    margin-bottom: 20px;
}.search_foot1 .company_holder h3::after {
    background: rgb(213,169,197);
    bottom: -8px;
    height: 2px;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
}.search_foot1 .converter2 {
    color: #ffffff;
    font-size: 16px;
    opacity: 0.8;
    line-height: 1.6;
}.search_foot1 .badge_case4 {
    display: grid;
    grid-column: span 8;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.search_foot1 .main_master6 {
    padding: 30px;
    position: relative;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
}.search_foot1 .main_master6 h5 {
    display: inline-block;
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}.search_foot1 .main_master6 h5::after {
    background: rgb(186,129,162);
    bottom: -8px;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
}.search_foot1 .main_master6 .first_pagebar9 {
    display: grid;
    grid-gap: 15px;
}.search_foot1 .main_master6 .first_pagebar9 a {
    position: relative;
    display: block;
    color: #ffffff;
    opacity: 0.8;
    font-size: 16px;
    text-decoration: none;
    padding-left: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
}.search_foot1 .main_master6 .first_pagebar9 a::before {
    left: 0;
    background: rgb(186,129,162);
    border-radius: 50%;
    top: 50%;
    height: 6px;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    width: 6px;
}.search_foot1 .main_master6 .first_pagebar9 a:hover {
    color: rgb(213,169,197);
    transform: translateX(5px);
    opacity: 1;
}.green_edu1 {
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 25px 0;
    z-index: 5;
}.green_edu1 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.green_edu1 .calc_foot7 {
    opacity: 0.7;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 991px) {.search_foot1 .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.search_foot1 .company_holder {
    grid-column: span 12;
}.search_foot1 .badge_case4 {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.search_foot1 {
    padding: 40px 0 30px;
}.search_foot1 .badge_case4 {
    grid-template-columns: 1fr;
}.search_foot1 .company_holder {
    padding: 25px;
}.search_foot1 .main_master6 {
    padding: 25px;
}.search_foot1 .company_holder h3 {
    font-size: calc(33px - 2px);
}.search_foot1 .main_master6 h5 {
    font-size: calc(21px - 1px);
}
}

@media (max-width: 575px) {.search_foot1 {
    padding: 30px 0 20px;
}.search_foot1 .company_holder,
  .search_foot1 .main_master6 {
    padding: 20px;
}.search_foot1 .company_holder h3 {
    font-size: calc(33px - 4px);
}.green_edu1 {
    padding: 20px 0;
}}

.search_foot1 .company_holder:hover,
.search_foot1 .main_master6:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.search_foot1 .container::before {
    height: 100%;
    background: 
    linear-gradient(to right, rgb(213,169,197,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(213,169,197,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    opacity: 0.05;
    pointer-events: none;
    top: 0;
    position: absolute;
}.search_foot1 .company_holder::before {
    width: 5px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(213,169,197);
    opacity: 0.5;
}.search_foot1 .main_master6::before {
    content: "";
    top: 0;
    height: 100%;
    width: 5px;
    background: rgb(186,129,162);
    opacity: 0.5;
    left: 0;
    position: absolute;
}footer::after {
    width: 100%;
    bottom: 0;
    height: 5px;
    left: 0;
    z-index: 2;
    content: "";
    opacity: 0.3;
    background: linear-gradient(to right,
    rgb(213,169,197),
    rgb(186,129,162),
    rgb(213,169,197));
    position: absolute;
}.search_foot1 .first_pagebar9 {
    position: relative;
}.search_foot1 .first_pagebar9::after {
    opacity: 0.2;
    width: 100%;
    left: 0;
    bottom: -15px;
    position: absolute;
    background: rgb(186,129,162,0.5);
    height: 1px;
    content: "";
}.search_foot1 .main_master6 h5,
.search_foot1 .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.search_foot1 .main_master6:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}.search_foot1 .main_master6:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.green_edu1 .calc_foot7 {
    display: inline-block;
    position: relative;
}.green_edu1 .calc_foot7::before {
    opacity: 0.5;
    content: "";
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: rgb(213,169,197);
    height: 1px;
    width: 30px;
}.green_edu1 .calc_foot7::after {
    position: absolute;
    content: "";
    background: rgb(213,169,197);
    right: -40px;
    opacity: 0.5;
    width: 30px;
    transform: translateY(-50%);
    height: 1px;
    top: 50%;
}