* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.contest_info_624 {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.framework-wrap_741 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}svg {
    width: 30px;
    height: 30px;
}.site_header_715 {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1204px;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
    top: 0;
    backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    left: 0;
    z-index: 1000;
    width: 100%;
    background: rgb(175,176,204,0.5);
}header:before {
    top: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    left: 0;
    content: '';
    width: 100%;
    pointer-events: none;
    animation: shimmer 8s infinite linear;
    position: absolute;
    height: 100%;
}header:after {
    background: linear-gradient(
        90deg,
        rgb(137,134,169) 0%,
        rgb(175,176,204) 50%,
        rgb(137,134,169) 100%
    );
    left: 0;
    filter: blur(1px);
    content: '';
    position: absolute;
    height: 3px;
    opacity: 0.8;
    bottom: 0;
    width: 100%;
}header .nav_train_615 {
    overflow: hidden;
    position: relative;
}header .nav_train_615:before {
    mix-blend-mode: overlay;
    background: 
        radial-gradient(circle at 10% 20%, rgb(175,176,204,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(137,134,169,0.5) 0%, transparent 40%);
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.15;
    height: 100%;
    pointer-events: none;
    content: '';
}header .container {
    padding: 16px 25px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}header .container:before {
    left: 0;
    bottom: -1px;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
}header .header_lead_971 {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}header .page_header_742 {
    align-items: center;
    gap: 35px;
    display: flex;
    position: relative;
}header .page_header_742:before {
    left: 0;
    transform: translateY(-50%) scaleX(0.8);
    opacity: 0;
    top: 50%;
    height: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    content: '';
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
}header .page_header_742:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .nav_base_458 {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}header .nav_base_458:before {
    position: absolute;
    content: '';
    height: 1px;
    transform: scaleX(0);
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    bottom: 0;
    transform-origin: right;
    left: 0;
}header .nav_base_458:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    transform: scaleY(0);
    background: linear-gradient(
        180deg,
        transparent,
        rgb(175,176,204,0.5),
        transparent
    );
    top: 0;
}header .nav_base_458:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .nav_base_458:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}header .nav_base_458:hover:after {
    transform: scaleY(1);
    opacity: 0.15;
}header .head_guide_459 {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    padding: 5px;
}header .head_guide_459:before {
    top: -10px;
    z-index: -1;
    background: radial-gradient(
        circle,
        rgb(175,176,204,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    left: -10px;
    width: calc(100% + 20px);
    transition: opacity 0.5s ease;
    opacity: 0;
    height: calc(100% + 20px);
    content: '';
}header .head_guide_459:after {
    position: absolute;
    border: 1px solid transparent;
    height: 100%;
    opacity: 0;
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(175,176,204),
        transparent
    ) 1;
}header .head_guide_459:hover:before {
    opacity: 0.15;
    animation: pulse 2s infinite;
}header .head_guide_459:hover:after {
    opacity: 0.7;
}header .head_guide_459 svg {
    filter: drop-shadow(0 0 3px rgb(175,176,204,0.5));
    height: 45px;
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .head_guide_459:hover svg {
    filter: drop-shadow(0 0 5px rgb(175,176,204));
    transform: scale(1.05);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .page_header_742 {
    gap: 20px;
}header .head_guide_459 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .page_header_742 {
    gap: 20px;
    height: 100vh;
    z-index: 1001;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    width: 80%;
    background: rgb(175,176,204);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 80px 30px 30px;
    position: fixed;
    flex-direction: column;
    top: 0;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    right: -100%;
    background: linear-gradient(
            135deg,
            rgb(175,176,204) 0%,
            rgb(175,176,204,0.5) 100%
        );
    max-width: 320px;
}header .page_header_742:before {
    display: none;
}header .menu.active {
    right: 0;
}header .nav_base_458 {
    padding: 12px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .nav_base_458:last-child {
    border-bottom: none;
}header .head_guide_459 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .head_guide_459 svg {
    height: 35px;
}}.educational_rewards_839 {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, #ffffff 100%);
    position: relative;
}.educational_rewards_839::before {
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(137,134,169,0.5) 0px,
        rgb(137,134,169,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.educational_rewards_839::after {
    background: linear-gradient(45deg, rgb(175,176,204,0.5) 0%, transparent 70%);
    width: 70%;
    top: -50%;
    position: absolute;
    content: "";
    opacity: 0.08;
    right: -20%;
    transform: rotate(25deg);
    height: 200%;
    z-index: 0;
}.educational_rewards_839 h5 {
    position: relative;
    color: #000000;
    font-size: 21px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    font-weight: 700;
    transform: perspective(1000px) translateZ(20px);
    z-index: 2;
    margin-bottom: 60px;
}.educational_rewards_839 h5::after {
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    transition: width 0.5s ease;
    bottom: -15px;
    width: 80px;
    background: rgb(175,176,204);
    left: 50%;
}.educational_rewards_839 h5:hover {
    transform: perspective(1000px) translateZ(30px);
}.educational_rewards_839 h5:hover::after {
    width: 120px;
}.educational_rewards_839 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.educational_rewards_839 .how_grow_107 {
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 4px;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex-direction: column;
    background: #ffffff;
}.educational_rewards_839 .how_grow_107:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.educational_rewards_839 .slider_281 {
    object-fit: cover;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: center;
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.educational_rewards_839 .how_grow_107:hover .slider_281 {
    transform: scale(1.05);
}.educational_rewards_839 .text_text_157 {
    background: linear-gradient(180deg, #ffffff 0%, rgba(250, 250, 250, 1) 100%);
    padding: 40px 30px;
    position: relative;
}.educational_rewards_839 .text_text_157::before {
    height: 0;
    background: rgb(175,176,204);
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}.educational_rewards_839 .how_grow_107:hover .text_text_157::before {
    height: 100%;
}.educational_rewards_839 ul {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
    margin: 0;
    display: grid;
}.educational_rewards_839 li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
    padding-left: 40px;
    position: relative;
}.educational_rewards_839 li:hover {
    transform: translateX(10px);
}.educational_rewards_839 li:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.educational_rewards_839 li:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.educational_rewards_839 li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.educational_rewards_839 li:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.educational_rewards_839 li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}.educational_rewards_839 li p {
    line-height: 1.6;
    font-size: 13px;
    margin: 0;
    position: relative;
    color: #000000;
}.educational_rewards_839 li svg {
    height: 28px;
    top: 0;
    width: 28px;
    left: -40px;
    position: absolute;
    transition: transform 0.3s ease;
}.educational_rewards_839 li:hover svg {
    transform: rotate(10deg) scale(1.1);
}.educational_rewards_839 li svg path {
    fill: rgb(175,176,204);
    transition: fill 0.3s ease;
}.educational_rewards_839 li:hover svg path {
    fill: rgb(137,134,169);
}.educational_rewards_839 li::after {
    height: 1px;
    content: "";
    bottom: -12px;
    left: 40px;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgb(175,176,204,0.5), transparent);
    width: 0;
    position: absolute;
}.educational_rewards_839 li:hover::after {
    width: 70%;
}

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

@media (min-width: 768px) {.educational_rewards_839 .how_grow_107 {
    align-items: stretch;
    flex-direction: row;
}.educational_rewards_839 .how_grow_107 > div:first-child {
    flex-shrink: 0;
    width: 40%;
}.educational_rewards_839 .text_text_157 {
    width: 60%;
    padding: 50px 40px;
}.educational_rewards_839 ul {
    grid-template-columns: repeat(2, 1fr);
}.educational_rewards_839 .slider_281 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}
}

@media (min-width: 992px) {.educational_rewards_839 {
    padding: 150px 0;
}.educational_rewards_839 h5 {
    font-size: calc(21px * 1.1);
    margin-bottom: 80px;
}.educational_rewards_839 .how_grow_107 {
    transform: perspective(1200px) rotateX(2deg) rotateY(-1deg);
}.educational_rewards_839 .how_grow_107:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.educational_rewards_839 .text_text_157 {
    padding: 60px 50px;
}.educational_rewards_839 li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                   box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.educational_rewards_839 li:hover {
    transform: translateX(15px) translateZ(10px);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
}.educational_rewards_839 li p {
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.educational_rewards_839 {
    padding: 80px 0;
}.educational_rewards_839 h5 {
    font-size: calc(21px * 0.9);
    margin-bottom: 40px;
    padding: 0 20px;
}.educational_rewards_839 .text_text_157 {
    padding: 30px 20px;
}.educational_rewards_839 li {
    margin-bottom: 15px;
    padding-left: 35px;
}.educational_rewards_839 li svg {
    left: -35px;
    height: 24px;
    width: 24px;
}.educational_rewards_839 li p {
    font-size: calc(13px * 0.95);
}}.opening_page_045 {
    overflow: hidden;
    display: flex;
    background-color: rgb(214,214,228);
    min-height: 100vh;
    padding: 5rem 1rem;
    justify-content: center;
    position: relative;
    align-items: center;
}.opening_page_045::before {
    width: 100%;
    background: linear-gradient(135deg, rgb(137,134,169,0.5), rgb(175,176,204,0.5));
    z-index: 0;
    opacity: 0.07;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}.opening_page_045 .course_page_086 {
    width: 100%;
    transition: transform 0.5s ease;
    background-color: rgb(214,214,228);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
              -12px -12px 24px #ffffff;
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    border-radius: 16px;
    max-width: 1200px;
    z-index: 1;
}.opening_page_045 .course_page_086:hover {
    transform: perspective(1000px) rotateX(0deg);
}.opening_page_045 .course_page_086 > div {
    gap: 2.5rem;
    flex-direction: column;
    display: flex;
}.opening_page_045 h3 {
    color: rgb(137,134,169);
    background-color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    position: relative;
    border-radius: 12px;
    transition: all 0.3s ease;
    padding: 1.5rem;
    font-size: 24px;
    margin: 0;
    box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.05),
              inset -3px -3px 8px #ffffff;
}.opening_page_045 h3::before {
    width: 8px;
    border-radius: 12px 0 0 12px;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(175,176,204), rgb(137,134,169));
    height: 100%;
    position: absolute;
    content: "";
}.opening_page_045 .team_profile_589 {
    overflow: hidden;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
              -12px -12px 24px #ffffff;
    position: relative;
    border-radius: 16px;
    transition: all 0.5s ease;
}.opening_page_045 .team_profile_589::before {
    background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.7),
    rgba(var(--secondary-color-rgb), 0.7));
    opacity: 0.85;
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.opening_page_045 .team_profile_589:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
              -15px -15px 30px #ffffff;
}.opening_page_045 .team_profile_589 > div {
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
    text-align: center;
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
    z-index: 2;
}.opening_page_045 .team_profile_589 p {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.15);
    font-size: calc(12px * 1.1);
    transition: all 0.3s ease;
    border-radius: 12px;
    font-weight: 400;
    padding: 1rem 1.5rem;
    color: #ffffff;
    margin: 0;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1),
              inset -2px -2px 5px rgba(255, 255, 255, 0.1);
}.opening_page_045 .team_profile_589 p:hover {
    transform: translateY(-3px);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2),
              inset -2px -2px 5px rgba(255, 255, 255, 0.2);
}.opening_page_045 .title_style_header {
    color: #ffffff;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    font-size: 39px;
    padding: 0;
    font-weight: 700;
    margin: 0;
}.opening_page_045 .title_style_header::after {
    background: linear-gradient(to right, rgb(175,176,204), #ffffff, rgb(175,176,204));
    border-radius: 2px;
    transform: translateX(-50%);
    left: 50%;
    height: 4px;
    width: 100px;
    bottom: -15px;
    content: "";
    position: absolute;
}

@media (min-width: 768px) {.opening_page_045 .course_page_086 {
    padding: 3rem;
}.opening_page_045 .course_page_086 > div {
    flex-direction: row;
    align-items: stretch;
}.opening_page_045 .course_page_086 > div > div:first-child {
    flex: 0 0 30%;
    align-items: center;
    display: flex;
}.opening_page_045 .team_profile_589 {
    flex: 0 0 70%;
}.opening_page_045 h3 {
    padding: 2rem;
    font-size: 24px;
}.opening_page_045 .team_profile_589 > div {
    padding: 5rem 3rem;
    align-items: flex-start;
    text-align: left;
}.opening_page_045 .title_style_header {
    font-size: calc(39px * 1.2);
}.opening_page_045 .title_style_header::after {
    left: 0;
    transform: none;
}
}

@media (min-width: 1024px) {.opening_page_045 .course_page_086 {
    padding: 3.5rem;
}.opening_page_045 .course_page_086 > div > div:first-child {
    flex: 0 0 35%;
}.opening_page_045 .team_profile_589 {
    flex: 0 0 65%;
}.opening_page_045 .team_profile_589 > div {
    padding: 6rem 4rem;
}.opening_page_045 .title_style_header {
    font-size: calc(39px * 1.4);
}
}

@media (max-width: 767px) {.opening_page_045 {
    padding: 3rem 1rem;
}.opening_page_045 .course_page_086 {
    padding: 1.5rem;
}.opening_page_045 h3 {
    padding: 1.25rem;
    font-size: calc(24px * 0.9);
}.opening_page_045 .team_profile_589 > div {
    padding: 3rem 1.5rem;
}.opening_page_045 .title_style_header {
    font-size: calc(39px * 0.9);
}.opening_page_045 .team_profile_589 p {
    font-size: 12px;
    padding: 0.75rem 1rem;
}
}

@media (max-width: 480px) {.opening_page_045 {
    padding: 2rem 0.75rem;
}.opening_page_045 .course_page_086 {
    padding: 1.25rem;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), 
                -8px -8px 16px #ffffff;
}.opening_page_045 h3 {
    font-size: calc(24px * 0.8);
    padding: 1rem;
}.opening_page_045 .team_profile_589 > div {
    padding: 2.5rem 1.25rem;
}.opening_page_045 .title_style_header {
    font-size: calc(39px * 0.8);
}.opening_page_045 .team_profile_589 p {
    padding: 0.5rem 0.75rem;
    font-size: calc(12px * 0.9);
}}.teaching_history_105 {
    overflow: hidden;
    background: linear-gradient(
        125deg,
        rgb(214,214,228) 0%,
        rgb(214,214,228) 60%,
        rgb(175,176,204,0.5) 120%
    );
    position: relative;
    padding: 100px 0;
}.teaching_history_105::before {
    content: "";
    position: absolute;
    opacity: 0.03;
    width: 100%;
    background-size: 60px 60px;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(175,176,204,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(175,176,204,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(175,176,204,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(175,176,204,0.5) 75%);
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    height: 100%;
    left: 0;
}.teaching_history_105::after {
    background: 
        radial-gradient(
            ellipse at center,
            rgb(175,176,204,0.5) 0%,
            transparent 60%
        );
    top: -50%;
    width: 200%;
    left: -50%;
    content: "";
    opacity: 0.2;
    position: absolute;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    height: 200%;
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.teaching_history_105 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    z-index: 2;
}.teaching_history_105 .success_testimonials_480 {
    background: transparent;
    padding: 0;
    position: relative;
    border-radius: 12px;
    display: flex;
    overflow: visible;
    align-items: center;
    flex-direction: column;
}.teaching_history_105 .slider_281 {
    margin-bottom: 30px;
    position: relative;
    width: 260px;
    transform: rotate(-5deg);
    border-radius: 20px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 3;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    height: 260px;
}.teaching_history_105 .slider_281::before {
    transition: all 0.5s ease;
    transform: rotate(5deg);
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(175,176,204,0.5) 0%,
        transparent 50%,
        rgb(137,134,169,0.5) 100%
    );
    content: "";
    border-radius: 30px;
    inset: -10px;
    z-index: -1;
    opacity: 0.3;
}.teaching_history_105 .slider_281::after {
    z-index: -2;
    transform: rotate(10deg);
    content: "";
    transition: all 0.5s ease;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(175,176,204,0.5) 10px,
            rgb(175,176,204,0.5) 11px
        );
    inset: -20px;
    opacity: 0.05;
    border-radius: 40px;
    position: absolute;
}.teaching_history_105 .name {
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(175,176,204) 100%
    );
    margin-bottom: 15px;
    background-clip: text !important;
    text-fill-color: transparent;
    position: relative;
    z-index: 2;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-align: center;
    color: #000000;
    -webkit-background-clip: text !important;
    font-size: 45px;
    padding: 0 20px 15px;
}.teaching_history_105 .name::after {
    height: 3px;
    bottom: 0;
    width: 80px;
    content: "";
    border-radius: 3px;
    background: linear-gradient(
        to right,
        rgb(175,176,204) 0%,
        rgb(137,134,169) 100%
    );
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}.teaching_history_105 .success_testimonials_480 span:not(.name) {
    z-index: 2;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
    color: rgb(137,134,169);
    letter-spacing: 3px;
    font-size: 21px;
    opacity: 0.8;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-align: center;
}.teaching_history_105 .career_milestones_693 {
    padding: 40px 50px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    background: #ffffff;
    width: 80%;
    position: relative;
    text-align: center;
    max-width: 700px;
    z-index: 1;
    font-size: 14px;
    border-radius: 12px;
    line-height: 1.9;
    color: #000000;
    margin: 0;
}.teaching_history_105 .career_milestones_693::before {
    width: 35px;
    content: "";
    top: 25px;
    left: 25px;
    height: 35px;
    border-radius: 0 0 10px 0;
    opacity: 0.2;
    position: absolute;
    background: 
        linear-gradient(45deg, rgb(175,176,204,0.5) 0%, transparent 100%);
}.teaching_history_105 .career_milestones_693::after {
    content: "";
    height: 35px;
    background: 
        linear-gradient(225deg, rgb(137,134,169,0.5) 0%, transparent 100%);
    right: 25px;
    position: absolute;
    opacity: 0.2;
    bottom: 25px;
    width: 35px;
    border-radius: 0 0 0 10px;
}.teaching_history_105 .success_testimonials_480::before {
    width: 300px;
    height: 300px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    content: "";
    background: 
        linear-gradient(
            135deg,
            rgb(175,176,204,0.5) 0%,
            transparent 100%
        );
    z-index: 0;
    animation: morphing 15s infinite alternate ease-in-out;
    position: absolute;
    top: -70px;
    opacity: 0.1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.teaching_history_105 .success_testimonials_480::after {
    top: -50px;
    opacity: 0.08;
    transform: translateX(-50%) rotate(-45deg);
    width: 350px;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(137,134,169,0.5) 100%
        );
    position: absolute;
    content: "";
    height: 350px;
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    left: 50%;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    z-index: 0;
}.teaching_history_105 .success_testimonials_480:hover .slider_281 {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.teaching_history_105 .success_testimonials_480:hover .slider_281::before {
    transform: rotate(0deg);
    opacity: 0.5;
}.teaching_history_105 .success_testimonials_480:hover .slider_281::after {
    transform: rotate(5deg);
}.teaching_history_105 .success_testimonials_480:hover span:not(.name) {
    letter-spacing: 5px;
    opacity: 1;
}

@media (max-width: 991px) {.teaching_history_105 {
    padding: 80px 0;
}.teaching_history_105 .slider_281 {
    width: 220px;
    margin-bottom: 25px;
    height: 220px;
}.teaching_history_105 .name {
    margin-bottom: 12px;
    font-size: calc(45px * 0.9);
}.teaching_history_105 .career_milestones_693 {
    width: 85%;
    padding: 35px 40px;
}.teaching_history_105 .success_testimonials_480::before,
    .teaching_history_105 .success_testimonials_480::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 767px) {.teaching_history_105 {
    padding: 60px 0;
}.teaching_history_105 .slider_281 {
    height: 180px;
    margin-bottom: 20px;
    width: 180px;
}.teaching_history_105 .name {
    font-size: calc(45px * 0.8);
    padding: 0 15px 12px;
    margin-bottom: 10px;
}.teaching_history_105 .success_testimonials_480 span:not(.name) {
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: calc(21px * 0.9);
}.teaching_history_105 .career_milestones_693 {
    padding: 30px 35px;
    font-size: calc(14px * 0.95);
    width: 90%;
}.teaching_history_105 .career_milestones_693::before,
    .teaching_history_105 .career_milestones_693::after {
    height: 25px;
    width: 25px;
}.teaching_history_105 .success_testimonials_480::before,
    .teaching_history_105 .success_testimonials_480::after {
    height: 200px;
    width: 200px;
}.teaching_history_105 .success_testimonials_480:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.teaching_history_105 {
    padding: 50px 0;
}.teaching_history_105 .slider_281 {
    border-radius: 15px;
    height: 150px;
    margin-bottom: 15px;
    width: 150px;
}.teaching_history_105 .slider_281::before {
    inset: -8px;
    border-radius: 22px;
}.teaching_history_105 .slider_281::after {
    inset: -15px;
    border-radius: 30px;
}.teaching_history_105 .name {
    font-size: calc(45px * 0.7);
    padding: 0 10px 10px;
    margin-bottom: 8px;
}.teaching_history_105 .name::after {
    width: 60px;
    height: 2px;
}.teaching_history_105 .success_testimonials_480 span:not(.name) {
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: calc(21px * 0.85);
}.teaching_history_105 .career_milestones_693 {
    padding: 25px 20px;
    border-radius: 10px;
    width: 100%;
    font-size: calc(14px * 0.9);
}.teaching_history_105 .career_milestones_693::before,
    .teaching_history_105 .career_milestones_693::after {
    width: 20px;
    left: 15px;
    top: 15px;
    height: 20px;
}.teaching_history_105 .career_milestones_693::after {
    right: 15px;
    bottom: 15px;
}.teaching_history_105 .success_testimonials_480::before,
    .teaching_history_105 .success_testimonials_480::after {
    height: 150px;
    width: 150px;
}.teaching_history_105 .success_testimonials_480:hover span:not(.name) {
    letter-spacing: 2px;
}}.company_overview_260 {
    background: rgb(214,214,228);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.company_overview_260::before {
    content: "";
    top: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(175,176,204,0.5) 100%);
    opacity: 0.15;
    left: 0;
}.company_overview_260 .container {
    z-index: 1;
    position: relative;
}.company_overview_260 .how_grow_107 {
    position: relative;
}.company_overview_260 h3 {
    position: relative;
    color: #000000;
    font-size: 44px;
    margin-bottom: 70px;
    letter-spacing: -1px;
    font-weight: 700;
    text-align: center;
}.company_overview_260 h3::after {
    border-radius: 10px;
    position: absolute;
    height: 5px;
    bottom: -15px;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    background: rgb(175,176,204);
    content: "";
}.company_overview_260 .fast_track_104 {
    display: flex;
    margin-bottom: 80px;
    align-items: center;
    position: relative;
}.company_overview_260 .fast_track_104 span {
    color: rgb(175,176,204);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    font-weight: 700;
    background: #ffffff;
    left: 0;
    top: -30px;
    z-index: 2;
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 18px;
}.company_overview_260 .fast_track_104 p {
    padding: 40px;
    color: #000000;
    border-radius: 29px;
    font-size: 13px;
    background: #ffffff;
    line-height: 1.8;
    z-index: 1;
    margin: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    flex: 1;
    position: relative;
    margin-right: -50px;
}.company_overview_260 .fast_track_104 .slider_281 {
    position: relative;
    transition: transform 0.5s ease;
    height: 400px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    flex: 0 0 40%;
    border-radius: 29px;
    z-index: 0;
}.company_overview_260 .fast_track_104 .slider_281:hover {
    transform: scale(1.02);
}.company_overview_260 .virtual_classes_426 {
    flex-direction: row-reverse;
    display: flex;
    position: relative;
    align-items: center;
}.company_overview_260 .virtual_classes_426 p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 40px;
    margin: 0;
    z-index: 1;
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
    margin-left: -50px;
    background: #ffffff;
    flex: 1;
    border-radius: 29px;
}.company_overview_260 .virtual_classes_426 .academy_track_268 {
    z-index: 0;
    height: 400px;
    position: relative;
    transition: transform 0.5s ease;
    flex: 0 0 40%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 29px;
}.company_overview_260 .virtual_classes_426 .academy_track_268:hover {
    transform: scale(1.02);
}.company_overview_260 .fast_track_104::before {
    top: 50%;
    background: rgb(175,176,204);
    left: -10px;
    content: "";
    border-radius: 10px;
    opacity: 0.7;
    transform: translateY(-50%);
    position: absolute;
    height: 80%;
    width: 20px;
}.company_overview_260 .virtual_classes_426::after {
    opacity: 0.7;
    content: "";
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    right: -10px;
    width: 20px;
    background: rgb(137,134,169);
    border-radius: 10px;
    height: 80%;
}.company_overview_260 .container::after {
    width: 200px;
    bottom: -50px;
    border-radius: 50%;
    content: "";
    height: 200px;
    position: absolute;
    background: rgb(137,134,169,0.5);
    z-index: -1;
    opacity: 0.2;
    right: -50px;
}.company_overview_260 .container::before {
    width: 200px;
    content: "";
    height: 200px;
    left: -50px;
    opacity: 0.2;
    z-index: -1;
    background: rgb(175,176,204,0.5);
    border-radius: 50%;
    top: -50px;
    position: absolute;
}.company_overview_260 .how_grow_107::before {
    left: 0;
    top: 40px;
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(to right, rgb(175,176,204,0.5), transparent);
    width: 50%;
}.company_overview_260 .how_grow_107::after {
    bottom: 0;
    background: linear-gradient(to left, rgb(137,134,169,0.5), transparent);
    height: 1px;
    content: "";
    width: 50%;
    right: 0;
    position: absolute;
}

