﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    auto
contain
touch-action: none;
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.site_main {
    flex: 1 0 auto;
}.gift_card {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    height: 5px;
    width: thin;
}::-webkit-scrollbar-track {
    background: rgb(244,209,218);
    box-shadow: inset 2px -1px 8px -2px rgba(0, 0, 0, 0.7);
    margin: 5px 0;
    border-radius: 12.6em;
}::-webkit-scrollbar-thumb {
    box-shadow: -4px -3px 7px 3px rgba(0, 0, 0, 0.5);
    border: 3px dotted rgb(244,209,218);
    background: rgb(219,176,185,0.5);
    transition: box-shadow, border-radius, transform 4.5s cubic-bezier(0.42, 0, 0.58, 1);
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset -5px -4px 11px 6px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-corner {
    border: 1px dotted rgb(219,176,185,0.5);
    background: rgb(255, 255, 255, 0.5);
    border-radius: 2px;
}* {
    scrollbar-color: rgb(219,176,185) rgb(219,176,185,0.5);
    scrollbar-width: auto;
}svg {
    width: 30px;
    height: 30px;
}.layer-container {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.container {
    max-width: 100%;
    width: 1200px;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.instructional_approach {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(244,209,218) 0%, rgba(245, 245, 250, 0.9) 100%);
}.instructional_approach::before {
    top: -100px;
    right: -100px;
    height: 300px;
    opacity: 0.15;
    background: linear-gradient(45deg, rgb(219,176,185,0.5) 0%, rgb(192,139,163,0.5) 100%);
    z-index: -1;
    animation: float 15s infinite ease-in-out;
    content: "";
    filter: blur(60px);
    position: absolute;
    width: 300px;
    border-radius: 50%;
}.instructional_approach::after {
    z-index: -1;
    height: 200px;
    animation: morph 20s infinite alternate ease-in-out;
    width: 200px;
    opacity: 0.1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    left: -50px;
    filter: blur(40px);
    background: linear-gradient(225deg, rgb(192,139,163,0.5) 0%, rgb(219,176,185,0.5) 100%);
    position: absolute;
    bottom: -50px;
    content: "";
}.instructional_approach .container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}.instructional_approach .expert_learnings {
    perspective: 1000px;
    justify-content: center;
    align-items: center;
    display: flex;
}.instructional_approach .expert_learnings > div {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.02);
    width: 100%;
    transform: translateY(0) rotateX(0);
    max-width: 850px;
    background: #ffffff;
    position: relative;
    border-left: 4px solid rgb(219,176,185);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), 
                box-shadow 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    padding: 3.5rem;
}.instructional_approach .expert_learnings > div:hover {
    transform: translateY(-5px) rotateX(2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
                0 1px 5px rgba(0, 0, 0, 0.03);
}.instructional_approach .expert_learnings > div::before {
    background: rgb(219,176,185);
    content: "";
    top: 20px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.9;
    left: -20px;
    transform: scale(0);
    width: 40px;
    height: 40px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.instructional_approach .expert_learnings > div:hover::before {
    transform: scale(1);
}.instructional_approach h3 {
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 0.75rem;
    font-family: Arial, sans-serif;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: calc(37px * 0.85);
    position: relative;
}.instructional_approach h3::after {
    width: 60px;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 3px;
    background: linear-gradient(90deg, rgb(219,176,185) 0%, rgb(192,139,163) 100%);
    left: 0;
    transform: scaleX(1);
    position: absolute;
    transform-origin: left center;
    content: "";
}.instructional_approach .expert_learnings > div:hover h3::after {
    transform: scaleX(1.5);
}.instructional_approach p {
    font-size: 14px;
    position: relative;
    line-height: 1.7;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 0;
}.instructional_approach p span {
    opacity: 0.95;
    transition: opacity 0.3s ease;
    display: inline-block;
    position: relative;
}.instructional_approach p span::before {
    left: 0;
    width: 100%;
    content: "";
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    height: 1px;
    transform: scaleX(0);
    position: absolute;
    bottom: -3px;
    transform-origin: left;
    background: linear-gradient(90deg, transparent, rgb(192,139,163,0.5), transparent);
}.instructional_approach .expert_learnings > div:hover p span::before {
    opacity: 0.7;
    transform: scaleX(1);
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(10px, 40px);
    }
    75% {
        transform: translate(30px, 10px);
    }
}

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 50% 30% 70% 50%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 70% 30% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 992px) {.instructional_approach {
    padding: 5rem 0;
}.instructional_approach .expert_learnings > div {
    padding: 2.5rem;
}.instructional_approach h3 {
    font-size: calc(37px * 0.75);
}
}