@media screen and (max-width: 992px) {.company_overview_260 {
    padding: 80px 0;
}.company_overview_260 h3 {
    margin-bottom: 60px;
    font-size: calc(44px * 0.85);
}.company_overview_260 .fast_track_104,
    .company_overview_260 .virtual_classes_426 {
    flex-direction: column;
}.company_overview_260 .fast_track_104 p,
    .company_overview_260 .virtual_classes_426 p {
    width: 100%;
    margin: 0 0 30px 0;
}.company_overview_260 .fast_track_104 .slider_281,
    .company_overview_260 .virtual_classes_426 .academy_track_268 {
    height: 350px;
    width: 100%;
}.company_overview_260 .fast_track_104::before {
    top: 0;
    left: 10%;
    width: 80%;
    height: 15px;
    transform: translateY(0);
}.company_overview_260 .virtual_classes_426::after {
    right: 10%;
    bottom: 0;
    top: auto;
    height: 15px;
    width: 80%;
    transform: translateY(0);
}.company_overview_260 .fast_track_104 span {
    top: -20px;
    left: 20px;
}
}

@media screen and (max-width: 768px) {.company_overview_260 {
    padding: 60px 0;
}.company_overview_260 h3 {
    font-size: calc(44px * 0.7);
    margin-bottom: 50px;
}.company_overview_260 h3::after {
    height: 4px;
    width: 80px;
}.company_overview_260 .fast_track_104 {
    margin-bottom: 60px;
}.company_overview_260 .fast_track_104 p,
    .company_overview_260 .virtual_classes_426 p {
    padding: 30px;
}.company_overview_260 .fast_track_104 .slider_281,
    .company_overview_260 .virtual_classes_426 .academy_track_268 {
    height: 300px;
}
}

@media screen and (max-width: 576px) {.company_overview_260 {
    padding: 50px 0;
}.company_overview_260 h3 {
    margin-bottom: 40px;
    font-size: calc(44px * 0.6);
}.company_overview_260 h3::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}.company_overview_260 .fast_track_104 {
    margin-bottom: 50px;
}.company_overview_260 .fast_track_104 span {
    font-size: calc(18px * 0.9);
    padding: 6px 15px;
}.company_overview_260 .fast_track_104 p,
    .company_overview_260 .virtual_classes_426 p {
    font-size: calc(13px * 0.95);
    padding: 25px;
    line-height: 1.6;
}.company_overview_260 .fast_track_104 .slider_281,
    .company_overview_260 .virtual_classes_426 .academy_track_268 {
    height: 250px;
}.company_overview_260 .fast_track_104::before,
    .company_overview_260 .virtual_classes_426::after {
    height: 10px;
}}.privacy_retreat_143 {
    max-width: 1200px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    width: 90%;
    color: #000000;
    border: 1px solid rgb(175,176,204);
    margin: 0 auto;
    font-family: Arial, sans-serif;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    padding: 50px;
}.privacy_retreat_143:before {
    width: 150px;
    content: "";
    border-radius: 50%;
    background: rgb(175,176,204,0.5);
    top: -50px;
    position: absolute;
    left: -50px;
    height: 150px;
    z-index: 1;
}.privacy_retreat_143:after {
    bottom: -50px;
    position: absolute;
    height: 200px;
    right: -50px;
    width: 200px;
    border-radius: 50%;
    content: "";
    background: rgb(137,134,169,0.5);
    z-index: 1;
}.privacy_retreat_143 h1 {
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    font-size: 46px;
    border-bottom: 3px solid rgb(175,176,204);
    margin-top: 40px;
    padding-bottom: 10px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
}.privacy_retreat_143 h1:before {
    background: rgb(137,134,169);
    bottom: -5px;
    height: 5px;
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    width: 50px;
}.privacy_retreat_143 h2 {
    position: relative;
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 600;
    margin-top: 35px;
    z-index: 2;
    color: rgb(137,134,169);
}.privacy_retreat_143 h2:before {
    content: "";
    height: 3px;
    bottom: -5px;
    left: 0;
    position: absolute;
    background: rgb(175,176,204);
    width: 30px;
    z-index: -1;
}.privacy_retreat_143 ul, .privacy_retreat_143 ol {
    position: relative;
    list-style: none;
    padding-left: 40px;
    list-style-type: disc;
    z-index: 2;
    margin-bottom: 30px;
}.privacy_retreat_143 li {
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.8;
}.privacy_retreat_143 li:before {
    line-height: 1;
    left: -25px;
    font-size: 1.5em;
    position: absolute;
    content: "•";
    color: rgb(175,176,204);
}.privacy_retreat_143 div {
    padding: 25px;
    z-index: 2;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.8;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.privacy_retreat_143 .container {
    z-index: 2;
    position: relative;
}.privacy_retreat_143 h3, .privacy_retreat_143 h4, .privacy_retreat_143 h5, .privacy_retreat_143 h6 {
    margin-top: 30px;
    z-index: 2;
    font-weight: 600;
    color: rgb(175,176,204);
    font-size: 1.2em;
    margin-bottom: 15px;
    position: relative;
}.privacy_retreat_143 p, .privacy_retreat_143 span {
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
    color: #000000;
}.privacy_retreat_143 a {
    border-bottom: 1px solid rgb(137,134,169);
    text-decoration: none;
    font-weight: 400;
    position: relative;
    z-index: 2;
    color: rgb(137,134,169);
}.privacy_retreat_143 a:hover {
    border-bottom: 1px solid rgb(175,176,204);
    color: rgb(175,176,204);
}.privacy_retreat_143 button {
    background: rgb(137,134,169);
    border: 2px solid rgb(175,176,204);
    border-radius: 10px;
    padding: 12px 25px;
    color: #ffffff;
    font-size: 15px;
    z-index: 2;
    cursor: pointer;
    position: relative;
}.privacy_retreat_143 button:hover {
    background: rgb(175,176,204);
    border-color: rgb(137,134,169);
}

@media only screen and (max-width: 800px) {.privacy_retreat_143 {
    width: 95%;
    padding: 30px;
}.privacy_retreat_143 h1 {
    font-size: calc(20px - 10px);
}.privacy_retreat_143 h2 {
    font-size: calc(20px - 5px);
}.privacy_retreat_143 ul, .privacy_retreat_143 ol {
    padding-left: 20px;
}.privacy_retreat_143 li:before {
    left: -15px;
}.privacy_retreat_143 button {
    padding: 10px 20px;
}}.course_overview_093 {
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgb(175,176,204,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.course_overview_093::before {
    pointer-events: none;
    transform: rotate(-15deg);
    top: -50%;
    z-index: 0;
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    left: -50%;
    opacity: 0.3;
    background: radial-gradient(circle at 70% 30%, rgb(137,134,169,0.5) 0%, transparent 60%);
}.course_overview_093::after {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: 
        radial-gradient(circle at 20% 80%, rgb(175,176,204,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 20%, rgb(137,134,169,0.5) 0%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(175,176,204,0.5) 0%, transparent 20%);
    width: 100%;
    z-index: 0;
    opacity: 0.4;
    height: 100%;
    content: "";
}.course_overview_093 .container {
    padding: 0 2rem;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.course_overview_093 .knowledge_base_857 {
    display: grid;
    gap: 3rem;
    position: relative;
    transform: translateZ(0);
    grid-template-columns: 1fr;
}.course_overview_093 .slider_281 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 380px;
}.course_overview_093 .slider_281::before {
    background: linear-gradient(45deg, rgb(137,134,169,0.5) 0%, transparent 100%);
    z-index: 1;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    width: 100%;
    position: absolute;
    top: 0;
}.course_overview_093 .slider_281::after {
    transition: opacity 0.5s ease-out;
    opacity: 0;
    width: 120%;
    height: 120%;
    pointer-events: none;
    content: "";
    left: -10%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    top: -10%;
    z-index: 2;
}.course_overview_093 .slider_281:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.course_overview_093 .slider_281:hover::after {
    opacity: 1;
}.course_overview_093 .text_text_157 {
    z-index: 2;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.95);
    padding: 2.5rem;
}.course_overview_093 .text_text_157::before {
    background: linear-gradient(135deg, rgb(137,134,169,0.5) 0%, transparent 100%);
    position: absolute;
    content: "";
    opacity: 0.05;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}.course_overview_093 .text_text_157:hover {
    transform: perspective(1000px) translateZ(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.course_overview_093 h3 {
    font-weight: 600;
    font-size: calc(22px * 1.1);
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.3;
    color: #000000;
}.course_overview_093 h3::after {
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    transform-origin: left;
    bottom: -12px;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(175,176,204) 0%, rgb(137,134,169) 100%);
    left: 0;
    width: 60px;
}.course_overview_093 .text_text_157:hover h3::after {
    width: 90px;
}.course_overview_093 .description {
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
    font-size: 17px;
}.course_overview_093 p.description {
    overflow-y: auto;
    max-height: 300px;
    padding-right: 15px;
    scrollbar-color: rgb(137,134,169,0.5) transparent;
    margin-top: 0;
    scrollbar-width: thin;
}.course_overview_093 p.description::-webkit-scrollbar {
    width: 5px;
}.course_overview_093 p.description::-webkit-scrollbar-track {
    background: transparent;
}.course_overview_093 p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(137,134,169,0.5);
}.course_overview_093 span.description {
    display: none;
}.course_overview_093 .knowledge_base_857 > div {
    position: relative;
}

@media (min-width: 768px) {.course_overview_093 {
    padding: 8rem 0;
}.course_overview_093 .knowledge_base_857 {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_overview_093 .slider_281 {
    height: 450px;
}.course_overview_093 h3 {
    font-size: calc(22px * 1.2);
}.course_overview_093 p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_overview_093 .knowledge_base_857 {
    gap: 6rem;
}.course_overview_093 .slider_281 {
    height: 520px;
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg);
}.course_overview_093 .text_text_157 {
    padding: 3rem;
}.course_overview_093 h3 {
    font-size: calc(22px * 1.3);
    margin-bottom: 2rem;
}.course_overview_093 h3::after {
    height: 4px;
    bottom: -15px;
}.course_overview_093 p.description {
    max-height: 400px;
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course_overview_093 .container {
    padding: 0 3rem;
}.course_overview_093 .slider_281 {
    height: 580px;
}.course_overview_093 .text_text_157 {
    padding: 3.5rem;
}.course_overview_093 h3 {
    font-size: calc(22px * 1.4);
}.course_overview_093 p.description {
    max-height: 450px;
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.course_overview_093 {
    padding: 4rem 0;
}.course_overview_093 .slider_281 {
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
    height: 280px;
}.course_overview_093 .text_text_157 {
    padding: 2rem;
}.course_overview_093 h3 {
    margin-bottom: 1.25rem;
    font-size: 22px;
}.course_overview_093 h3::after {
    width: 50px;
    bottom: -10px;
    height: 2px;
}.course_overview_093 p.description {
    max-height: 250px;
    line-height: 1.6;
}}.contact_us_046 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(214,214,228) 0%, 
        rgb(137,134,169,0.5) 100%
    );
    padding: 6rem 0;
}.contact_us_046 .container {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1400px;
}.contact_us_046 .help_panel_264 {
    overflow: hidden;
    border-radius: 19px;
    background: rgb(137,134,169,0.5);
    box-shadow: 0 25px 50px rgb(175,176,204,0.5);
    position: relative;
    align-items: stretch;
    display: flex;
}.contact_us_046 .slider_281 {
    z-index: 2;
    min-height: 600px;
    flex: 0 0 45%;
    margin-left: -5%;
    transform: skew(-10deg);
    position: relative;
}.contact_us_046 .slider_281::before {
    top: 0;
    transform: skew(10deg);
    width: 120%;
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgb(175,176,204,0.5) 0%, 
        rgb(137,134,169,0.5) 100%
    );
    position: absolute;
    opacity: 0.7;
    z-index: 1;
    content: '';
    left: 0;
}.contact_us_046 .contact_message_907 {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 55%;
    justify-content: center;
    z-index: 3;
    padding: 4rem 3rem 4rem 10%;
}.contact_us_046 h2 {
    font-size: 41px;
    padding-left: 2rem;
    text-align: left;
    position: relative;
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: #ffffff;
}.contact_us_046 h2::before {
    left: 0;
    top: 50%;
    border-radius: 50%;
    height: 1rem;
    content: '';
    width: 1rem;
    background: rgb(175,176,204);
    position: absolute;
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(175,176,204,0.5);
}.contact_us_046 .contact_message_907 h3 {
    margin-bottom: 2rem;
    font-size: 29px;
    padding-bottom: 1rem;
    color: #ffffff;
    position: relative;
    font-weight: 600;
}.contact_us_046 .contact_message_907 h3::after {
    height: 3px;
    content: '';
    bottom: 0;
    background: rgb(175,176,204);
    width: 50px;
    position: absolute;
    left: 0;
}.contact_us_046 .contact_message_907 form {
    display: grid;
    gap: 1.5rem;
}.contact_us_046 .contact_message_907 input:not([type="checkbox"]):not([type="submit"]) {
    font-size: 14px;
    border: 1px solid rgb(175,176,204,0.5);
    color: #ffffff;
    transition: all 0.3s ease;
    outline: none;
    padding: 1rem 1.5rem;
    position: relative;
    width: 100%;
    border-radius: 10px;
    background: rgb(137,134,169,0.5);
}.contact_us_046 .contact_message_907 input:not([type="checkbox"]):not([type="submit"])::after {
    left: 0;
    width: 0;
    transition: width 0.3s ease;
    bottom: -2px;
    height: 2px;
    background: rgb(175,176,204);
    content: '';
    position: absolute;
}.contact_us_046 .contact_message_907 input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(175,176,204);
    box-shadow: 0 0 15px rgb(175,176,204,0.5);
}.contact_us_046 .contact_message_907 input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact_us_046 .contact_message_907 .reach_widget_460 {
    display: flex;
    gap: 1rem;
    align-items: center;
}.contact_us_046 .contact_message_907 .reach_widget_460 input[type="checkbox"] {
    background: rgb(137,134,169,0.5);
    position: relative;
    appearance: none;
    cursor: pointer;
    width: 22px;
    transition: all 0.3s ease;
    border: 2px solid rgb(175,176,204,0.5);
    height: 22px;
    border-radius: 10px;
}.contact_us_046 .contact_message_907 .reach_widget_460 input[type="checkbox"]:checked {
    border-color: rgb(175,176,204);
    background: rgb(175,176,204);
}.contact_us_046 .contact_message_907 .reach_widget_460 input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    content: '✔';
    font-size: 0.8rem;
    left: 50%;
    top: 50%;
    color: #ffffff;
    position: absolute;
}.contact_us_046 .contact_message_907 .reach_widget_460 label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
}.contact_us_046 .contact_message_907 .reach_widget_460 a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(175,176,204);
    margin-left: 0.3rem;
}.contact_us_046 .contact_message_907 .reach_widget_460 a:hover {
    text-decoration: underline;
}.contact_us_046 .contact_message_907 .help_grid_783 {
    border: none;
    width: 100%;
    text-transform: uppercase;
    background: rgb(175,176,204);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    padding: 1rem;
}.contact_us_046 .contact_message_907 .help_grid_783::before {
    content: '';
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(175,176,204,0.5), 
        transparent
    );
    position: absolute;
    transform: rotate(-45deg);
    left: -50%;
    opacity: 0;
    transition: all 0.5s ease;
    height: 200%;
    width: 200%;
    top: -50%;
}.contact_us_046 .contact_message_907 .help_grid_783:hover::before {
    opacity: 1;
}.contact_us_046 .contact_message_907 .help_grid_783:hover {
    box-shadow: 0 10px 20px rgb(175,176,204,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.contact_us_046 .slider_281 {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact_us_046 .help_panel_264 {
    flex-direction: column;
}.contact_us_046 .slider_281 {
    margin-left: 0;
    min-height: 300px;
    flex: 0 0 100%;
    transform: none;
}.contact_us_046 .slider_281::before {
    transform: none;
    width: 100%;
}.contact_us_046 .contact_message_907 {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact_us_046 {
    padding: 3rem 0;
}.contact_us_046 h2 {
    font-size: calc(41px * 0.8);
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}.contact_us_046 h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.contact_us_046 .contact_message_907 h3 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.9);
}.contact_us_046 .contact_message_907 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact_us_046 .help_panel_264 {
    border-radius: 0;
}.contact_us_046 .contact_message_907 {
    padding: 2rem 1.5rem;
}}.contest_info_624 {
    position: relative;
    color: #ffffff;
    z-index: 1;
    padding: 5rem 0 3rem;
}.contest_info_624::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(175,176,204,0.5) 100%);
    backdrop-filter: blur(8px);
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
}.contest_info_624 .container {
    grid-template-columns: 1.5fr 2fr;
    display: grid;
    position: relative;
    gap: 3rem;
}.contest_info_624 .company_holder {
    padding-left: 2rem;
    border-left: 2px solid rgb(175,176,204);
    position: relative;
    animation: borderPulse 4s infinite alternate;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(175,176,204);
    }
    50% {
        border-left-color: rgb(137,134,169);
    }
    100% {
        border-left-color: rgb(175,176,204);
    }
}