@media (max-width: 768px) {.instructional_approach {
    padding: 4rem 0;
}.instructional_approach .expert_learnings > div {
    padding: 2rem;
    border-left-width: 3px;
}.instructional_approach h3 {
    margin-bottom: 1.25rem;
    padding-bottom: 0.65rem;
    font-size: calc(37px * 0.7);
}.instructional_approach h3::after {
    height: 2px;
    width: 50px;
}.instructional_approach p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.instructional_approach {
    padding: 3rem 0;
}.instructional_approach .expert_learnings > div {
    border-left-width: 2px;
    padding: 1.75rem;
}.instructional_approach h3 {
    font-size: calc(37px * 0.65);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}.instructional_approach h3::after {
    width: 40px;
}.instructional_approach p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.instructional_approach .expert_learnings > div::before {
    width: 30px;
    height: 30px;
    left: -15px;
    top: 15px;
}}.privacySettingsWindow {
    border-top: 2px solid rgb(219,176,185);
    position: fixed;
    background: rgb(244,209,218);
    bottom: 0;
    width: 100%;
    z-index: 90;
}.data_consent {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
}.privacySettingsWindow h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.privacySettingsWindow p {
    font-size: 18px;
}.data_agree {
    margin-right: 10px;
    flex-shrink: 0;
}.data_agree svg, .data_agree svg path, .data_agree img {
    height: 100px;
    width: 100px;
    fill: rgb(219,176,185);
}.cookie_updates {
    color: rgb(219,176,185);
    min-width: 120px;
    margin-left: 10px;
    font-size: 24px;
    text-align: center;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(219,176,185);
    white-space: nowrap;
    text-decoration: none;
    line-height: 35px;
    cursor: pointer;
}.privacySettingsWindow p a {
    text-decoration: none;
    color: rgb(219,176,185);
}
@media only screen and (max-width: 1200px) {.privacySettingsWindow {
    padding: 20px;
}}
#cookieConsentDialog {
    display: none;
}#cookieConsentDialog:checked ~ .privacySettingsWindow {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.data_agree {
    display: none;
}.data_consent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.privacySettingsWindow h5 {
    text-align: center;
}.privacySettingsWindow p {
    text-align: center;
}.web_cookies {
    margin-bottom: 20px;
}body .layer-container .cookie_updates {
    margin-left: 0;
}}.program_results {
    padding: 120px 0 100px;
    position: relative;
    background: linear-gradient(135deg, rgb(244,209,218) 0%, #ffffff 100%);
    overflow: hidden;
}.program_results::before {
    opacity: 0.1;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(219,176,185,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(192,139,163,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, #ffffff 25%, transparent 35%);
}.program_results::after {
    width: 80%;
    background: linear-gradient(45deg, rgb(219,176,185,0.5) 0%, rgb(192,139,163,0.5) 100%);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: floatBackground 15s ease-in-out infinite alternate;
    position: absolute;
    opacity: 0.05;
    transform: rotate(15deg);
    content: "";
    z-index: -1;
    top: -50%;
    filter: blur(20px);
    height: 80%;
    right: -50%;
}.program_results h5 {
    margin-left: auto;
    line-height: 1.4;
    color: #000000;
    text-align: center;
    letter-spacing: 0.5px;
    z-index: 1;
    margin-bottom: 50px;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards 0.2s;
    font-size: 24px;
    opacity: 0;
    margin-right: auto;
    font-weight: 700;
    max-width: 800px;
    transform: translateY(0);
}.program_results h5::after {
    width: 80px;
    border-radius: 2px;
    margin: 20px auto 0;
    background: linear-gradient(90deg, rgb(219,176,185) 0%, rgb(192,139,163) 100%);
    animation: scaleIn 1s ease-out forwards 0.6s;
    display: block;
    transform: scaleX(0);
    height: 3px;
    content: "";
}.program_results .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}.program_results .expert_learnings {
    display: flex;
    animation: fadeInUp 0.8s ease-out forwards 0.4s;
    position: relative;
    padding: 30px;
    flex-direction: column;
    border-radius: 12px;
    background: #ffffff;
    opacity: 0;
    transform: translateY(20px);
    overflow: hidden;
    gap: 40px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    align-items: center;
    box-shadow: 0 15px 50px -15px rgba(0, 0, 0, 0.1);
}.program_results .expert_learnings::before {
    left: 0;
    transform-origin: left;
    height: 5px;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(219,176,185) 0%, rgb(192,139,163) 100%);
    content: "";
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
}.program_results .expert_learnings:hover {
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.program_results .expert_learnings:hover::before {
    transform: scaleX(1);
}.program_results .img_background {
    object-fit: cover;
    max-width: 450px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(800px) rotateY(-2deg);
    height: auto;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 85% 100%, 0 100%);
    border-radius: 10px;
    filter: brightness(1.02) contrast(1.05);
}.program_results .img_background:hover {
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.2);
    transform: perspective(800px) rotateY(0);
}.program_results .desc_block {
    flex: 1;
    max-width: 100%;
}.program_results ul {
    padding: 0;
    gap: 16px;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
}.program_results li {
    background: linear-gradient(135deg, rgba(rgb(244,209,218), 0.5) 0%, rgba(#ffffff, 0.5) 100%);
    animation-delay: calc(0.1s * var(--i, 1));
    opacity: 0;
    border-radius: 8px;
    animation: fadeInRight 0.5s ease forwards;
    transform: translateX(20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 14px 20px 14px 60px;
    position: relative;
}.program_results li:nth-child(1) {
    --i: 1;
}.program_results li:nth-child(2) {
    --i: 2;
}.program_results li:nth-child(3) {
    --i: 3;
}.program_results li:nth-child(4) {
    --i: 4;
}.program_results li:nth-child(5) {
    --i: 5;
}.program_results li:hover {
    background: linear-gradient(135deg, rgba(rgb(244,209,218), 0.7) 0%, rgba(#ffffff, 0.7) 100%);
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) translateX(0);
}.program_results li div {
    position: relative;
}.program_results li p {
    position: relative;
    font-size: calc(15px - 1px);
    color: #000000;
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0.2px;
}.program_results li:nth-child(odd) p {
    font-weight: 600;
}.program_results li svg {
    position: absolute;
    transform: translateY(-2px);
    top: 0;
    transition: transform 0.3s ease;
    width: 28px;
    left: -40px;
    height: 28px;
}.program_results li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.program_results li svg path {
    transition: fill 0.3s ease;
    fill: rgb(219,176,185);
}.program_results li:hover svg path {
    fill: rgb(192,139,163);
}

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

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

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

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

@media (min-width: 768px) {.program_results {
    padding: 150px 0 120px;
}.program_results .expert_learnings {
    padding: 50px;
    gap: 60px;
    flex-direction: row;
}.program_results ul {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}.program_results .img_background {
    max-width: 350px;
    transform: perspective(1000px) rotateY(-5deg);
}.program_results h5 {
    font-size: calc(24px + 2px);
}
}

@media (min-width: 992px) {.program_results .img_background {
    max-width: 450px;
}.program_results h5 {
    font-size: calc(24px + 4px);
}.program_results li p {
    font-size: 15px;
}
}

@media (max-width: 767px) {.program_results {
    padding: 80px 0 60px;
}.program_results h5 {
    padding: 0 15px;
    margin-bottom: 30px;
}.program_results .expert_learnings {
    padding: 25px 20px;
}.program_results li {
    padding: 12px 15px 12px 50px;
}.program_results li svg {
    width: 24px;
    height: 24px;
    left: -35px;
}.program_results .img_background {
    max-width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 90% 100%, 0 100%);
}
}

@media (max-width: 480px) {.program_results h5 {
    font-size: calc(24px - 2px);
}.program_results li p {
    font-size: calc(15px - 2px);
}.program_results .expert_learnings {
    padding: 20px 15px;
}
}

@media (hover: hover) {.program_results .expert_learnings {
    transform: translateY(0);
}}.price_row {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(244,209,218) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}.price_row::before {
    background: linear-gradient(120deg, rgb(219,176,185,0.5) 20%, rgb(192,139,163,0.5) 80%);
    z-index: 0;
    right: -5%;
    transform: rotate(-15deg);
    top: -10%;
    opacity: 0.1;
    border-radius: 10px;
    position: absolute;
    height: 70%;
    content: "";
    width: 40%;
}.price_row::after {
    opacity: 0.08;
    transform: rotate(10deg);
    left: -3%;
    background: linear-gradient(45deg, rgb(192,139,163,0.5) 30%, rgb(219,176,185,0.5) 70%);
    width: 35%;
    border-radius: 10px;
    height: 50%;
    content: "";
    bottom: -5%;
    position: absolute;
    z-index: 0;
}.price_row .container {
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}.price_row .offer_box {
    display: flex;
    flex-direction: column;
}.price_row .annual_plan {
    text-align: center;
    position: relative;
    margin-bottom: 3.5rem;
    order: 1;
}.price_row .annual_plan h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 38px;
    margin-bottom: 1.5rem;
}.price_row .annual_plan h2::after {
    bottom: -0.75rem;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(219,176,185), transparent);
    transform: translateX(-50%);
    left: 50%;
    width: 70%;
    height: 3px;
    content: "";
}.price_row .fee_schemes {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}.price_row .price_tiers {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    order: 2;
}.price_row .cost_schemes {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    background: #ffffff;
    height: 100%;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    color: #000000;
    position: relative;
}.price_row .cost_schemes:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.price_row .cost_schemes::before {
    width: 100%;
    height: 5px;
    content: "";
    top: 0;
    transition: transform 0.3s ease;
    transform: translateY(-5px);
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(219,176,185), rgb(192,139,163));
}.price_row .cost_schemes:hover::before {
    transform: translateY(0);
}.price_row .premium_grid {
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    display: flex;
}.price_row .rate_choices {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 2rem 1.75rem;
    flex: 1;
}.price_row .rate_choices h3 {
    margin-bottom: 1rem;
    display: inline-block;
    font-size: calc(22px * 1.1);
    position: relative;
    font-weight: 700;
    color: #000000;
}.price_row .rate_choices .plan_fee {
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(22px * 1.3);
    font-weight: 700;
    color: rgb(219,176,185);
}.price_row .rate_choices .plan_fee::after {
    height: 2px;
    background: rgb(219,176,185,0.5);
    position: absolute;
    left: 0;
    width: 40px;
    content: "";
    bottom: -0.75rem;
}.price_row .rate_choices p {
    flex-grow: 1;
    font-size: 16px;
    color: #000000;
    line-height: 1.65;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}.price_row .img_background {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
    width: 100%;
    height: 180px;
}.price_row .img_background::after {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    height: 100%;
}.price_row .cost_schemes:hover .img_background {
    transform: scale(1.05);
}.price_row .cost_schemes:nth-child(odd) .rate_choices::before {
    top: 1rem;
    content: "";
    position: absolute;
    width: 2.5rem;
    background: rgb(219,176,185,0.5);
    border-radius: 50%;
    right: 1rem;
    height: 2.5rem;
    opacity: 0.1;
    z-index: -1;
}.price_row .cost_schemes:nth-child(even) .rate_choices::before {
    opacity: 0.1;
    border-radius: 50%;
    z-index: -1;
    bottom: 1rem;
    width: 2.5rem;
    content: "";
    position: absolute;
    height: 2.5rem;
    background: rgb(192,139,163,0.5);
    left: 1rem;
}