.contest_info_624 .company_holder h3 {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: calc(38px * 1.2);
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, #ffffff, rgb(137,134,169));
    -webkit-background-clip: text !important;
}.contest_info_624 .award_show_079 {
    font-size: 13px;
    opacity: 0.8;
    color: #ffffff;
    margin-top: 1rem;
    line-height: 1.6;
}.contest_info_624 .trust_badge_583 {
    display: flex;
    justify-content: flex-end;
}.contest_info_624 .site_head_831 {
    gap: 4rem;
    display: flex;
}.contest_info_624 .page_header_742 {
    position: relative;
}.contest_info_624 .page_header_742::before {
    left: -20px;
    opacity: 0.4;
    height: 40px;
    top: -10px;
    border-top: 1px solid rgb(175,176,204);
    content: "";
    position: absolute;
    border-left: 1px solid rgb(175,176,204);
    width: 40px;
}.contest_info_624 .page_header_742::after {
    right: -20px;
    position: absolute;
    opacity: 0.4;
    height: 40px;
    border-bottom: 1px solid rgb(175,176,204);
    content: "";
    border-right: 1px solid rgb(175,176,204);
    width: 40px;
    bottom: -10px;
}.contest_info_624 .page_header_742 h5 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    color: rgb(137,134,169);
}.contest_info_624 .page_header_742 .site_head_831 {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
}.contest_info_624 .page_header_742 .site_head_831 a {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.8;
    padding-left: 1rem;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.contest_info_624 .page_header_742 .site_head_831 a::before {
    transform: translateY(-50%);
    width: 5px;
    left: 0;
    content: "";
    position: absolute;
    height: 5px;
    transition: all 0.3s ease;
    background-color: rgb(175,176,204);
    top: 50%;
    border-radius: 50%;
}.contest_info_624 .page_header_742 .site_head_831 a:hover {
    transform: translateX(5px);
    color: rgb(175,176,204);
    opacity: 1;
}.contest_info_624 .page_header_742 .site_head_831 a:hover::before {
    height: 7px;
    background-color: rgb(137,134,169);
    width: 7px;
}.forum_link_831 {
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}.forum_link_831::before {
    position: absolute;
    height: 1px;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(to right, transparent, rgb(175,176,204), transparent);
    width: 100%;
    opacity: 0.5;
}.forum_link_831 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.forum_link_831 .copy_notice_165 {
    text-align: center;
    opacity: 0.7;
    font-size: 13px;
    color: #ffffff;
}

@media screen and (max-width: 992px) {.contest_info_624 .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.contest_info_624 .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.contest_info_624 .trust_badge_583 {
    justify-content: flex-start;
}.contest_info_624 .site_head_831 {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.contest_info_624 {
    padding: 3rem 0 2rem;
}.contest_info_624 .site_head_831 {
    gap: 2rem;
    flex-direction: column;
}.contest_info_624 .page_header_742::before,
    .contest_info_624 .page_header_742::after {
    display: none;
}.contest_info_624 .page_header_742 {
    margin-bottom: 1.5rem;
}.forum_link_831 {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.contest_info_624 .company_holder h3 {
    font-size: 38px;
}.contest_info_624 .page_header_742 h5 {
    font-size: calc(16px * 1.1);
}.contest_info_624 .page_header_742 .site_head_831 a {
    font-size: calc(13px * 0.9);
}}header .top_plank {
    background: rgb(175,176,204);
    color:  #ffffff;
}header .top_plank .learn_header_894 div svg, header .top_plank .learn_header_894 div svg path {
    fill: #ffffff;
}header .top_plank .learn_header_894 div span {
    color: #ffffff;
}header .top_plank .learn_header_894 {
    line-height: 21px;
    padding: 15px 0 10px 0;
    font-size: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
}header .top_plank .learn_header_894 div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-right: 24px;
}header .top_plank .learn_header_894 div img, header .top_plank .learn_header_894 div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.tyHub_193 {
    position: relative;
    padding: 8rem 0;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, #ffffff 100%);
    overflow: hidden;
}.tyHub_193::before {
    content: "";
    right: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(175,176,204,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 85%, rgb(137,134,169,0.5) 0%, transparent 45%);
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
}.tyHub_193::after {
    transform-origin: left;
    left: 10%;
    position: absolute;
    width: 80%;
    bottom: 20%;
    content: "";
    transform: scaleX(0);
    height: 1px;
    animation: lineExpand 1.2s ease-out 0.8s forwards;
    background: linear-gradient(90deg, transparent, rgb(137,134,169) 50%, transparent);
}.tyHub_193 .container {
    animation: fadeUpIn 0.8s ease-out 0.3s forwards;
    transform: translateY(30px);
    opacity: 0;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.tyHub_193 h2 {
    position: relative;
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    animation: fadeUpIn 0.8s ease-out 0.5s forwards;
    color: rgb(175,176,204);
    transform: translateY(20px);
    max-width: 90%;
    font-size: 33px;
    opacity: 0;
    font-weight: 700;
    line-height: 1.3;
}.tyHub_193 h2::after {
    left: 0;
    animation: lineExpand 0.6s ease-out 1s forwards;
    width: 80px;
    height: 4px;
    bottom: -12px;
    content: "";
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(137,134,169), transparent);
    transform: scaleX(0);
}.tyHub_193 .how_grow_107 {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    animation: cardAppear 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
    padding: 3rem;
    transform: translateY(30px) perspective(1000px) rotateX(2deg);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    opacity: 0;
    border-left: 4px solid rgb(137,134,169);
    position: relative;
}.tyHub_193 .how_grow_107::before {
    right: 20px;
    animation: pulseIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s forwards;
    position: absolute;
    top: 20px;
    opacity: 0.5;
    width: 60px;
    background: linear-gradient(135deg, rgb(137,134,169,0.5) 0%, transparent 70%);
    transform: scale(0);
    height: 60px;
    content: "";
    border-radius: 50%;
}.tyHub_193 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.tyHub_193 li {
    position: relative;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
}.tyHub_193 li::before {
    position: absolute;
    transform: rotate(45deg) scale(0);
    width: 0.5rem;
    background-color: rgb(137,134,169);
    left: -1.5rem;
    top: 0.5rem;
    content: "";
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
    height: 0.5rem;
}.tyHub_193 li span {
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    font-size: calc(18px * 1.1);
    display: block;
    line-height: 1.7;
    letter-spacing: 0.01em;
}

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

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateX(0);
    }
}

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

@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.tyHub_193 {
    padding: 6rem 0;
}.tyHub_193 h2 {
    max-width: 100%;
    font-size: calc(33px * 0.9);
}.tyHub_193 .how_grow_107 {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.tyHub_193 {
    padding: 5rem 0;
}.tyHub_193 h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.tyHub_193 .how_grow_107 {
    padding: 2rem;
}.tyHub_193 li span {
    font-size: 18px;
}.tyHub_193 .how_grow_107::before {
    height: 45px;
    right: 15px;
    top: 15px;
    width: 45px;
}
}

@media (max-width: 575px) {.tyHub_193 {
    padding: 4rem 0;
}.tyHub_193 .container {
    padding: 0 1.5rem;
}.tyHub_193 h2 {
    margin-bottom: 1.75rem;
    font-size: calc(33px * 0.7);
}.tyHub_193 .how_grow_107 {
    padding: 1.5rem;
}.tyHub_193 li::before {
    height: 0.4rem;
    left: -1.25rem;
    width: 0.4rem;
}}.location_details_562 {
    position: relative;
    background: linear-gradient(180deg, rgb(214,214,228) 0%, rgba(rgb(175,176,204), 0.03) 100%);
    overflow: hidden;
    padding: 100px 0;
}.location_details_562::before {
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(137,134,169), 0.07) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(rgb(175,176,204), 0.07) 0%, transparent 25%);
    position: absolute;
    content: "";
    top: 0;
}.location_details_562::after {
    z-index: 2;
    opacity: 0.6;
    height: 100%;
    top: 0;
    background: 
    linear-gradient(45deg, transparent 49%, rgba(rgb(175,176,204), 0.03) 49%, rgba(rgb(175,176,204), 0.03) 51%, transparent 51%) 0 0 / 40px 40px,
    linear-gradient(-45deg, transparent 49%, rgba(rgb(137,134,169), 0.03) 49%, rgba(rgb(137,134,169), 0.03) 51%, transparent 51%) 0 0 / 40px 40px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
}.location_details_562 .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 10;
    position: relative;
}.location_details_562 .contact_card_490 {
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(#000000, 0.08);
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 40px;
    overflow: hidden;
    padding: 0;
    background: #ffffff;
}.location_details_562 h3 {
    background: rgb(175,176,204);
    position: relative;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    font-size: 29px;
    padding: 30px 40px;
    grid-column: 1 / -1;
}.location_details_562 h3::after {
    content: "";
    background: linear-gradient(90deg, rgb(137,134,169), transparent);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
}.location_details_562 .contact_list_935 {
    margin: 0;
    padding-top: 40px;
    color: #000000;
    grid-column: 1 / -1;
    padding: 0 40px;
    font-size: 17px;
    line-height: 1.6;
}.location_details_562 .msg_info_238 {
    grid-gap: 20px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0 40px 40px;
    display: grid;
}.location_details_562 .msg_info_238 span {
    display: flex;
    padding: 25px 30px;
    transition: all 0.3s ease;
    position: relative;
    flex-direction: column;
    background: rgba(rgb(214,214,228), 0.5);
    border-radius: 10px;
    border-left: 4px solid transparent;
}.location_details_562 .msg_info_238 span:hover {
    transform: translateX(5px);
    background: rgba(rgb(175,176,204), 0.05);
}.location_details_562 .msg_info_238 span p {
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: 17px;
}.location_details_562 .msg_info_238 span p::before {
    content: "";
    transform: translateY(-50%);
    border-radius: 4px;
    position: absolute;
    opacity: 0.2;
    width: 16px;
    top: 50%;
    height: 16px;
    left: 0;
    background: rgb(175,176,204);
}.location_details_562 .msg_info_238 span span {
    transform: none;
    border: none;
    display: inline-block;
    background: transparent;
    margin: 0;
    padding: 0;
    font-weight: 400;
}.location_details_562 .msg_info_238 span span:hover {
    transform: none;
    border-left: none;
    background: transparent;
}.location_details_562 .msg_info_238 span a {
    text-decoration: none;
    position: relative;
    font-weight: 600;
    color: rgb(175,176,204);
    transition: all 0.3s ease;
    display: inline-block;
}.location_details_562 .msg_info_238 span a:hover {
    color: rgb(137,134,169);
}.location_details_562 .msg_info_238 span a::after {
    transition: all 0.3s ease;
    bottom: -2px;
    background: rgb(175,176,204);
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    opacity: 0.5;
}.location_details_562 .msg_info_238 span a:hover::after {
    height: 2px;
    opacity: 1;
    background: rgb(137,134,169);
}.location_details_562 .get_contactpanel_138 {
    border-radius: 10px;
    margin: 20px 40px 40px;
    grid-column: 1 / -1;
    padding: 30px;
    background: rgba(rgb(175,176,204), 0.03);
}.location_details_562 .get_contactpanel_138 h4 {
    color: rgb(175,176,204);
    font-weight: 700;
    border-bottom: 1px solid rgba(rgb(175,176,204), 0.1);
    position: relative;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    font-size: 23px;
}.location_details_562 .get_contactpanel_138 h4::after {
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
    background: rgb(175,176,204);
    width: 100px;
    bottom: -1px;
}.location_details_562 .get_contactpanel_138 span {
    transform: none;
    align-items: center;
    color: #000000;
    border-left: none;
    padding: 10px 0;
    transition: all 0.3s ease;
    background: transparent;
    grid-template-columns: 1fr auto;
    border-bottom: 1px dashed rgba(#000000, 0.1);
    display: grid;
}.location_details_562 .get_contactpanel_138 span:last-child {
    border-bottom: none;
}.location_details_562 .get_contactpanel_138 span:hover {
    padding-left: 10px;
    border-left: none;
    transform: none;
    background: rgba(rgb(175,176,204), 0.02);
}@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
}

.location_details_562 .contact_card_490::before {
    background: rgb(175,176,204);
    position: absolute;
    animation: float 8s ease-in-out infinite, pulse 6s ease-in-out infinite;
    content: "";
    width: 200px;
    opacity: 0.05;
    height: 200px;
    right: -100px;
    top: -100px;
    border-radius: 50%;
    z-index: 1;
}.location_details_562 .contact_card_490::after {
    animation: float 8s ease-in-out infinite reverse, pulse 6s ease-in-out infinite reverse;
    width: 150px;
    content: "";
    z-index: 1;
    border-radius: 50%;
    background: rgb(137,134,169);
    left: -75px;
    opacity: 0.05;
    height: 150px;
    position: absolute;
    bottom: -75px;
}

@media (max-width: 1024px) {.location_details_562 {
    padding: 80px 0;
}.location_details_562 .contact_card_490 {
    grid-gap: 30px;
}.location_details_562 h3 {
    padding: 25px 30px;
}.location_details_562 .contact_list_935 {
    padding: 0 30px;
    padding-top: 30px;
}.location_details_562 .msg_info_238 {
    padding: 0 30px 30px;
}.location_details_562 .get_contactpanel_138 {
    margin: 10px 30px 30px;
}
}

@media (max-width: 768px) {.location_details_562 {
    padding: 60px 0;
}.location_details_562 h3 {
    padding: 20px 25px;
    font-size: calc(29px - 2px);
}.location_details_562 .contact_list_935 {
    padding-top: 25px;
    padding: 0 25px;
}.location_details_562 .msg_info_238 {
    grid-template-columns: 1fr;
    padding: 0 25px 25px;
}.location_details_562 .get_contactpanel_138 {
    margin: 10px 25px 25px;
    padding: 20px;
}.location_details_562 .get_contactpanel_138 span {
    padding: 8px 0;
}
}

@media (max-width: 576px) {.location_details_562 {
    padding: 50px 0;
}.location_details_562 h3 {
    padding: 15px 20px;
    font-size: calc(29px - 4px);
}.location_details_562 .contact_list_935 {
    font-size: calc(17px - 1px);
    padding-top: 20px;
    padding: 0 20px;
}.location_details_562 .msg_info_238 {
    padding: 0 20px 20px;
    grid-gap: 15px;
}.location_details_562 .msg_info_238 span {
    padding: 20px;
}.location_details_562 .get_contactpanel_138 {
    padding: 15px;
    margin: 10px 20px 20px;
}.location_details_562 .get_contactpanel_138 h4 {
    padding-bottom: 8px;
    font-size: calc(23px - 2px);
    margin-bottom: 15px;
}.location_details_562 .get_contactpanel_138 span {
    font-size: calc(17px - 1px);
    padding: 6px 0;
}}

.location_details_562 .msg_info_238 span::after {
    border-color: transparent rgba(rgb(175,176,204), 0.1) transparent transparent;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    height: 0;
    border-width: 0 20px 20px 0;
    width: 0;
    content: "";
    border-style: solid;
    opacity: 0;
    top: 0;
}.location_details_562 .msg_info_238 span:hover::after {
    opacity: 1;
}.location_details_562 .msg_info_238 span:nth-child(odd) {
    transform: translateY(0) rotate(0);
    transition: all 0.5s ease;
}.location_details_562 .msg_info_238 span:nth-child(odd):hover {
    transform: translateX(5px) translateY(-3px) rotate(0.5deg);
}.location_details_562 .msg_info_238 span:nth-child(even) {
    transform: translateY(0) rotate(0);
    transition: all 0.5s ease;
}.location_details_562 .msg_info_238 span:nth-child(even):hover {
    transform: translateX(5px) translateY(3px) rotate(-0.5deg);
}.location_details_562 .msg_info_238 span svg {
    left: 0;
    fill: rgb(175,176,204);
    width: 20px;
    top: 50%;
    opacity: 0.8;
    transition: all 0.3s ease;
    height: 20px;
    transform: translateY(-50%);
    position: absolute;
}.location_details_562 .msg_info_238 span svg path {
    fill: rgb(175,176,204);
}.location_details_562 .msg_info_238 span:hover svg {
    transform: translateY(-50%) scale(1.1);
    fill: rgb(137,134,169);
}.location_details_562 .msg_info_238 span svg path {
    stroke-opacity: 0.2;
    stroke: #000000;
    stroke-width: 1;
    transition: all 0.3s ease;
}.location_details_562 .msg_info_238 span:hover svg path {
    stroke-opacity: 0.5;
    stroke: rgb(137,134,169);
}.location_details_562 .msg_info_238 span p svg {
    width: 16px;
    fill: rgb(175,176,204);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    height: 16px;
}.location_details_562 .get_contactpanel_138 h4 svg {
    fill: rgb(175,176,204);
    vertical-align: middle;
    width: 18px;
    margin-right: 8px;
    height: 18px;
}

@media (max-width: 768px) {.location_details_562 .msg_info_238 span svg {
    width: 18px;
    height: 18px;
}.location_details_562 .msg_info_238 span p svg {
    width: 14px;
    height: 14px;
}.location_details_562 .get_contactpanel_138 h4 svg {
    height: 16px;
    width: 16px;
    margin-right: 6px;
}
}

@media (max-width: 576px) {.location_details_562 .msg_info_238 span svg {
    width: 16px;
    height: 16px;
}.location_details_562 .msg_info_238 span p svg {
    width: 12px;
    height: 12px;
}.location_details_562 .get_contactpanel_138 h4 svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}}.user_feedback_206 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(214,214,228) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.user_feedback_206::before {
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(175,176,204,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(137,134,169,0.5) 0%, transparent 40%);
    right: 0;
    content: "";
    left: 0;
    z-index: 0;
    top: 0;
    position: absolute;
}.user_feedback_206::after {
    height: 1px;
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0.5;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(175,176,204,0.5) 20%, 
        rgb(175,176,204) 50%, 
        rgb(175,176,204,0.5) 80%, 
        transparent 100%);
    z-index: 1;
    width: 100%;
    animation: pulse 3s infinite;
    top: 50%;
}@keyframes pulse {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.7; }
}