@media (min-width: 992px) {.price_row .offer_box {
    flex-direction: row;
}.price_row .annual_plan {
    text-align: left;
    display: flex;
    flex: 0 0 30%;
    padding-left: 3rem;
    margin-bottom: 0;
    justify-content: center;
    flex-direction: column;
    order: 2;
}.price_row .annual_plan h2 {
    margin-bottom: 2rem;
    text-align: left;
}.price_row .annual_plan h2::after {
    width: 40%;
    transform: none;
    left: 0;
}.price_row .fee_schemes {
    text-align: left;
    margin: 0;
}.price_row .price_tiers {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (max-width: 991px) {.price_row {
    padding: 5rem 0;
}.price_row .cost_schemes {
    margin-bottom: 1.5rem;
}.price_row .annual_plan {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.price_row {
    padding: 4rem 0;
}.price_row .annual_plan h2 {
    font-size: calc(38px * 0.9);
}.price_row .rate_choices h3 {
    font-size: 22px;
}.price_row .rate_choices .plan_fee {
    font-size: calc(22px * 1.15);
}.price_row .img_background {
    height: 160px;
}
}

@media (max-width: 575px) {.price_row {
    padding: 3rem 0;
}.price_row .container {
    padding: 0 1.5rem;
}.price_row .price_tiers {
    gap: 1.5rem;
}.price_row .rate_choices {
    padding: 1.5rem;
}.price_row .img_background {
    height: 140px;
}
}

@media (hover: none) {.price_row .cost_schemes:hover {
    transform: none;
}.price_row .cost_schemes:hover .img_background {
    transform: none;
}}header {
    position: relative;
    overflow: visible;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgb(192,139,163) 0%, rgb(219,176,185) 100%);
    z-index: 100;
    margin-top: 0;
    padding: 0;
}header::before {
    left: 0;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    z-index: 0;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
}header .site_head {
    padding: 1.2rem 2.5rem;
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}header .nav_skill {
    margin-right: 2rem;
    overflow: visible;
    position: relative;
    padding: 0.5rem;
    flex: 0 0 auto;
}header .nav_skill::before {
    left: -5px;
    top: -5px;
    position: absolute;
    z-index: -1;
    bottom: -5px;
    transition: all 0.3s ease;
    content: '';
    border: 2px solid #ffffff;
    transform: skew(-5deg);
    right: -5px;
    opacity: 0.1;
}header .nav_skill::after {
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
    left: -5px;
    bottom: -5px;
    right: -5px;
    content: '';
    transform: skew(-5deg);
    border: 2px solid #ffffff;
    position: absolute;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    top: -5px;
}header .nav_skill:hover::before {
    opacity: 0;
}header .nav_skill:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .head_page {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .head_page:hover {
    transform: scale(1.05);
}header .head_page img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .head_teach {
    z-index: 2;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
}header .nav_train {
    margin: 0 0.4rem;
    position: relative;
}header .nav_train a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    letter-spacing: 0.5px;
    height: 40px;
    text-shadow: 0 0 5px #ffffff;
    display: flex;
    font-size: 14px;
    text-decoration: none;
    padding: 0 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    justify-content: center;
    position: relative;
    color: #ffffff;
    align-items: center;
}header .nav_train a::before {
    background: #ffffff;
    transform: scale(0.9);
    opacity: 0;
    right: -2px;
    z-index: -1;
    left: -2px;
    bottom: -2px;
    position: absolute;
    content: '';
    transition: opacity 0.3s ease;
    top: -2px;
}header .nav_train a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    border-color: #ffffff;
    text-shadow: none;
    color: rgb(219,176,185);
}header .nav_train a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .nav_train::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    transition: all 0.3s ease;
    opacity: 0;
    height: 5px;
    width: 80%;
    position: absolute;
    left: 10%;
    filter: blur(3px);
    bottom: -10px;
    content: '';
}header .nav_train:hover::after {
    bottom: -5px;
    opacity: 0.5;
}header .site_head::before {
    left: 0;
    content: '';
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
    height: 1px;
}header .site_head::after {
    bottom: 0;
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
}header .site_main {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    background: rgb(244,209,218);
}