.user_feedback_206 .container {
    z-index: 2;
    position: relative;
}.user_feedback_206 h2 {
    font-weight: 700;
    transform: translateX(-50%);
    display: inline-block;
    margin-bottom: 4rem;
    font-size: 32px;
    left: 50%;
    position: relative;
    padding: 0.5rem 1rem;
    color: #000000;
    text-align: center;
}.user_feedback_206 h2::before {
    top: 0;
    position: absolute;
    content: "";
    border-image-slice: 1;
    border-image: linear-gradient(45deg, rgb(175,176,204), rgb(137,134,169));
    right: 0;
    left: 0;
    border: 2px solid transparent;
    opacity: 0.7;
    bottom: 0;
    animation: borderGlow 4s infinite alternate;
}@keyframes borderGlow {
    from { 
        filter: drop-shadow(0 0 2px rgb(175,176,204,0.5)) 
                drop-shadow(0 0 5px rgb(175,176,204,0.5)); 
    }
    to { 
        filter: drop-shadow(0 0 5px rgb(137,134,169,0.5)) 
                drop-shadow(0 0 10px rgb(137,134,169,0.5)); 
    }
}

.user_feedback_206 .edu_voices_670 {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
    perspective: 1000px;
}.user_feedback_206 .success_testimonials_480 {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    padding: 2rem;
    backdrop-filter: blur(10px);
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    width: calc(33% - 3rem);
}.user_feedback_206 .success_testimonials_480::before {
    content: "";
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    border-radius: 10px;
    inset: 0;
    border: 1px solid transparent;
    opacity: 0.7;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    z-index: -1;
    background: linear-gradient(135deg, rgb(175,176,204), rgb(137,134,169)) border-box;
}.user_feedback_206 .success_testimonials_480::after {
    height: 200%;
    content: "";
    width: 200%;
    top: -50%;
    z-index: -1;
    transform: rotate(45deg);
    background: linear-gradient(
        0deg,
        transparent,
        rgb(175,176,204,0.5),
        rgb(175,176,204,0.5),
        transparent
    );
    animation: scanline 6s linear infinite;
    left: -50%;
    position: absolute;
}@keyframes scanline {
    0% { transform: rotate(45deg) translateY(-80%); }
    100% { transform: rotate(45deg) translateY(80%); }
}