@media (min-width: 1400px) {header .site_head {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_train {
    margin: 0 0.6rem;
}header .nav_train a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .site_head {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav_skill {
    margin-right: 0;
    margin-bottom: 0;
}header .head_teach {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .nav_train a {
    padding: 0 1rem;
    font-size: calc(14px - 1px);
    height: 36px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .site_head {
    padding: 0.8rem 1.5rem;
}header .nav_skill {
    max-width: 140px;
}header .nav_skill::before, 
    header .nav_skill::after {
    left: -3px;
    bottom: -3px;
    right: -3px;
    top: -3px;
}header .head_page img {
    max-height: 35px;
}header .head_teach {
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
}header .head_teach::-webkit-scrollbar {
    height: 3px;
}header .head_teach::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .nav_train {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .nav_train a {
    font-size: calc(14px - 2px);
    height: 32px;
    white-space: nowrap;
    padding: 0 0.8rem;
}header .nav_train::after {
    display: none;
}
}

@media (max-width: 479px) {header .site_head {
    padding: 0.7rem 1.2rem;
}header .nav_skill {
    max-width: 120px;
}header .nav_train a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(14px - 3px);
}}footer {
    position: relative;
    width: 100%;
}.gift_card {
    color: #000000;
    padding: 100px 0 30px;
    position: relative;
    background-color: rgb(244,209,218);
    font-family: Arial, sans-serif;
}.gift_card::before {
    background-color: rgb(219,176,185,0.5);
    left: 0;
    height: 120px;
    top: 0;
    background: 
        linear-gradient(135deg, rgb(244,209,218) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(244,209,218) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(244,209,218) 25%, transparent 25%),
        linear-gradient(45deg, rgb(244,209,218) 25%, transparent 25%);
    position: absolute;
    content: "";
    background-size: 100px 100px;
    width: 100%;
}footer .event_cal {
    position: relative;
    z-index: 1;
    margin-top: -70px;
}footer .send_query {
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 25px;
    margin-bottom: 60px;
    transform: translateY(-30px);
    background-color: #ffffff;
}footer .info_item {
    margin: 10px;
    position: relative;
    padding: 10px 15px;
    background-color: rgb(244,209,218);
    border-radius: 10px;
    transition: all 0.3s ease;
    flex: 1 1 200px;
}footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}footer .info_item::before {
    opacity: 0;
    height: 100%;
    top: 0;
    background-color: rgb(219,176,185);
    left: 0;
    content: "";
    transition: opacity 0.3s ease;
    border-radius: 3px 0 0 3px;
    width: 3px;
    position: absolute;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    fill: rgb(219,176,185);
    vertical-align: middle;
}footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    color: rgb(219,176,185);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
    position: relative;
}footer .text_main_holder::before {
    z-index: -1;
    top: -40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    content: "";
    border-radius: 15px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    height: calc(100% + 80px);
    position: absolute;
}footer .nav_skill {
    padding: 0 30px;
    position: relative;
}footer .nav_skill::after {
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(219,176,185), transparent);
    right: 30px;
    height: 1px;
    position: absolute;
    left: 30px;
}footer .nav_skill svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}footer .art_portal {
    line-height: 1.6;
    font-size: 13px;
    max-width: 330px;
    color: #000000;
}footer .head_teach {
    border-radius: 15px;
    margin-right: 20px;
    z-index: 1;
    margin-left: 20px;
    padding: 30px;
    margin-top: -10px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: rgb(244,209,218);
}footer .head_teach h5 {
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 19px;
}footer .head_teach h5::after {
    width: 50px;
    position: absolute;
    left: 0;
    content: "";
    bottom: -7px;
    height: 2px;
    background-color: rgb(219,176,185);
}footer .header_wrap {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}footer .header_wrap a {
    position: relative;
    transition: all 0.3s ease;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    color: #000000;
    padding: 8px 0;
}footer .header_wrap a::after {
    width: 0;
    background-color: rgb(219,176,185);
    bottom: 5px;
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
}footer .header_wrap a:hover {
    color: rgb(219,176,185);
    transform: translateX(5px);
}footer .header_wrap a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    z-index: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border-radius: 15px;
    margin-left: 40px;
    background-color: rgb(219,176,185);
    margin-right: 40px;
    padding: 30px;
    margin-top: -10px;
    position: relative;
}footer .subscribe_holder::before {
    right: 30px;
    content: "";
    background-color: rgb(219,176,185);
    z-index: -1;
    width: 30px;
    transform: rotate(45deg);
    position: absolute;
    top: -15px;
    height: 30px;
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 19px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
    position: relative;
}footer .input_holder input[type="email"] {
    color: #000000;
    border: none;
    border-radius: 10px;
    padding: 14px 16px;
    transition: background-color 0.3s ease;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.9);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .email_entry {
    font-weight: 600;
    font-size: 20px;
    background-color: #000000;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    padding: 14px 20px;
    cursor: pointer;
}footer .email_entry:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(192,139,163);
    transform: translateY(-3px);
}footer .online_tools {
    margin-top: 60px;
    position: relative;
    text-align: center;
    z-index: 1;
}footer .ssl_info {
    font-size: 13px;
    display: inline-block;
    border-radius: 30px;
    color: #000000;
    padding: 8px 20px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .header_wrap {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .email_entry {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .head_teach {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .gift_card {
    padding: 80px 0 30px;
}footer .send_query {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .head_teach, footer .subscribe_holder {
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px 20px;
}footer .online_tools {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .gift_card {
    padding: 60px 0 20px;
}footer .send_query {
    padding: 15px;
    transform: translateY(-20px);
    margin-bottom: 40px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .nav_skill {
    padding: 0 20px;
}footer .nav_skill::after {
    left: 20px;
    right: 20px;
}footer .head_teach h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .header_wrap a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .email_entry {
    padding: 12px 15px;
}}.privacy_concealment {
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(244,209,218), #ffffff 80%);
}.privacy_concealment::before {
    content: "";
    background: linear-gradient(90deg, rgb(219,176,185), rgb(192,139,163));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    left: 0;
    width: 100%;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0.97);
    height: 5px;
}.privacy_concealment:hover::before {
    transform: scaleX(1);
}.privacy_concealment::after {
    content: "";
    height: 100%;
    z-index: 0;
    transform: skewX(-12deg) translateX(30%);
    opacity: 0.03;
    bottom: 0;
    position: absolute;
    width: 50%;
    background: linear-gradient(to left, rgb(219,176,185,0.5), transparent);
    right: 0;
}.privacy_concealment .container {
    z-index: 1;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}.privacy_concealment h1 {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 40px;
    color: rgb(219,176,185);
    letter-spacing: -0.03em;
    transform: translateX(-0.5rem);
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 700;
}.privacy_concealment h1::after {
    transition: width 0.4s ease-out;
    background: rgb(192,139,163);
    content: "";
    height: 3px;
    bottom: 0;
    transform-origin: left;
    left: 0;
    width: 80px;
    position: absolute;
}.privacy_concealment:hover h1::after {
    width: 120px;
}.privacy_concealment h2 {
    margin-bottom: 1.25rem;
    padding-left: 1rem;
    color: #000000;
    transition: padding-left 0.3s ease;
    border-left: 3px solid rgb(219,176,185);
    font-size: 28px;
    position: relative;
    font-weight: 600;
    margin-top: 2.5rem;
}.privacy_concealment h2:hover {
    padding-left: 1.5rem;
}.privacy_concealment h3 {
    color: #000000;
    margin-top: 2rem;
    font-size: calc(28px * 0.85);
    margin-bottom: 1rem;
    position: relative;
    font-weight: 600;
}.privacy_concealment h4 {
    font-size: calc(28px * 0.7);
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0.75rem;
    color: #000000;
    margin-top: 1.75rem;
    position: relative;
}.privacy_concealment h4::after {
    bottom: -5px;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(192,139,163), transparent);
    height: 1px;
}.privacy_concealment p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    position: relative;
    line-height: 1.7;
    padding-right: 1rem;
}.privacy_concealment p:hover {
    transform: translateX(5px);
}.privacy_concealment p strong {
    position: relative;
    font-weight: 600;
    color: rgb(219,176,185);
    display: inline-block;
}.privacy_concealment p strong::after {
    transform: scaleX(0.7);
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2px;
    transition: transform 0.3s ease;
    transform-origin: left;
    background-color: rgb(219,176,185,0.5);
    height: 1px;
    content: "";
}.privacy_concealment p strong:hover::after {
    transform: scaleX(1);
}.privacy_concealment span {
    font-size: 17px;
    padding-left: 1rem;
    display: block;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #000000;
    border-left: 1px dashed rgb(192,139,163,0.5);
}.privacy_concealment ul {
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
}.privacy_concealment li {
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    padding-left: 1.5rem;
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-size: 17px;
}.privacy_concealment li:hover {
    transform: translateX(5px);
}.privacy_concealment li::before {
    content: "";
    height: 8px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    top: 0.5rem;
    position: absolute;
    transform: rotate(45deg);
    background-color: rgb(192,139,163);
    width: 8px;
    left: 0;
}.privacy_concealment li:hover::before {
    transform: rotate(225deg);
    background-color: rgb(219,176,185);
}


@media (max-width: 991px) {.privacy_concealment {
    padding: 3rem 1.5rem;
}.privacy_concealment h1 {
    font-size: calc(40px * 0.9);
}.privacy_concealment h2 {
    font-size: calc(28px * 0.9);
}.privacy_concealment p, .privacy_concealment span, .privacy_concealment li {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 767px) {.privacy_concealment {
    padding: 2.5rem 1.25rem;
}.privacy_concealment::after {
    display: none;
}.privacy_concealment h1 {
    transform: translateX(0);
    font-size: calc(40px * 0.8);
}.privacy_concealment h2 {
    padding-left: 0.75rem;
    font-size: calc(28px * 0.8);
}.privacy_concealment h3 {
    font-size: calc(28px * 0.7);
}.privacy_concealment h4 {
    font-size: calc(28px * 0.6);
}.privacy_concealment p, .privacy_concealment span, .privacy_concealment li {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.privacy_concealment ul {
    margin-left: 0.5rem;
}.privacy_concealment li {
    padding-left: 1.25rem;
}
}

@media (max-width: 480px) {.privacy_concealment {
    padding: 2rem 1rem;
}.privacy_concealment h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 1.5rem;
}.privacy_concealment h1::after {
    width: 60px;
}.privacy_concealment:hover h1::after {
    width: 80px;
}.privacy_concealment h2 {
    font-size: calc(28px * 0.7);
    margin-top: 2rem;
    margin-bottom: 1rem;
}.privacy_concealment p, .privacy_concealment span, .privacy_concealment li {
    line-height: 1.5;
    font-size: calc(17px * 0.85);
    margin-bottom: 1.25rem;
}.privacy_concealment li::before {
    width: 6px;
    height: 6px;
    top: 0.4rem;
}.privacy_concealment p:hover, .privacy_concealment li:hover {
    transform: translateX(3px);
}}.thanks_msg {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(219,176,185,0.5) 0%, rgb(244,209,218) 100%);
}.thanks_msg::before {
    top: 0;
    left: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgb(192,139,163,0.5) 50px, rgb(192,139,163,0.5) 52px);
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.1;
}.thanks_msg::after {
    transform: rotate(15deg);
    background: rgb(219,176,185);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 250px;
    position: absolute;
    content: "";
    right: -20px;
    z-index: 0;
    bottom: -20px;
    width: 250px;
    opacity: 0.08;
}.thanks_msg .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.thanks_msg .expert_learnings {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    gap: 40px;
    transform: translateX(0);
    position: relative;
    grid-template-columns: 1fr;
}.thanks_msg .expert_learnings:hover {
    transform: translateX(10px);
}.thanks_msg .expert_learnings > div:first-child {
    border-left: 4px solid rgb(219,176,185);
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: 30px;
    position: relative;
}.thanks_msg .expert_learnings > div:first-child::before {
    height: 24px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: -14px;
    border: 3px solid rgb(219,176,185);
    transition: transform 0.4s ease;
    background: #ffffff;
    width: 24px;
    content: "";
    position: absolute;
}.thanks_msg .expert_learnings:hover > div:first-child::before {
    transform: translateY(-50%) rotate(225deg);
}.thanks_msg h5 {
    font-size: 21px;
    color: #000000;
    margin: 0;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
}.thanks_msg .expert_learnings > div:last-child {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    padding: 35px 40px;
    transform: translateY(0);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}.thanks_msg .expert_learnings > div:last-child::before {
    width: 6px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(219,176,185), rgb(192,139,163));
    content: "";
    top: 0;
    transition: width 0.4s ease;
    left: 0;
    height: 100%;
}.thanks_msg .expert_learnings > div:last-child:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.thanks_msg .expert_learnings > div:last-child:hover::before {
    width: 10px;
}.thanks_msg .expert_learnings > div:last-child::after {
    top: -30px;
    height: 90px;
    right: -30px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    content: "";
    background: rgb(192,139,163,0.5);
    width: 90px;
    opacity: 0.15;
}.thanks_msg a {
    z-index: 1;
    display: block;
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease;
}.thanks_msg a:hover {
    transform: translateX(5px);
}.thanks_msg p {
    color: #000000;
    margin: 0;
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    z-index: 2;
}

@media (min-width: 768px) {.thanks_msg {
    padding: 150px 0;
}.thanks_msg .expert_learnings {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 60px;
}.thanks_msg .expert_learnings > div:first-child {
    padding-left: 50px;
}.thanks_msg h5 {
    font-size: calc(21px * 1.2);
    max-width: 90%;
}
}

@media (min-width: 992px) {.thanks_msg {
    padding: 180px 0;
}.thanks_msg .expert_learnings {
    gap: 80px;
    grid-template-columns: 1fr 1.2fr;
}.thanks_msg .expert_learnings > div:first-child {
    transform: translateX(-30px);
}.thanks_msg .expert_learnings:hover > div:first-child {
    transform: translateX(-20px);
}.thanks_msg .expert_learnings > div:last-child {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.6s ease, box-shadow 0.6s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 50px 60px;
}.thanks_msg .expert_learnings > div:last-child:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.thanks_msg {
    padding: 80px 0;
}.thanks_msg::after {
    height: 150px;
    width: 150px;
}.thanks_msg .expert_learnings > div:first-child {
    padding-left: 20px;
}.thanks_msg .expert_learnings > div:last-child {
    padding: 25px 30px;
}.thanks_msg h5 {
    font-size: calc(21px * 0.9);
}.thanks_msg p {
    font-size: calc(13px * 0.95);
}}.contact_panel {
    position: relative;
    padding: 100px 0;
}.contact_panel::before {
    position: absolute;
    z-index: 1;
    right: 0;
    content: "";
    top: 0;
    bottom: 0;
    background-color: rgb(244,209,218);
    left: 0;
}.contact_panel .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.contact_panel .request_feedbackTPfNK {
    display: flex;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.contact_panel .feedback_section {
    position: relative;
    overflow: hidden;
    background: rgb(219,176,185);
    width: 40%;
    padding: 60px 40px;
}.contact_panel .feedback_section::before {
    opacity: 0.3;
    width: 200px;
    right: -10%;
    top: -10%;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    background: rgb(192,139,163);
    content: "";
}.contact_panel .feedback_section::after {
    bottom: -10%;
    height: 200px;
    opacity: 0.3;
    width: 200px;
    background: rgb(192,139,163);
    position: absolute;
    border-radius: 50%;
    left: -10%;
    content: "";
}.contact_panel .feedback_section h3 {
    color: #ffffff;
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
    font-weight: 700;
    font-size: 36px;
}.contact_panel .feedback_section div {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    border-left: 3px solid #ffffff;
}.contact_panel .feedback_section div:hover {
    transform: translateX(5px);
    border-left-color: rgb(192,139,163);
}.contact_panel .feedback_section div svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.contact_panel .feedback_section div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_panel .feedback_section div:hover svg path {
    fill: rgb(192,139,163);
}.contact_panel .feedback_section div span {
    font-size: 15px;
    color: #ffffff;
}.contact_panel .feedback_section div span a {
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact_panel .feedback_section div span a:hover {
    color: rgb(192,139,163);
}.contact_panel .query_card {
    width: 60%;
    padding: 60px 40px;
    background: #ffffff;
}.contact_panel .query_card h3 {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
}.contact_panel form {
    display: flex;
    flex-direction: column;
}.contact_panel form input[type="text"],
.contact_panel form input[type="email"] {
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border: 2px solid #EFEFEF;
    font-size: 15px;
    padding: 15px 20px;
}.contact_panel form input[type="text"]:focus,
.contact_panel form input[type="email"]:focus {
    border-color: rgb(219,176,185);
    outline: none;
}.contact_panel form input::placeholder {
    color: #BBBBBB;
}.contact_panel .message_query {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.contact_panel .message_query input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_panel .message_query label {
    font-size: 13px;
    position: relative;
    cursor: pointer;
    line-height: 1.6;
    color: #000000;
    padding-left: 35px;
}.contact_panel .message_query label::before {
    height: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    left: 0;
    width: 20px;
    top: 2px;
    position: absolute;
    content: "";
    border: 2px solid #EFEFEF;
}.contact_panel .message_query input[type="checkbox"]:checked + label::before {
    border-color: rgb(219,176,185);
    background-color: rgb(219,176,185);
}.contact_panel .message_query input[type="checkbox"]:checked + label::after {
    width: 6px;
    height: 12px;
    top: 4px;
    content: "";
    left: 7px;
    position: absolute;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}.contact_panel .message_query label a {
    color: rgb(219,176,185);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_panel .message_query label a:hover {
    text-decoration: underline;
}.contact_panel form .support_help {
    color: #ffffff;
    padding: 15px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    border: none;
    align-self: flex-start;
    border-radius: 10px;
    background-color: rgb(219,176,185);
    overflow: hidden;
    font-weight: 600;
    position: relative;
}.contact_panel form .support_help::after {
    transition: width 0.3s ease, height 0.3s ease;
    height: 0;
    border-radius: 100%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transform-style: flat;
    width: 0;
    background: rgba(255, 255, 255, 0.2);
}.contact_panel form .support_help:hover {
    background-color: rgb(192,139,163);
}.contact_panel form .support_help:active::after {
    width: 200px;
    height: 200px;
}@keyframes slideInLeft {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.contact_panel .feedback_section div {
    animation: slideInLeft 0.5s forwards;
    opacity: 0;
}.contact_panel .feedback_section div:nth-child(2) {
    animation-delay: 0.1s;
}.contact_panel .feedback_section div:nth-child(3) {
    animation-delay: 0.2s;
}.contact_panel .feedback_section div:nth-child(4) {
    animation-delay: 0.3s;
}.contact_panel .feedback_section div:nth-child(5) {
    animation-delay: 0.4s;
}

@media screen and (max-width: 992px) {.contact_panel .feedback_section,
    .contact_panel .query_card {
    width: 100%;
    padding: 40px 30px;
}.contact_panel .feedback_section {
    order: 2;
}.contact_panel .query_card {
    order: 1;
}
}

@media screen and (max-width: 576px) {.contact_panel {
    padding: 60px 0;
}.contact_panel .container {
    width: 90%;
}.contact_panel .feedback_section,
    .contact_panel .query_card {
    padding: 30px 20px;
}.contact_panel .feedback_section h3 {
    font-size: calc(36px * 0.8);
}.contact_panel form .support_help {
    width: 100%;
}}.course_program {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background-color: rgb(244,209,218);
}.course_program::before {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(45deg, rgb(219,176,185,0.5) 0%, transparent 50%, rgb(192,139,163,0.5) 100%);
}.course_program::after {
    position: absolute;
    width: 400px;
    animation: rotate 20s linear infinite;
    content: "";
    right: -100px;
    top: -100px;
    z-index: 1;
    background: radial-gradient(circle, rgb(192,139,163,0.5) 0%, transparent 80%);
    border-radius: 50%;
    height: 400px;
}.course_program .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.course_program .training_map {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}.course_program .desc_block {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    align-items: center;
}.course_program .desc_block h2 {
    color: #000000;
    font-size: 28px;
    grid-column: 1 / -1;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    border-left: 4px solid rgb(219,176,185);
    margin-bottom: 20px;
}.course_program .description {
    font-size: 17px;
    border-radius: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    line-height: 1.8;
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
}.course_program .description:first-of-type {
    position: relative;
    overflow: hidden;
}.course_program .description:first-of-type::before {
    background-color: rgb(219,176,185,0.5);
    top: -10px;
    border-radius: 50%;
    left: -10px;
    position: absolute;
    z-index: -1;
    content: "";
    height: 40px;
    width: 40px;
}.course_program .description:last-of-type {
    overflow: hidden;
    position: relative;
}.course_program .description:last-of-type::before {
    height: 40px;
    bottom: -10px;
    right: -10px;
    border-radius: 50%;
    background-color: rgb(192,139,163,0.5);
    content: "";
    width: 40px;
    position: absolute;
    z-index: -1;
}.course_program .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course_program .img_background {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 40px 0;
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg);
    height: 400px;
    transition: transform 0.5s ease;
    border-radius: 24px;
}.course_program .img_background::before {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
}.course_program .img_background::after {
    width: 90%;
    opacity: 0.7;
    border-radius: 50%;
    position: absolute;
    animation: glow 4s infinite alternate;
    left: 50%;
    height: 10px;
    content: "";
    filter: blur(10px);
    transform: translateX(-50%);
    background: rgb(219,176,185);
    top: -20px;
}.course_program .img_background:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {.course_program {
    padding: 80px 0;
}.course_program .img_background {
    height: 350px;
    margin: 30px 0;
}
}

@media screen and (max-width: 768px) {.course_program {
    padding: 60px 0;
}.course_program .desc_block {
    gap: 20px;
    grid-template-columns: 1fr;
}.course_program .description {
    padding: 25px;
}.course_program .img_background {
    margin: 25px 0;
    height: 300px;
}.course_program h2 {
    font-size: calc(28px * 0.9);
}
}

@media screen and (max-width: 480px) {.course_program {
    padding: 40px 0;
}.course_program .training_map {
    gap: 30px;
}.course_program .desc_block h2 {
    padding-left: 15px;
    font-size: calc(28px * 0.8);
}.course_program .description {
    padding: 20px;
    font-size: calc(17px * 0.95);
}.course_program .img_background {
    height: 250px;
    margin: 20px 0;
    transform: perspective(1000px) rotateX(0deg);
}}.company_info {
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.company_info::before {
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
}.company_info::after {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    z-index: 2;
    width: 100%;
    background: linear-gradient(45deg, rgb(219,176,185,0.5), transparent);
    mix-blend-mode: overlay;
}.company_info h4 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 40px;
    letter-spacing: 3px;
    transform: translateY(10px);
    opacity: 0;
    text-align: center;
    z-index: 10;
    animation: fadeInUp 0.8s 0.2s forwards;
    position: relative;
    text-transform: uppercase;
}.company_info .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    perspective: 1000px;
    z-index: 5;
}.company_info .desc_block {
    padding: 40px;
    backdrop-filter: blur(10px);
    opacity: 0;
    animation: slideIn 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateZ(0) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    border-left: 4px solid rgb(192,139,163);
    transform-origin: top center;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.07);
}.company_info .desc_block:hover {
    transform: translateZ(30px) rotateX(0);
}.company_info .desc_block::before {
    background: rgb(219,176,185,0.5);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: -1;
    width: 100px;
    content: "";
    right: 0;
    top: 0;
    height: 100px;
    position: absolute;
}.company_info .desc_block::after {
    left: 0;
    bottom: 0;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    width: 100px;
    position: absolute;
    background: rgb(192,139,163,0.5);
    z-index: -1;
    height: 100px;
    content: "";
}.company_info h6 {
    font-weight: 700;
    animation: fadeIn 0.6s 0.8s forwards;
    font-size: calc(21px + 2px);
    opacity: 0;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-bottom: 25px;
    color: rgb(192,139,163);
    padding-bottom: 12px;
}.company_info h6::after {
    animation: expandWidth 1.2s 1s forwards;
    transform: scaleX(0);
    bottom: 0;
    width: 60px;
    transform-origin: left;
    height: 3px;
    background: linear-gradient(to right, rgb(192,139,163), transparent);
    left: 0;
    position: absolute;
    content: "";
}.company_info span {
    font-size: 15px;
    position: relative;
    display: block;
    opacity: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    column-count: 1;
    line-height: 1.8;
    animation: fadeInParagraph 1.2s 1s forwards;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

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

@keyframes slideIn {
    from {
        transform: translateZ(-50px) rotateX(5deg);
        opacity: 0;
    }
    to {
        transform: translateZ(0) rotateX(2deg);
        opacity: 1;
    }
}

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

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

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

@media (min-width: 768px) {.company_info {
    padding: 150px 0;
}.company_info h4 {
    font-size: calc(36px + 4px);
    margin-left: 50px;
    text-align: left;
}.company_info .desc_block {
    padding: 60px;
    margin-left: 50px;
    border-left: 6px solid rgb(192,139,163);
    width: 90%;
}.company_info span {
    column-count: 2;
    column-gap: 40px;
}.company_info h6 {
    font-size: calc(21px + 6px);
    margin-bottom: 35px;
}.company_info h6::after {
    width: 100px;
}
}

@media (min-width: 992px) {.company_info {
    padding: 180px 0;
}.company_info h4 {
    margin-left: 80px;
}.company_info .desc_block {
    width: 80%;
    transform: translateZ(0) rotateX(2deg) rotateY(-1deg);
    padding: 70px;
    margin-left: 80px;
}.company_info .desc_block:hover {
    transform: translateZ(50px) rotateX(0) rotateY(0);
}.company_info span {
    column-gap: 50px;
    column-count: 3;
}
}

@media (max-width: 767px) {.company_info {
    padding: 80px 0;
}.company_info h4 {
    margin-bottom: 25px;
    font-size: calc(21px + 2px);
}.company_info .desc_block {
    padding: 30px 20px;
    border-left-width: 3px;
}.company_info h6 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 18px;
}.company_info h6::after {
    height: 2px;
    width: 40px;
}.company_info span {
    font-size: calc(15px - 1px);
    line-height: 1.6;
}}.education_experience {
    padding: 7rem 2rem 5rem;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,209,218) 0%, rgb(219,176,185,0.5) 100%);
}.education_experience::before {
    width: 60%;
    top: -20%;
    opacity: 0.2;
    height: 70%;
    background: repeating-linear-gradient(
        45deg,
        rgb(192,139,163,0.5),
        rgb(192,139,163,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    z-index: 1;
    content: "";
    position: absolute;
    right: -10%;
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
}.education_experience::after {
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
    z-index: 1;
    height: 50%;
    position: absolute;
    bottom: -15%;
    left: -5%;
    width: 40%;
    border: 5px solid rgb(219,176,185,0.5);
    opacity: 0.3;
    content: "";
}.education_experience .user_reviews {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    position: relative;
    justify-content: center;
    transform-style: preserve-3d;
    z-index: 2;
    align-items: center;
}.education_experience .img_background {
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    width: 300px;
    position: absolute;
    left: 15%;
    border-radius: 10px;
    height: 380px;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    z-index: 3;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
}.education_experience .img_background:hover {
    filter: brightness(1.1);
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
}.education_experience .job_container {
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    z-index: 2;
    background: #ffffff;
    width: 550px;
    margin-left: auto;
    border-radius: 13px;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}.education_experience .job_container::before {
    transition: all 0.5s ease;
    z-index: -1;
    top: 15px;
    background: rgb(219,176,185,0.5);
    width: 100%;
    left: 15px;
    border-radius: 13px;
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.3;
}.education_experience .job_container:hover {
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
}.education_experience .job_container:hover::before {
    opacity: 0.5;
    left: 8px;
    top: 8px;
}.education_experience .name {
    opacity: 0;
    position: relative;
    z-index: 2;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 0.7rem;
    color: rgb(219,176,185);
    animation: slide-up 0.7s forwards 0.2s;
    transform: translateY(30px);
}.education_experience .job_container > div:nth-child(2) {
    margin-bottom: 2rem;
    font-size: 21px;
    animation: slide-up 0.7s forwards 0.4s;
    opacity: 0;
    position: relative;
    color: rgb(192,139,163);
    transform: translateY(30px);
    z-index: 2;
    font-weight: 600;
}.education_experience .job_tasks {
    opacity: 0;
    z-index: 2;
    position: relative;
    transform: translateY(30px);
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    animation: slide-up 0.7s forwards 0.6s;
    font-style: italic;
    line-height: 1.7;
}@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.education_experience .job_tasks::after {
    color: rgb(192,139,163,0.5);
    bottom: -50px;
    z-index: -1;
    content: "";
    opacity: 0.4;
    right: 0;
    font-family: serif;
    font-size: 6rem;
    position: absolute;
}@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.education_experience .user_reviews:hover .img_background {
    animation: floating 6s ease-in-out infinite;
}

@media (max-width: 1100px) {.education_experience .user_reviews {
    align-items: center;
    flex-direction: column;
}.education_experience .img_background {
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    left: auto;
    width: 250px;
    position: relative;
    margin-bottom: 4rem;
    height: 320px;
}.education_experience .job_container {
    margin-left: 0;
    width: 100%;
    padding: 2rem;
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
}}.opening_page {
    background: linear-gradient(135deg, rgb(244,209,218) 0%, rgba(245, 248, 250, 0.9) 100%);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}.opening_page::before {
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(94, 170, 168, 0.03),
        rgba(94, 170, 168, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
}.opening_page::after {
    background: radial-gradient(ellipse at center, rgba(94, 170, 168, 0.1) 0%, transparent 70%);
    z-index: 0;
    right: -25%;
    position: absolute;
    height: 200%;
    top: -50%;
    content: "";
    transform: rotate(35deg);
    width: 80%;
}.opening_page .expert_learnings {
    padding: 2rem;
    z-index: 2;
    height: 100%;
    min-height: 100vh;
    margin: 0 auto;
    max-width: 1400px;
    flex-direction: column-reverse;
    display: flex;
    position: relative;
}.opening_page .desc_block {
    flex-direction: column;
    flex: 1;
    padding: 2rem 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    position: relative;
}.opening_page h1 {
    opacity: 0;
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    color: #000000;
    font-size: clamp(2rem, 5vw, 38px);
    margin-bottom: 2rem;
    position: relative;
    font-weight: 700;
    transform: translateX(-20px);
}.opening_page h1::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    background: rgb(219,176,185);
    left: 0;
    animation: growLine 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    bottom: -12px;
}.opening_page .start_head {
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    align-items: flex-start;
    transform: translateY(20px);
    gap: 1.5rem;
    margin-bottom: 2rem;
    flex-direction: column;
    opacity: 0;
    display: flex;
}.opening_page .start_head p {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
    max-width: 90%;
    padding-left: 1rem;
    position: relative;
}.opening_page .start_head p::before {
    content: "";
    height: calc(100% - 1rem);
    width: 3px;
    top: 0.5rem;
    background: rgb(219,176,185);
    left: 0;
    transform: scaleY(0);
    animation: scaleVertical 0.6s 0.8s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    position: absolute;
    transform-origin: top;
}.opening_page svg {
    transform: translateY(0);
    width: 80px;
    animation: float 4s ease-in-out infinite;
    height: 80px;
    transition: transform 0.3s ease-in-out;
    filter: drop-shadow(0 3px 5px rgba(94, 170, 168, 0.2));
}.opening_page svg:hover {
    transform: translateY(-5px) rotate(3deg);
}.opening_page svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.opening_page svg text {
    transition: fill 0.3s ease;
    font-weight: 700;
}.opening_page svg:hover path {
    fill: rgba(74, 150, 148, 1);
}.opening_page svg:hover text {
    fill: rgba(74, 150, 148, 1);
}.opening_page ul {
    opacity: 0;
    padding: 0;
    transform: translateY(20px);
    list-style: none;
    margin: 0;
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
}.opening_page ul li {
    display: inline-block;
}.opening_page .support_help {
    color: #ffffff;
    background: rgb(219,176,185);
    position: relative;
    transition: all 0.3s cubic-bezier(0.17, 0.67, 0.21, 1.04);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transform: translateZ(0);
    overflow: hidden;
    box-shadow: 0 8px 20px -10px rgba(94, 170, 168, 0.5);
    display: inline-flex;
    font-size: 17px;
    padding: 0.8rem 2rem;
}.opening_page .support_help::before {
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: transform 0.6s;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    transform: translateX(-100%);
}.opening_page .support_help:hover {
    box-shadow: 0 10px 25px -8px rgba(94, 170, 168, 0.6);
    background: rgba(84, 160, 158, 1);
    transform: translateY(-2px) translateZ(0);
}.opening_page .support_help:hover::before {
    transform: translateX(100%);
}.opening_page .support_help:active {
    transform: translateY(1px) translateZ(0);
    box-shadow: 0 5px 15px -8px rgba(94, 170, 168, 0.4);
}.opening_page .img_background {
    opacity: 0;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    animation: fadeIn 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.21, 1.04);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.2);
    min-height: 50vh;
    transform: perspective(1200px) rotateY(-5deg);
    flex: 1;
}.opening_page .img_background::before {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
}.opening_page .img_background::after {
    width: 100%;
    content: "";
    left: 0;
    animation: borderScan 4s linear infinite;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
    border: 2px solid rgba(94, 170, 168, 0.3);
    box-sizing: border-box;
    top: 0;
    position: absolute;
}

@keyframes borderScan {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 10%, 0 10%);
    }
    25% {
        clip-path: polygon(90% 0, 100% 0, 100% 100%, 90% 100%);
    }
    50% {
        clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);
    }
    75% {
        clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 10%, 0 10%);
    }
}