.user_feedback_206 .success_testimonials_480:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 10px rgb(175,176,204,0.5), 
        0 0 20px rgb(137,134,169,0.5);
    transform: translateZ(20px);
}.user_feedback_206 .success_testimonials_480 img {
    height: 90px;
    width: 90px;
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    box-shadow: 
        0 0 0 1px rgb(175,176,204,0.5),
        0 0 10px rgb(175,176,204,0.5);
    object-fit: cover;
    border: 3px solid #ffffff;
    border-radius: 50%;
    filter: grayscale(50%);
}.user_feedback_206 .success_testimonials_480:hover img {
    transform: scale(1.1);
    filter: grayscale(0%);
    box-shadow: 
        0 0 0 2px rgb(175,176,204),
        0 0 15px rgb(175,176,204,0.5),
        0 0 30px rgb(175,176,204,0.5);
}.user_feedback_206 .success_testimonials_480 p {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: calc(15px * 1.1);
    text-align: center;
    color: #000000;
}.user_feedback_206 .success_testimonials_480 .description {
    text-align: center;
    font-size: 15px;
    max-width: 90%;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 auto;
    color: #000000;
}.user_feedback_206 .success_testimonials_480:nth-child(3n+1) {
    transform: translateY(-10px) rotate(-1deg);
}.user_feedback_206 .success_testimonials_480:nth-child(3n+2) {
    transform: translateY(10px) rotate(1deg);
}.user_feedback_206 .success_testimonials_480:nth-child(3n+3) {
    transform: translateY(0) rotate(0);
}.user_feedback_206 .success_testimonials_480:hover {
    transform: translateZ(30px) rotate(0);
}

@media (max-width: 992px) {.user_feedback_206 .success_testimonials_480 {
    width: calc(50% - 2rem);
}
}

@media (max-width: 768px) {.user_feedback_206 {
    padding: 4rem 0;
}.user_feedback_206 h2 {
    margin-bottom: 3rem;
    font-size: calc(32px * 0.9);
}.user_feedback_206 .edu_voices_670 {
    flex-direction: column;
    gap: 2rem;
}.user_feedback_206 .success_testimonials_480 {
    transform: none !important;
    width: 100%;
}.user_feedback_206 .success_testimonials_480:hover {
    transform: translateZ(10px) !important;
}.user_feedback_206::after {
    width: 1px;
    height: 100%;
}}.pricing_bucket_401 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgb(175,176,204,0.5) 100%);
}.pricing_bucket_401::before {
    background: radial-gradient(circle at 30% 70%, rgb(137,134,169,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
}.pricing_bucket_401 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
    z-index: 1;
    padding: 0 15px;
}.pricing_bucket_401 .learn_pricing_518 {
    gap: 60px;
    flex-direction: column-reverse;
    position: relative;
    display: flex;
}.pricing_bucket_401 .pro_fees_567 {
    backdrop-filter: blur(10px);
    max-width: 100%;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-left: 3px solid rgb(175,176,204);
    transform: perspective(1000px) rotateX(0deg);
    padding: 30px;
}.pricing_bucket_401 .pro_fees_567:hover {
    transform: perspective(1000px) rotateX(2deg);
}.pricing_bucket_401 .pro_fees_567 h2 {
    -webkit-background-clip: text !important;
    font-size: 37px;
    line-height: 1.3;
    transform: translateZ(0);
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, rgb(175,176,204), rgb(137,134,169));
    background-clip: text !important;
    color: transparent;
}.pricing_bucket_401 .pro_fees_567 .fee_plans_347 {
    overflow-wrap: break-word;
    max-width: 700px;
    margin-bottom: 0;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
    word-break: break-word;
}.pricing_bucket_401 .price_tiers_310 {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 30px;
}.pricing_bucket_401 .cert_cost_852 {
    text-decoration: none;
    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);
    transform: translateY(0);
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    display: block;
}.pricing_bucket_401 .cert_cost_852:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
}.pricing_bucket_401 .cost_rates_640 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    overflow: hidden;
    position: relative;
    display: flex;
}.pricing_bucket_401 .cost_rates_640::before {
    background: linear-gradient(90deg, rgb(175,176,204), rgb(137,134,169));
    position: absolute;
    transform: scaleX(0.8);
    left: 0;
    height: 5px;
    top: 0;
    width: 100%;
    content: "";
    transform-origin: left;
    transition: transform 0.4s ease-out;
}.pricing_bucket_401 .cert_cost_852:hover .cost_rates_640::before {
    transform: scaleX(1);
}.pricing_bucket_401 .learning_rates_893 {
    z-index: 1;
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}.pricing_bucket_401 .learning_rates_893 h3 {
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: calc(18px + 2px);
    transform-origin: left;
    margin-bottom: 15px;
    overflow: hidden;
    color: #000000;
    transition: transform 0.3s ease;
    position: relative;
}.pricing_bucket_401 .cert_cost_852:hover .learning_rates_893 h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(175,176,204);
}.pricing_bucket_401 .plan_fees_126 {
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    color: rgb(137,134,169);
    font-size: calc(18px + 4px);
    position: relative;
}.pricing_bucket_401 .plan_fees_126::after {
    transform: scaleX(0.5);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
    bottom: -5px;
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(175,176,204);
    width: 50px;
}.pricing_bucket_401 .cert_cost_852:hover .plan_fees_126::after {
    transform: scaleX(1);
}.pricing_bucket_401 .learning_rates_893 p {
    word-break: break-word;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    -webkit-line-clamp: 5;
    flex: 1;
    font-size: 15px;
    display: -webkit-box;
    margin-bottom: 0;
    overflow-wrap: break-word;
    overflow: hidden;
    color: #000000;
}.pricing_bucket_401 .slider_281 {
    overflow: hidden;
    position: relative;
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.pricing_bucket_401 .slider_281::after {
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none;
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    left: 0;
}.pricing_bucket_401 .cert_cost_852:hover .slider_281 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing_bucket_401 .price_tiers_310 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_bucket_401 .pro_fees_567 {
    padding: 40px;
}.pricing_bucket_401 .learning_rates_893 {
    padding: 30px 35px;
}.pricing_bucket_401 .slider_281 {
    height: 240px;
}
}

@media (min-width: 992px) {.pricing_bucket_401 .learn_pricing_518 {
    gap: 40px;
    flex-direction: row;
    align-items: stretch;
}.pricing_bucket_401 .pro_fees_567 {
    width: 30%;
    padding: 50px 40px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.pricing_bucket_401 .price_tiers_310 {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.pricing_bucket_401 .learning_rates_893 {
    padding: 30px;
}.pricing_bucket_401 .learning_rates_893 p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.pricing_bucket_401 {
    padding: 120px 0;
}.pricing_bucket_401 .price_tiers_310 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_bucket_401 .pro_fees_567 h2 {
    font-size: calc(37px + 4px);
}.pricing_bucket_401 .learning_rates_893 h3 {
    font-size: calc(18px + 4px);
}.pricing_bucket_401 .plan_fees_126 {
    font-size: calc(18px + 8px);
}.pricing_bucket_401 .slider_281 {
    height: 280px;
}
}

@media (min-width: 1400px) {.pricing_bucket_401 .price_tiers_310 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_bucket_401 .learning_rates_893 p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.pricing_bucket_401 .cert_cost_852 {
    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_bucket_401 .cert_cost_852:hover {
    transform: translateY(-10px) scale(1.02);
}
}