@keyframes growLine {
    to {
        width: 100px;
    }
}

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

@keyframes slideInTitle {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@keyframes scaleVertical {
    to {
        transform: scaleY(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@media (min-width: 768px) {.opening_page .expert_learnings {
    gap: 4rem;
    flex-direction: row;
    padding: 3rem;
    align-items: center;
}.opening_page .desc_block {
    padding: 2rem 0;
    flex: 1;
}.opening_page .img_background {
    flex: 1.2;
    min-height: 65vh;
    transform: perspective(1200px) rotateY(-8deg) translateZ(30px);
}.opening_page .img_background:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(10px);
}.opening_page svg {
    height: 100px;
    width: 100px;
}.opening_page h1 {
    font-size: 38px;
}
}

@media (min-width: 992px) {.opening_page .expert_learnings {
    gap: 5rem;
}.opening_page h1::after {
    height: 4px;
}.opening_page svg {
    width: 120px;
    height: 120px;
}.opening_page .img_background {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    min-height: 70vh;
}
}

@media (min-width: 1200px) {.opening_page .expert_learnings {
    gap: 6rem;
}.opening_page .img_background {
    transform: perspective(1500px) rotateY(-12deg) translateZ(40px);
}.opening_page .img_background:hover {
    transform: perspective(1500px) rotateY(-5deg) translateZ(20px);
}.opening_page h1 {
    margin-bottom: 2.5rem;
}.opening_page .start_head p {
    max-width: 80%;
}.opening_page h1::after {
    animation: growLine 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
}
    
    @keyframes growLine {
        to {
            width: 150px;
        }
    }
}