* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.layer-container {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}.main_primary {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.tiktok_edu {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    auto
    scroll-behavior: auto;
    height: 100%;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
}.container {
    margin: auto;
    width: 1165px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_plank {
    color:  #ffffff;
    background: rgb(171,216,200);
}header .top_plank .learn_peak div svg, header .top_plank .learn_peak div svg path {
    fill: #ffffff;
}header .top_plank .learn_peak div span {
    color: #ffffff;
}header .top_plank .learn_peak {
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    width: 100%;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    display: flex;
    line-height: 21px;
}header .top_plank .learn_peak div {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-right: 24px;
}header .top_plank .learn_peak div img, header .top_plank .learn_peak div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.contact_section {
    overflow: hidden;
    padding: 110px 0;
    background: rgb(212,236,225);
    position: relative;
}.contact_section::before {
    content: "";
    top: 0;
    left: 0;
    opacity: 0.3;
    height: 100%;
    background-size: 50px 50px;
    background: 
        linear-gradient(0deg, transparent 24%, rgb(171,216,200,0.5) 25%, rgb(171,216,200,0.5) 26%, transparent 27%, transparent 74%, rgb(171,216,200,0.5) 75%, rgb(171,216,200,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(171,216,200,0.5) 25%, rgb(171,216,200,0.5) 26%, transparent 27%, transparent 74%, rgb(171,216,200,0.5) 75%, rgb(171,216,200,0.5) 76%, transparent 77%, transparent);
    position: absolute;
    width: 100%;
    z-index: 0;
}.contact_section .photo_gallery {
    position: absolute;
    top: 0;
    filter: saturate(0) contrast(1.2);
    height: 100%;
    z-index: 0;
    left: 0;
    opacity: 0.05;
    width: 100%;
}.contact_section::after {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    background: radial-gradient(circle at center, transparent 50%, rgb(212,236,225) 100%);
    height: 100%;
    content: "";
    top: 0;
}.contact_section .container {
    max-width: 1200px;
    z-index: 5;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.contact_section h3 {
    color: #000000;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}.contact_section h3::before {
    transform: translateX(-50%);
    width: 6px;
    left: 50%;
    content: "";
    top: -15px;
    height: 6px;
    border-radius: 50%;
    background: rgb(171,216,200);
    position: absolute;
}.contact_section h3::after {
    left: 50%;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: rgb(171,216,200);
    transform: translateX(-50%);
    border-radius: 50%;
    bottom: -15px;
}.feedback_widget {
    background: #ffffff;
    z-index: 10;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: flex;
}.feedback_widget::before {
    border-radius: 50%;
    filter: blur(70px);
    width: 300px;
    background: rgb(171,216,200,0.5);
    top: -150px;
    position: absolute;
    right: -150px;
    height: 300px;
    content: "";
    z-index: 0;
}.feedback_widget::after {
    border-radius: 50%;
    bottom: -150px;
    position: absolute;
    width: 300px;
    z-index: 0;
    filter: blur(70px);
    content: "";
    left: -150px;
    height: 300px;
    background: rgb(127,187,173,0.5);
}.feedback_widget .inquiry_list {
    z-index: 1;
    position: relative;
    float: left;
    width: 60%;
    padding: 70px;
}.feedback_widget .inquiry_list h3 {
    margin-bottom: 40px;
    text-align: left;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}.feedback_widget .inquiry_list h3::before,
.feedback_widget .inquiry_list h3::after {
    display: none;
}.feedback_widget .inquiry_list h3::before {
    background: rgb(171,216,200);
    left: 0;
    position: absolute;
    width: 30px;
    height: 2px;
    bottom: -15px;
    content: "";
}.feedback_widget .inquiry_list form {
    flex-direction: column;
    display: flex;
}.feedback_widget .inquiry_list input[type="text"],
.feedback_widget .inquiry_list textarea {
    border: none;
    background: rgba(245, 245, 245, 0.7);
    border-radius: 30px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 15px;
    padding: 20px 25px;
    margin-bottom: 25px;
    width: 100%;
}.feedback_widget .inquiry_list input[type="text"]:focus,
.feedback_widget .inquiry_list textarea:focus {
    background: rgba(245, 245, 245, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
}.feedback_widget .inquiry_list textarea {
    resize: vertical;
    border-radius: 25px;
    min-height: 160px;
}.feedback_widget .inquiry_list .query_list {
    margin-bottom: 35px;
    position: relative;
    align-items: flex-start;
    display: flex;
}.feedback_widget .inquiry_list .query_list input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.feedback_widget .inquiry_list .query_list label {
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    color: #000000;
    font-size: calc(15px - 2px);
    padding-left: 35px;
}.feedback_widget .inquiry_list .query_list label::before {
    border-radius: 50%;
    position: absolute;
    left: 0;
    background: rgba(245, 245, 245, 0.7);
    top: 2px;
    transition: all 0.3s ease;
    content: "";
    height: 22px;
    width: 22px;
}.feedback_widget .inquiry_list .query_list input[type="checkbox"]:checked + label::before {
    background: rgb(171,216,200);
}.feedback_widget .inquiry_list .query_list input[type="checkbox"]:checked + label::after {
    left: 8px;
    height: 10px;
    border: solid #ffffff;
    content: "";
    transform: rotate(45deg);
    top: 6px;
    width: 6px;
    border-width: 0 2px 2px 0;
    position: absolute;
}.feedback_widget .inquiry_list .query_list a {
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: rgb(171,216,200);
    transition: all 0.3s ease;
}.feedback_widget .inquiry_list .query_list a:hover {
    color: rgb(127,187,173);
}.feedback_widget .inquiry_list .inquiry_panel {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    color: #ffffff;
    border-radius: 30px;
    display: inline-block;
    font-size: 17px;
    position: relative;
    z-index: 1;
    padding: 18px 40px;
    overflow: hidden;
    align-self: flex-start;
    cursor: pointer;
    font-weight: 600;
    background: rgb(171,216,200);
}.feedback_widget .inquiry_list .inquiry_panel:hover {
    background: rgb(127,187,173);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.feedback_widget .inquiry_help {
    padding: 70px 50px;
    position: relative;
    background: rgb(212,236,225);
    z-index: 1;
    width: 40%;
    float: left;
}.feedback_widget .inquiry_help::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(171,216,200,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(127,187,173,0.5) 0%, transparent 30%);
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
}.feedback_widget .inquiry_help h4 {
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
    color: #000000;
}.feedback_widget .inquiry_help h4::after {
    height: 2px;
    bottom: -15px;
    background: rgb(171,216,200);
    position: absolute;
    left: 0;
    width: 30px;
    content: "";
}.feedback_widget .inquiry_help .feedback_help {
    list-style: none;
    margin: 0;
    padding: 0;
}.feedback_widget .inquiry_help .feedback_help li {
    display: flex;
    border-radius: 20px;
    align-items: center;
    padding: 20px;
    backdrop-filter: blur(5px);
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}.feedback_widget .inquiry_help .feedback_help li:last-child {
    margin-bottom: 0;
}.feedback_widget .inquiry_help .feedback_help li:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}.feedback_widget .inquiry_help .feedback_help li svg {
    flex-shrink: 0;
    margin-right: 15px;
    height: 26px;
    width: 26px;
    transition: all 0.3s ease;
}.feedback_widget .inquiry_help .feedback_help li:hover svg {
    transform: scale(1.2);
}.feedback_widget .inquiry_help .feedback_help li svg path {
    fill: rgb(171,216,200);
    transition: all 0.3s ease;
}.feedback_widget .inquiry_help .feedback_help li:hover svg path {
    fill: rgb(127,187,173);
}.feedback_widget .inquiry_help .feedback_help li span {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
}.feedback_widget .inquiry_help .feedback_help li a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}.feedback_widget .inquiry_help .feedback_help li a:hover {
    color: rgb(171,216,200);
}

@media screen and (max-width: 992px) {.contact_section {
    padding: 80px 0;
}.feedback_widget {
    display: block;
    border-radius: 30px;
}.feedback_widget .inquiry_list,
    .feedback_widget .inquiry_help {
    width: 100%;
    padding: 50px;
    float: none;
}
}

@media screen and (max-width: 768px) {.contact_section {
    padding: 60px 0;
}.contact_section h3 {
    font-size: calc(29px - 4px);
}.feedback_widget {
    border-radius: 25px;
}.feedback_widget .inquiry_list,
    .feedback_widget .inquiry_help {
    padding: 40px 30px;
}.feedback_widget .inquiry_list input[type="text"],
    .feedback_widget .inquiry_list textarea {
    padding: 15px 20px;
    border-radius: 20px;
}.feedback_widget .inquiry_list .inquiry_panel {
    width: 100%;
    padding: 15px 30px;
    text-align: center;
}.feedback_widget .inquiry_help .feedback_help li {
    border-radius: 15px;
    padding: 15px;
}
}

@media screen and (max-width: 480px) {.contact_section {
    padding: 40px 0;
}.feedback_widget {
    border-radius: 20px;
}.feedback_widget .inquiry_list,
    .feedback_widget .inquiry_help {
    padding: 30px 20px;
}}.welcome {
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    background-color: rgb(212,236,225);
}.skill_quick {
    z-index: 1;
    max-width: 1400px;
    position: relative;
    padding: 2rem;
    width: 100%;
}.welcome .start_begin {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.1),
    -20px -20px 60px rgba(255, 255, 255, 0.08),
    inset 5px 5px 15px rgba(255, 255, 255, 0.05),
    inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    padding: 4rem 3rem;
    border-radius: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.welcome .start_begin::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0.85;
    backdrop-filter: blur(8px);
    top: 0;
    background: linear-gradient(
    135deg,
    rgb(171,216,200,0.5),
    rgb(127,187,173,0.5)
  );
    left: 0;
}.welcome .start_begin::after {
    top: -50%;
    z-index: -1;
    left: -50%;
    height: 200%;
    animation: pulse 12s infinite alternate cubic-bezier(0.4, 0, 0.2, 1);
    background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.15),
    transparent 70%
  );
    width: 200%;
    position: absolute;
    opacity: 0.5;
    content: "";
}.welcome .start_begin span {
    margin-bottom: 1.5rem;
    animation: slideInRight 0.7s 0.3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    transform: translateX(-20px);
    opacity: 0;
    display: block;
}.welcome .start_begin h3 {
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    color: #ffffff;
    font-weight: 600;
    padding-left: 1rem;
    transform: translateY(0);
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: calc(18px * 0.9);
    line-height: 1.5;
    transition: transform 0.3s ease-out;
    letter-spacing: 0.5px;
    border-left: 3px solid rgb(171,216,200);
    background-clip: text !important;
}.welcome .start_begin h1 {
    font-size: 46px;
    animation: slideInUp 0.8s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}.welcome .start_begin h1::after {
    bottom: -10px;
    width: 80px;
    background: linear-gradient(90deg, rgb(171,216,200), rgb(127,187,173));
    content: "";
    left: 0;
    position: absolute;
    transform-origin: left;
    animation: expandWidth 1s 1.3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 4px;
    transform: scaleX(0);
}.welcome .start_begin div div {
    opacity: 0;
    animation: slideInUp 0.8s 0.7s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(30px);
    max-width: 600px;
}.welcome .start_begin p {
    padding-right: 2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 1.5rem;
    font-size: calc(18px * 1.1);
    position: relative;
    line-height: 1.6;
}.welcome .start_begin p::before {
    position: absolute;
    left: -15px;
    content: "";
    background: linear-gradient(to bottom, rgb(127,187,173), transparent);
    width: 3px;
    height: 100%;
    opacity: 0.7;
    top: 0;
}.welcome .start_begin:hover {
    box-shadow: 
    25px 25px 70px rgba(0, 0, 0, 0.15),
    -25px -25px 70px rgba(255, 255, 255, 0.1),
    inset 5px 5px 15px rgba(255, 255, 255, 0.08),
    inset -5px -5px 15px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.welcome .start_begin:hover h3 {
    transform: translateY(-2px);
}

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

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

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

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

@media (max-width: 992px) {.welcome .start_begin {
    padding: 3rem 2rem;
    transform: perspective(800px) rotateX(1deg);
}.welcome .start_begin h1 {
    font-size: calc(46px * 0.85);
}.welcome .start_begin h3 {
    font-size: calc(18px * 0.85);
}
}

@media (max-width: 768px) {.skill_quick {
    padding: 1.5rem;
}.welcome .start_begin {
    transform: none;
    padding: 2.5rem 1.5rem;
}.welcome .start_begin h1 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 0.75);
}.welcome .start_begin h3 {
    font-size: calc(18px * 0.8);
    padding-left: 0.75rem;
}.welcome .start_begin div div {
    max-width: 100%;
}.welcome .start_begin p {
    font-size: 18px;
    padding-right: 0;
}
}

@media (max-width: 576px) {.welcome .start_begin {
    padding: 2rem 1.25rem;
}.welcome .start_begin h1 {
    font-size: calc(46px * 0.65);
}.welcome .start_begin h3 {
    font-size: calc(18px * 0.75);
    border-left: 2px solid rgb(171,216,200);
}.welcome .start_begin h1::after {
    height: 3px;
    width: 60px;
}.welcome .start_begin p::before {
    left: -10px;
    width: 2px;
}}.course_rewards {
    background: linear-gradient(135deg, rgb(212,236,225) 0%, rgba(255,255,255,0.98) 70%);
    padding: 5rem 1.5rem;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}.course_rewards::before {
    position: absolute;
    right: -5%;
    z-index: 0;
    width: 25rem;
    transform: rotate(-15deg);
    top: -10%;
    background: linear-gradient(220deg, rgb(171,216,200,0.5) 10%, transparent 70%);
    animation: float 18s infinite ease-in-out;
    border-radius: 40% 60% 70% 30%;
    filter: blur(30px);
    height: 25rem;
    opacity: 0.2;
    content: "";
}.course_rewards::after {
    animation: float 15s infinite ease-in-out reverse;
    width: 20rem;
    background: linear-gradient(40deg, rgb(127,187,173,0.5) 15%, transparent 75%);
    content: "";
    position: absolute;
    height: 20rem;
    left: -5%;
    filter: blur(35px);
    bottom: -15%;
    opacity: 0.15;
    border-radius: 60% 40% 30% 70%;
    z-index: 0;
    transform: rotate(25deg);
}.course_rewards h5 {
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 3.5rem;
    z-index: 2;
    color: #000000;
    position: relative;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}.course_rewards h5::after {
    border-radius: 10px;
    position: absolute;
    width: 4rem;
    bottom: -0.8rem;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(171,216,200), transparent);
}.course_rewards .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.course_rewards .skill_experts {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.9);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    gap: 2.5rem;
    padding: 2.5rem 1.5rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.course_rewards .skill_experts:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 2px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.course_rewards .photo_gallery {
    width: 100%;
    max-width: 480px;
    transform: perspective(1000px) rotateY(-2deg);
    border-radius: 3px;
    height: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    object-fit: cover;
}.course_rewards .skill_experts:hover .photo_gallery {
    transform: perspective(1000px) rotateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}.course_rewards .paragraph_holder {
    width: 100%;
}.course_rewards ul {
    padding: 0;
    gap: 1.25rem;
    display: grid;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
}.course_rewards li {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    position: relative;
    transition: transform 0.3s ease, background 0.3s ease, border-left 0.3s ease;
    padding: 0.8rem 1rem 0.8rem 3.2rem;
    transform: translateX(0);
    border-left: 2px solid rgb(171,216,200,0.5);
}.course_rewards li:hover {
    transform: translateX(5px);
    border-left: 2px solid rgb(171,216,200);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.05), transparent);
}.course_rewards li:nth-child(odd) {
    border-left: 2px solid rgb(127,187,173,0.5);
    background: linear-gradient(to right, rgba(var(--secondary-color-rgb), 0.02), transparent);
}.course_rewards li:nth-child(odd):hover {
    background: linear-gradient(to right, rgba(var(--secondary-color-rgb), 0.04), transparent);
    border-left: 2px solid rgb(127,187,173);
}.course_rewards li div,
.course_rewards li p {
    color: #000000;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    position: relative;
}.course_rewards li svg {
    width: 1.5rem;
    position: absolute;
    height: 1.5rem;
    left: -2.3rem;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 0;
}.course_rewards li:hover svg {
    transform: translateY(-3px);
}.course_rewards svg path {
    fill: rgb(171,216,200);
    transition: fill 0.3s ease;
}.course_rewards li:nth-child(odd) svg path {
    fill: rgb(127,187,173);
}.course_rewards li:first-child {
    animation: fadeInUp 0.6s 0.1s both;
}.course_rewards li:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.course_rewards li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.course_rewards li:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.course_rewards li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}

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

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

@media (min-width: 768px) {.course_rewards {
    padding: 6rem 2rem;
}.course_rewards h5 {
    margin-bottom: 4rem;
    font-size: calc(24px * 1.1);
}.course_rewards .skill_experts {
    padding: 3rem;
    gap: 3rem;
    flex-direction: row;
}.course_rewards ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.course_rewards {
    padding: 8rem 3rem;
}.course_rewards .skill_experts {
    gap: 4rem;
}.course_rewards .photo_gallery {
    max-width: 45%;
}.course_rewards .paragraph_holder {
    max-width: 55%;
}.course_rewards h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.course_rewards li p {
    font-size: calc(14px * 0.95);
}.course_rewards h5 {
    font-size: calc(24px * 0.9);
    padding: 0 1rem;
}.course_rewards li {
    padding: 0.7rem 0.8rem 0.7rem 3rem;
}}.privacy_stronghold {
    padding: 40px 20px;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    color: #000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_stronghold h1, .privacy_stronghold h2, .privacy_stronghold h3, .privacy_stronghold h4, .privacy_stronghold h5, .privacy_stronghold h6 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #000000;
}.privacy_stronghold h1 {
    border-bottom: 2px solid rgb(171,216,200);
    padding-bottom: 10px;
    font-size: 40px;
    margin-bottom: 30px;
}.privacy_stronghold h2 {
    border-bottom: 2px solid rgb(127,187,173);
    padding-bottom: 8px;
    font-size: 37px;
    margin-bottom: 25px;
}.privacy_stronghold h3 {
    font-size: 1.5em;
    padding-bottom: 6px;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
}.privacy_stronghold h4 {
    margin-bottom: 18px;
    font-size: 1.25em;
}.privacy_stronghold h5 {
    font-size: 18px;
    margin-bottom: 16px;
}.privacy_stronghold h6 {
    margin-bottom: 14px;
    font-size: 20px;
}.privacy_stronghold ul, .privacy_stronghold ol {
    list-style: none;
    color: #000000;
    padding-left: 20px;
    margin-left: 20px;
}.privacy_stronghold ul li, .privacy_stronghold ol li {
    margin-bottom: 10px;
    position: relative;
    font-size: 18px;
    padding-left: 20px;
    line-height: 1.6;
}.privacy_stronghold ul li:before {
    content: '•';
    color: rgb(171,216,200);
    position: absolute;
    font-size: 1.2em;
    left: 0;
}.privacy_stronghold p, .privacy_stronghold span, .privacy_stronghold div {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.privacy_stronghold {
    padding: 20px 10px;
}.privacy_stronghold h1 {
    font-size: calc(18px - 10%);
}.privacy_stronghold h2 {
    font-size: calc(18px - 10%);
}.privacy_stronghold p, .privacy_stronghold span, .privacy_stronghold div {
    font-size: calc(18px - 10%);
}}
.privacy_stronghold a {
    border-bottom: 1px solid rgb(171,216,200);
    color: rgb(171,216,200);
    text-decoration: none;
}.privacy_stronghold a:hover {
    border-bottom: 1px solid rgb(127,187,173);
    color: rgb(127,187,173);
}.privacy_stronghold blockquote {
    border-left: 5px solid rgb(171,216,200);
    background-color: rgb(212,236,225);
    margin: 20px 0;
    padding: 15px 20px;
    color: #000000;
    font-style: italic;
}.privacy_stronghold code {
    border-radius: 10px;
    background-color: rgb(212,236,225);
    color: #000000;
    font-family: monospace;
    padding: 2px 6px;
}.privacy_stronghold hr {
    border: 0;
    height: 1px;
    margin: 30px 0;
    background: rgba(0, 0, 0, 0.5);
}.course_program {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(212,236,225) 0%, rgba(245, 247, 250, 0.95) 100%);
    z-index: 1;
    position: relative;
    padding: 120px 0 100px;
}.course_program::before {
    top: 0;
    right: 0;
    content: "";
    z-index: -1;
    height: 100%;
    width: 60%;
    position: absolute;
    transform: skewX(-15deg) translateX(10%);
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(171,216,200,0.5), 0.05) 100%);
}.course_program::after {
    position: absolute;
    width: 200px;
    left: -50px;
    z-index: -1;
    background: linear-gradient(225deg, rgb(171,216,200) 0%, rgb(127,187,173) 100%);
    opacity: 0.05;
    bottom: -50px;
    height: 200px;
    content: "";
    transform: rotate(15deg);
}.course_program .container {
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.course_program h2 {
    font-weight: 700;
    margin-bottom: 50px;
    transform-origin: left center;
    color: #000000;
    position: relative;
    font-size: 35px;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.course_program h2::after {
    left: 0;
    background: rgb(171,216,200);
    width: 80px;
    position: absolute;
    height: this;
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    bottom: -10px;
    transform-origin: left;
    content: "";
}.course_program h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.course_program h2:hover::after {
    transform: scaleX(1.5);
}.course_program .education_path {
    position: relative;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}.course_program .photo_gallery {
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
    position: relative;
    overflow: hidden;
    border: none;
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
}.course_program .photo_gallery::before {
    transition: opacity 0.3s ease;
    z-index: 1;
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
    left: 0;
    bottom: 0;
    top: 0;
}.course_program .photo_gallery:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
}.course_program .paragraph_holder {
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
    padding: 40px 30px;
    border-radius: 10px;
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    background-color: #ffffff;
}.course_program .paragraph_holder::before {
    top: 0;
    content: "";
    width: 5px;
    height: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(171,216,200), rgb(127,187,173));
    left: 0;
    position: absolute;
}.course_program .paragraph_holder:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.course_program .paragraph_holder:hover::before {
    height: 100%;
}.course_program .description {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 20px;
    transform: translateZ(0);
    transition: transform 0.4s ease;
    position: relative;
    font-size: 14px;
}.course_program .description:last-child {
    margin-bottom: 0;
}.course_program .description::first-letter {
    font-weight: 600;
    font-size: 1.2em;
    color: rgb(171,216,200);
}.course_program .description:nth-child(1) {
    animation: fadeText 0.8s ease forwards;
}.course_program .description:nth-child(2) {
    animation: fadeText 0.8s 0.3s ease forwards;
    opacity: 0;
}@keyframes fadeText {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.course_program .education_path:hover .photo_gallery {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.course_program .education_path:hover .paragraph_holder {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


@media (min-width: 768px) {.course_program {
    padding: 150px 0 130px;
}.course_program .education_path {
    gap: 60px;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
}.course_program h2 {
    font-size: calc(35px * 1.1);
    max-width: 80%;
}.course_program .photo_gallery {
    height: 500px;
}.course_program .paragraph_holder {
    padding: 50px 40px;
}
}

@media (min-width: 992px) {.course_program {
    padding: 180px 0 160px;
}.course_program h2 {
    margin-bottom: 70px;
}.course_program .education_path {
    gap: 80px;
}.course_program .photo_gallery {
    height: 600px;
}.course_program .paragraph_holder {
    padding: 60px 50px;
}
}

@media (max-width: 767px) {.course_program {
    padding: 80px 0 70px;
}.course_program h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.85);
}.course_program .photo_gallery {
    height: 250px;
}.course_program .paragraph_holder {
    padding: 30px 20px;
}.course_program .description {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.course_program {
    padding: 60px 0 50px;
}.course_program h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.75);
}.course_program .photo_gallery {
    height: 200px;
}.course_program .paragraph_holder {
    padding: 25px 15px;
}.course_program .description {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}}.our_team {
    background: rgb(212,236,225);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our_team::before {
    z-index: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgb(171,216,200,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 80%, rgb(127,187,173,0.5) 0%, transparent 60%);
    left: 0;
    height: 100%;
    animation: pulse 15s infinite alternate;
    top: 0;
    position: absolute;
    width: 100%;
}.our_team::after {
    width: 100%;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(171,216,200,0.5) 49.5%, rgb(171,216,200,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(127,187,173,0.5) 49.5%, rgb(127,187,173,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    z-index: 1;
    animation: slide 20s linear infinite;
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.1;
    top: 0;
}.our_team .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.our_team .skill_experts {
    grid-template-columns: 1fr 1fr;
    display: grid;
    align-items: center;
    grid-gap: 60px;
}.our_team h3 {
    color: #000000;
    position: relative;
    grid-column: 1 / -1;
    font-weight: 700;
    display: inline-block;
    font-size: 35px;
    margin-bottom: 30px;
}.our_team h3::after {
    left: 0;
    border-radius: 10px;
    position: absolute;
    content: "";
    bottom: -10px;
    background: rgb(171,216,200);
    width: 80px;
    transition: width 0.5s ease;
    height: 4px;
}.our_team h3:hover::after {
    width: 100%;
}.our_team .class_experts {
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.our_team .class_experts::before {
    background: linear-gradient(90deg, rgb(171,216,200), rgb(127,187,173));
    width: 100%;
    height: 5px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}.our_team .class_experts:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.our_team .class_experts span {
    color: rgb(171,216,200);
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
    display: block;
}.our_team .class_experts span::before {
    background: rgb(171,216,200);
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}.our_team .class_experts p {
    line-height: 1.6;
    margin-bottom: 30px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}.our_team .class_experts .photo_gallery {
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 280px;
    border-radius: 13px;
    position: relative;
    width: 100%;
}.our_team .class_experts .photo_gallery::after {
    top: 0;
    position: absolute;
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
    content: "";
    animation: shine 3s infinite;
}.our_team .belief_core {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
    border-radius: 13px;
    display: flex;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.our_team .belief_core::before {
    right: 0;
    top: 0;
    position: absolute;
    height: 5px;
    content: "";
    border-radius: 10px 10px 0 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(127,187,173), rgb(171,216,200));
}.our_team .belief_core:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.our_team .belief_core p {
    position: relative;
    margin-bottom: 30px;
    border-left: 3px solid rgb(127,187,173);
    padding-left: 20px;
    font-weight: 400;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
}.our_team .belief_core .creds_sect {
    border-radius: 50%;
    transition: transform 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 5px solid #ffffff;
    width: 180px;
    height: 180px;
    position: relative;
    margin: 0 auto;
}.our_team .belief_core .creds_sect::before {
    animation: rotate 30s linear infinite;
    content: "";
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    top: -15px;
    left: -15px;
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgb(127,187,173,0.5);
}.our_team .belief_core .creds_sect::after {
    animation: rotate 20s linear infinite reverse;
    height: calc(100% + 10px);
    border-radius: 50%;
    content: "";
    left: -5px;
    width: calc(100% + 10px);
    border: 1px solid rgb(171,216,200,0.5);
    top: -5px;
    position: absolute;
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes slide {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.our_team {
    padding: 90px 0;
}.our_team .skill_experts {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.our_team .class_experts,
    .our_team .belief_core {
    max-width: 600px;
    margin: 0 auto;
}.our_team .class_experts .photo_gallery {
    height: 240px;
}.our_team .belief_core .creds_sect {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 768px) {.our_team {
    padding: 70px 0;
}.our_team h3 {
    text-align: center;
    display: block;
    font-size: calc(35px * 0.9);
}.our_team h3::after {
    transform: translateX(-50%);
    left: 50%;
}.our_team .class_experts,
    .our_team .belief_core {
    padding: 25px;
}.our_team .class_experts span {
    font-size: calc(18px * 0.9);
}.our_team .class_experts .photo_gallery {
    height: 200px;
}.our_team .belief_core .creds_sect {
    width: 140px;
    height: 140px;
}
}

@media (max-width: 576px) {.our_team {
    padding: 50px 0;
}.our_team .container {
    padding: 0 15px;
}.our_team h3 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.8);
}.our_team .skill_experts {
    grid-gap: 30px;
}.our_team .class_experts,
    .our_team .belief_core {
    padding: 20px;
}.our_team .class_experts p,
    .our_team .belief_core p {
    margin-bottom: 20px;
}.our_team .class_experts .photo_gallery {
    height: 180px;
}.our_team .belief_core .creds_sect {
    width: 120px;
    height: 120px;
}.our_team .belief_core .creds_sect::before {
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
}}.launch_now {
    background: linear-gradient(135deg, rgb(127,187,173) 0%, rgb(171,216,200) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.launch_now::before {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.1;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(127,187,173,0.5) 0px,
        rgb(127,187,173,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
}.launch_now::after {
    opacity: 0.2;
    right: -50px;
    bottom: -50px;
    content: "";
    position: absolute;
    z-index: 1;
    background: rgb(171,216,200);
    border-radius: 50%;
    height: 200px;
    width: 200px;
}.launch_now .container {
    position: relative;
    max-width: 1200px;
    flex-direction: column;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.launch_now h2 {
    margin-bottom: 40px;
    transform: perspective(1000px) rotateX(2deg);
    font-family: Arial, sans-serif;
    line-height: 1.4;
    font-size: 37px;
    transition: transform 0.5s ease;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    color: #ffffff;
    font-weight: 700;
}.launch_now h2:hover {
    transform: perspective(1000px) rotateX(0deg);
}.launch_now .skill_experts {
    display: flex;
    border-radius: 14px;
    gap: 25px;
    justify-content: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    overflow: hidden;
    align-items: center;
    transform: translateY(0);
    padding: 30px 50px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}.launch_now .skill_experts::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(171,216,200), rgb(127,187,173));
    left: 0;
    width: 5px;
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
}.launch_now .skill_experts:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.launch_now svg {
    transform: rotate(-5deg);
    width: 48px;
    height: 48px;
    transition: transform 0.3s ease;
}.launch_now svg:hover {
    transform: rotate(0deg) scale(1.1);
}.launch_now svg path {
    fill: rgb(171,216,200);
    transition: fill 0.3s ease;
}.launch_now .skill_experts:hover svg path {
    fill: rgb(127,187,173);
}.launch_now .inquiry_panel {
    z-index: 1;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    padding: 15px 35px;
    display: inline-block;
    position: relative;
    background: linear-gradient(135deg, rgb(171,216,200) 0%, rgb(127,187,173) 100%);
    overflow: hidden;
    color: #ffffff;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.launch_now .inquiry_panel::before {
    left: -100%;
    height: 100%;
    top: 0;
    z-index: -1;
    transition: left 0.7s ease;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.launch_now .inquiry_panel:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.launch_now .inquiry_panel:hover::before {
    left: 100%;
}.launch_now .inquiry_panel:active {
    transform: translateY(1px);
}.launch_now .skill_experts div {
    position: relative;
}.launch_now .skill_experts div::after {
    bottom: -10px;
    width: 0;
    left: 0;
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(127,187,173);
    position: absolute;
}.launch_now .skill_experts:hover div::after {
    width: 100%;
}

@media (max-width: 991px) {.launch_now {
    padding: 80px 0;
}.launch_now h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 30px;
}.launch_now .skill_experts {
    padding: 25px 40px;
}
}

@media (max-width: 767px) {.launch_now {
    padding: 60px 0;
}.launch_now h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.8);
    transform: none;
}.launch_now .skill_experts {
    flex-direction: column;
    gap: 20px;
    padding: 25px;
}.launch_now .skill_experts::before {
    width: 100%;
    height: 5px;
}.launch_now svg {
    height: 40px;
    width: 40px;
}.launch_now .inquiry_panel {
    padding: 12px 30px;
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 479px) {.launch_now {
    padding: 50px 0;
}.launch_now h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.7);
}.launch_now .skill_experts {
    padding: 20px;
}.launch_now svg {
    width: 32px;
    height: 32px;
}.launch_now .inquiry_panel {
    padding: 10px 25px;
    font-size: calc(17px * 0.85);
}}.stay_connected {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(171,216,200,0.5), rgb(127,187,173));
}.stay_connected::before {
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 8px
    );
    position: absolute;
    z-index: 1;
    top: 0;
}.stay_connected::after {
    opacity: 0.1;
    width: 100%;
    content: "";
    right: -50%;
    z-index: 0;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    position: absolute;
    transform: rotate(-45deg);
    top: -50%;
    height: 200%;
}.stay_connected .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.stay_connected .skill_experts {
    flex-direction: column;
    padding: 40px;
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.2) inset;
}.stay_connected .skill_experts:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.stay_connected h3 {
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.01em;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    max-width: 800px;
    margin-bottom: 30px;
    color: #ffffff;
}.stay_connected .input_holder {
    margin-top: 15px;
    flex-direction: row;
    width: 100%;
    max-width: 580px;
    align-items: stretch;
    transform: translateZ(15px);
    display: flex;
    position: relative;
}.stay_connected .input_holder > div {
    flex: 1;
    position: relative;
    margin-right: 15px;
}.stay_connected .input_holder > div::before {
    width: 0;
    height: 2px;
    background: #ffffff;
    content: "";
    bottom: -2px;
    left: 50%;
    position: absolute;
    z-index: 1;
    transition: width 0.3s ease, left 0.3s ease;
}.stay_connected .input_holder > div:focus-within::before {
    left: 0;
    width: 100%;
}.stay_connected input[type="email"] {
    border-radius: 10px;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    outline: none;
    font-family: Arial, sans-serif;
    height: 54px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    padding: 0 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.stay_connected input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease, transform 0.3s ease;
}.stay_connected input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.2);
}.stay_connected input[type="email"]:focus::placeholder {
    transform: translateY(-5px);
    color: rgba(255, 255, 255, 0.4);
}.stay_connected .access_lessons {
    cursor: pointer;
    height: 54px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    padding: 0 30px;
    white-space: nowrap;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    transform: translateZ(5px);
    letter-spacing: 0.03em;
    background: rgb(171,216,200);
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.stay_connected .access_lessons::before {
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    height: 100%;
    content: "";
    width: 100%;
    transition: left 0.7s ease;
    left: -100%;
    top: 0;
}.stay_connected .access_lessons:hover {
    transform: translateZ(5px) translateY(-2px) scale(1.02);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    background: rgb(127,187,173);
}.stay_connected .access_lessons:hover::before {
    left: 100%;
}.stay_connected .access_lessons:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateZ(5px) translateY(1px) scale(0.98);
}

@media (max-width: 768px) {.stay_connected {
    padding: 60px 0;
}.stay_connected .skill_experts {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.stay_connected h3 {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    margin-bottom: 20px;
}.stay_connected .input_holder {
    flex-direction: column;
    align-items: center;
}.stay_connected .input_holder > div {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
}.stay_connected input[type="email"] {
    font-size: calc(14px - 1px);
    height: 50px;
}.stay_connected .access_lessons {
    font-size: calc(14px - 1px);
    width: 100%;
    padding: 0 20px;
    height: 50px;
}
}

@media (max-width: 480px) {.stay_connected {
    padding: 40px 0;
}.stay_connected .skill_experts {
    padding: 25px 15px;
}.stay_connected h3 {
    margin-bottom: 15px;
    font-size: clamp(1.1rem, 5vw, 1.3rem);
}.stay_connected input[type="email"] {
    height: 46px;
    padding: 0 15px;
}.stay_connected .access_lessons {
    height: 46px;
}}.tiktok_edu {
    padding: 5rem 0 2rem;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(212,236,225);
}.tiktok_edu::before {
    position: absolute;
    content: '';
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(171,216,200,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(127,187,173,0.5) 0%, transparent 70%);
    width: 100%;
    z-index: 0;
    opacity: 0.07;
    top: 0;
    left: 0;
}.tiktok_edu::after {
    left: 0;
    height: 7px;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(212,236,225) 0%,
        rgb(171,216,200) 35%, 
        rgb(127,187,173) 65%,
        rgb(212,236,225) 100%);
    z-index: 1;
    width: 100%;
}.tiktok_edu .container {
    z-index: 2;
    position: relative;
}.tiktok_edu .subscr_info {
    display: flex;
    flex-direction: column;
}.tiktok_edu .learn_faq {
    margin-bottom: 4rem;
    display: flex;
    padding-bottom: 2rem;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}.tiktok_edu .learn_faq::after {
    height: 1px;
    position: absolute;
    width: 100%;
    content: '';
    bottom: -1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(127,187,173,0.5) 50%,
        transparent 100%);
    left: 0;
}.tiktok_edu .info_item {
    padding: 0.5rem 1rem;
    flex: 0 0 auto;
    width: 25%;
    transition: all 0.3s ease;
    position: relative;
}.tiktok_edu .info_item::before {
    background-color: rgba(0, 0, 0, 0.06);
    transform: translateY(-50%);
    height: 60%;
    position: absolute;
    content: '';
    width: 1px;
    left: 0;
    top: 50%;
}.tiktok_edu .info_item:first-child::before {
    display: none;
}.tiktok_edu .info_item p,
.tiktok_edu .info_item a {
    align-items: center;
    gap: 0.75rem;
    display: flex;
    font-size: calc(17px - 1px);
    text-decoration: none;
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-weight: 400;
    color: #000000;
}.tiktok_edu .info_item:hover {
    transform: translateY(-5px);
}.tiktok_edu .info_item:hover p,
.tiktok_edu .info_item:hover a {
    color: rgb(171,216,200);
}.tiktok_edu .info_item svg {
    height: 20px;
    transition: transform 0.3s ease;
    fill: rgb(171,216,200);
    width: 20px;
}.tiktok_edu .info_item:hover svg {
    transform: rotate(10deg);
}.tiktok_edu .text_main_holder {
    justify-content: space-between;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 3rem;
}.tiktok_edu .nav_top {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    width: 100%;
    margin-right: auto;
    max-width: 300px;
}.tiktok_edu .nav_top svg {
    height: auto;
    max-width: 160px;
    transition: all 0.3s ease;
}.tiktok_edu .nav_top:hover svg {
    transform: scale(1.05);
}.tiktok_edu .campus_links {
    position: relative;
    font-size: 16px;
    padding-left: 2rem;
    color: #000000;
    line-height: 1.6;
}.tiktok_edu .campus_links::before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    left: 0;
    width: 4px;
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(171,216,200), rgb(127,187,173));
}.tiktok_edu .nav_mainwrap {
    max-width: 400px;
    position: relative;
    min-width: 240px;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    flex: 1;
}.tiktok_edu .nav_mainwrap::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    z-index: -1;
    border-radius: 23px;
    left: 0;
    background: rgba(0, 0, 0, 0.02);
}.tiktok_edu .nav_mainwrap h5 {
    color: #000000;
    background: rgba(0, 0, 0, 0.03);
    font-weight: 600;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    font-size: 19px;
    margin-bottom: 1rem;
}.tiktok_edu .head_mentor {
    display: flex;
    gap: 0.75rem;
    padding: 0 1.5rem;
    flex-direction: column;
}.tiktok_edu .head_mentor:first-child {
    position: relative;
}.tiktok_edu .head_mentor a {
    font-size: 17px;
    padding-left: 1.25rem;
    padding: 0.5rem 0;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
}.tiktok_edu .head_mentor a::before {
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 6px;
    left: 0;
    transition: all 0.3s ease;
    background-color: rgb(127,187,173,0.5);
    height: 6px;
}.tiktok_edu .head_mentor a:hover {
    color: rgb(171,216,200);
    padding-left: 1.5rem;
}.tiktok_edu .head_mentor a:hover::before {
    width: 8px;
    background-color: rgb(171,216,200);
    height: 8px;
}.tiktok_edu .subscribe_holder {
    flex-direction: column;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    display: flex;
    width: 100%;
    border-radius: 23px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    position: relative;
    max-width: 400px;
    gap: 1.5rem;
}.tiktok_edu .subscribe_holder::before {
    border-top-left-radius: 23px;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    top: 0;
    border-style: solid;
    border-color: rgb(171,216,200,0.5) transparent transparent transparent;
    border-width: 50px 50px 0 0;
    left: 0;
}.tiktok_edu .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #000000;
    font-size: 19px;
}.tiktok_edu .subscribe_holder p {
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
}.tiktok_edu .input_holder {
    display: flex;
    margin-top: 0.5rem;
    position: relative;
    flex-direction: column;
    gap: 1rem;
}.tiktok_edu .input_holder input[type="email"] {
    font-size: 17px;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.125rem 1.25rem;
}.tiktok_edu .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(171,216,200);
    box-shadow: 0 0 0 3px rgb(171,216,200,0.5);
}.tiktok_edu .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.tiktok_edu .access_lessons {
    font-weight: 600;
    border: none;
    color: #ffffff;
    z-index: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(171,216,200) 0%, rgb(127,187,173) 100%);
    padding: 1.125rem 1.25rem;
}.tiktok_edu .access_lessons::before {
    z-index: -1;
    content: '';
    transition: opacity 0.3s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(127,187,173) 0%, rgb(171,216,200) 100%);
    left: 0;
    top: 0;
    opacity: 0;
}.tiktok_edu .access_lessons:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.tiktok_edu .access_lessons:hover::before {
    opacity: 1;
}.tiktok_edu .cheat_sheet {
    position: relative;
    padding-top: 2rem;
    margin-top: 4rem;
    text-align: center;
}.tiktok_edu .cheat_sheet::before {
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    content: '';
    height: 1px;
    left: 30%;
    width: 40%;
}.tiktok_edu .academy_info {
    font-size: 16px;
    opacity: 0.8;
    color: #000000;
}

@media (max-width: 1200px) {.tiktok_edu .text_main_holder {
    gap: 2.5rem;
}.tiktok_edu .nav_top {
    max-width: 260px;
}.tiktok_edu .nav_mainwrap {
    min-width: 220px;
}
}

@media (max-width: 991px) {.tiktok_edu {
    padding: 4rem 0 2rem;
}.tiktok_edu .info_item {
    width: 50%;
    padding: 1rem;
}.tiktok_edu .info_item:nth-child(3)::before {
    display: none;
}.tiktok_edu .text_main_holder {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}.tiktok_edu .nav_top {
    text-align: center;
    max-width: 100%;
    width: 100%;
    align-items: center;
}.tiktok_edu .campus_links {
    max-width: 500px;
    padding-left: 0;
    text-align: center;
}.tiktok_edu .campus_links::before {
    display: none;
}.tiktok_edu .nav_mainwrap {
    width: 100%;
    max-width: 600px;
}.tiktok_edu .subscribe_holder {
    width: 100%;
    max-width: 600px;
}
}

@media (max-width: 768px) {.tiktok_edu {
    padding: 3.5rem 0 1.5rem;
}.tiktok_edu .learn_faq {
    margin-bottom: 3rem;
}.tiktok_edu .info_item {
    width: 100%;
}.tiktok_edu .info_item::before {
    display: none;
}.tiktok_edu .head_mentor {
    flex-direction: row;
    gap: 0.5rem 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}.tiktok_edu .head_mentor a {
    padding: 0.5rem 1rem;
    text-align: center;
}.tiktok_edu .head_mentor a::before {
    display: none;
}.tiktok_edu .head_mentor a:hover {
    padding-left: 1rem;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.03);
}.tiktok_edu .cheat_sheet {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.tiktok_edu {
    padding: 3rem 0 1.5rem;
}.tiktok_edu .learn_faq {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.tiktok_edu .text_main_holder {
    gap: 2.5rem;
}.tiktok_edu .nav_mainwrap {
    padding: 1rem;
}.tiktok_edu .nav_mainwrap h5 {
    text-align: center;
}.tiktok_edu .subscribe_holder {
    padding: 1.5rem;
}.tiktok_edu .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.tiktok_edu .cheat_sheet {
    margin-top: 2.5rem;
}}.gratWrap {
    perspective: 1000px;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(212,236,225) 0%, rgb(212,236,225) 60%, rgba(rgb(171,216,200,0.5), 0.05) 100%);
    position: relative;
    overflow: hidden;
}.gratWrap::before,
.gratWrap::after {
    position: absolute;
    content: '';
    pointer-events: none;
}.gratWrap::before {
    height: 70%;
    width: 40%;
    transform: rotate(-15deg) translateZ(-10px);
    left: -10%;
    top: -5%;
    background: linear-gradient(45deg, rgb(171,216,200,0.5) 10%, transparent 70%);
    filter: blur(20px);
    opacity: 0.03;
}.gratWrap::after {
    opacity: 0.04;
    width: 30%;
    filter: blur(15px);
    height: 60%;
    bottom: -10%;
    background: linear-gradient(135deg, rgb(127,187,173,0.5) 10%, transparent 70%);
    right: -5%;
    transform: rotate(10deg) translateZ(-5px);
}.gratWrap .container {
    position: relative;
    transform-style: preserve-3d;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.gratWrap h2 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transform: translateZ(10px);
    color: #000000;
    line-height: 1.3;
    font-size: 38px;
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    max-width: 90%;
}.gratWrap h2::after {
    transform: translateZ(15px) scaleX(1);
    background: linear-gradient(90deg, rgb(171,216,200) 0%, rgb(171,216,200,0.5) 100%);
    width: 80px;
    transform-origin: left;
    height: 3px;
    bottom: -0.8rem;
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    content: '';
}.gratWrap .skill_experts {
    transform: translateZ(20px) rotateY(-2deg);
    margin: 1rem 0;
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    border-radius: 14px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    padding: 2.5rem 3rem;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
}.gratWrap .skill_experts::before {
    content: '';
    border-radius: 100px;
    transform: translateZ(5px);
    left: -10px;
    border: 1px solid rgb(171,216,200,0.5);
    top: -10px;
    bottom: -10px;
    right: -10px;
    position: absolute;
    opacity: 0.1;
    pointer-events: none;
}.gratWrap .skill_experts:hover {
    transform: translateZ(25px) rotateY(0deg);
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.gratWrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.gratWrap li {
    padding-left: 0;
    position: relative;
}.gratWrap li::before {
    position: absolute;
    transform: translateZ(15px) scale(0.95);
    top: -20px;
    left: -30px;
    width: 60px;
    height: 60px;
    transition: all 0.4s ease-out;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(171,216,200,0.5) 0%, transparent 80%);
    opacity: 0.2;
    content: '';
}.gratWrap li span {
    color: #000000;
    line-height: 1.7;
    font-size: 17px;
    transform: translateZ(5px);
    font-family: Arial, sans-serif;
    position: relative;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    display: block;
}

@media (min-width: 992px) {.gratWrap {
    padding: 8rem 0;
}.gratWrap h2 {
    transform: translateZ(15px);
    font-size: calc(38px * 1.1);
    max-width: 80%;
}.gratWrap h2::after {
    width: 100px;
}.gratWrap .skill_experts {
    padding: 3.5rem 4rem;
    margin: 2rem 0;
}.gratWrap li span {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}.gratWrap li::before {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 991px) {.gratWrap {
    padding: 5rem 0;
}.gratWrap h2 {
    max-width: 100%;
    font-size: calc(38px * 0.9);
}.gratWrap .skill_experts {
    transform: translateZ(10px) rotateY(-1deg);
    padding: 2rem 2.5rem;
}
}

@media (max-width: 767px) {.gratWrap {
    padding: 4rem 0;
}.gratWrap h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.gratWrap h2::after {
    width: 60px;
    height: 2px;
}.gratWrap .skill_experts {
    transform: translateZ(5px) rotateY(0deg);
    padding: 1.5rem 2rem;
}.gratWrap li::before {
    width: 40px;
    height: 40px;
    top: -15px;
    left: -20px;
}
}

@media (max-width: 480px) {.gratWrap {
    padding: 3rem 0;
}.gratWrap .container {
    padding: 0 1.5rem;
}.gratWrap h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}.gratWrap .skill_experts {
    padding: 1.25rem 1.5rem;
    margin: 0.5rem 0;
}.gratWrap li span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}

@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(20px) translateZ(0px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(20px);
    }
}

.gratWrap .skill_experts {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.price_item_element {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.price_item_element::before {
    width: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
}.price_item_element .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
}.price_item_element .fee_plans {
    position: relative;
}.price_item_element h2 {
    opacity: 0;
    position: relative;
    animation: fadeInUp 0.8s forwards 0.3s;
    transform: translateY(10px);
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    font-size: calc(33px * 1.2);
}.price_item_element .program_fees {
    max-width: 700px;
    transform: translateY(10px);
    opacity: 0;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    font-size: calc(13px * 1.1);
    text-align: center;
    animation: fadeInUp 0.8s forwards 0.5s;
    margin: 0 auto 40px;
}.price_item_element .pricing_rates {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
}.price_item_element .pricing_rates li {
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    opacity: 0;
    transform: translateY(20px);
    height: 100%;
    animation: fadeInUp 0.8s forwards;
}.price_item_element .pricing_rates li:nth-child(1) {
    --i: 1;
}.price_item_element .pricing_rates li:nth-child(2) {
    --i: 2;
}.price_item_element .pricing_rates li:nth-child(3) {
    --i: 3;
}.price_item_element .pricing_rates li:nth-child(4) {
    --i: 4;
}.price_item_element .bundle_offer {
    height: 100%;
    display: block;
    color: inherit;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.price_item_element .bundle_offer:hover {
    transform: translateY(-10px);
}.price_item_element .pricing_pack {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    border-left: 3px solid rgb(171,216,200);
    border-radius: 3px;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 30px;
}.price_item_element .bundle_offer:hover .pricing_pack {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
}.price_item_element .pricing_pack::before {
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    content: "";
    left: 0;
    height: 5px;
    top: 0;
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    transform-origin: left;
    background: linear-gradient(to right, 
        rgb(171,216,200), 
        rgb(127,187,173));
}.price_item_element .bundle_offer:hover .pricing_pack::before {
    transform: scaleX(1);
}.price_item_element .price_choices {
    flex-direction: column;
    display: flex;
    height: 100%;
}.price_item_element .price_choices h4 {
    margin: 0 0 20px;
    font-size: calc(23px * 1.1);
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
}.price_item_element .price_choices h4::after {
    transition: width 0.4s ease;
    background: rgb(171,216,200);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    content: "";
    height: 3px;
}.price_item_element .bundle_offer:hover .price_choices h4::after {
    width: 60px;
}.price_item_element .price_choices p {
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    margin: 0 0 25px;
    flex-grow: 1;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 13px;
}.price_item_element .learning_package {
    font-size: calc(23px * 1.2);
    padding-top: 15px;
    position: relative;
    display: block;
    font-weight: 700;
    transition: color 0.3s ease;
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: rgb(127,187,173);
}.price_item_element .bundle_offer:hover .learning_package {
    color: rgb(171,216,200);
}

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

@media (max-width: 991px) {.price_item_element {
    padding: 80px 0;
}.price_item_element h2 {
    font-size: 33px;
}.price_item_element .program_fees {
    margin-bottom: 30px;
    font-size: 13px;
}.price_item_element .pricing_rates {
    gap: 20px;
}.price_item_element .pricing_pack {
    padding: 25px;
}
}

@media (max-width: 767px) {.price_item_element {
    padding: 60px 0;
}.price_item_element .pricing_rates {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_item_element .price_choices h4 {
    font-size: 23px;
}.price_item_element .learning_package {
    font-size: 23px;
}
}

@media (max-width: 480px) {.price_item_element {
    padding: 50px 0;
}.price_item_element h2 {
    font-size: calc(33px * 0.9);
}.price_item_element .program_fees {
    font-size: calc(13px * 0.9);
}.price_item_element .pricing_pack {
    padding: 20px;
}}.mentorship_profile {
    overflow: hidden;
    background: linear-gradient(to bottom, #000000 0%, rgb(212,236,225) 100%);
    position: relative;
    padding: 8rem 0;
}.mentorship_profile::before {
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(171,216,200,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(127,187,173,0.5) 0%, transparent 25%);
    content: "";
    filter: blur(60px);
    top: 0;
    height: 100%;
    animation: ambientLight 20s ease-in-out infinite alternate;
    position: absolute;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.mentorship_profile .container {
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    perspective: 1000px;
}.mentorship_profile .success_reviews {
    position: relative;
    border-radius: 13px;
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-wrap: wrap;
    transform: rotateX(5deg) rotateY(-5deg);
    backdrop-filter: blur(15px);
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(127,187,173,0.5),
        inset 0 0 30px rgb(171,216,200,0.5);
    background-color: rgba(255, 255, 255, 0.03);
}.mentorship_profile .success_reviews:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(127,187,173,0.5),
        inset 0 0 50px rgb(171,216,200,0.5);
}.mentorship_profile .photo_gallery {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 180px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateZ(30px);
    top: -90px;
    border: 3px solid #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(171,216,200,0.5);
    height: 180px;
    border-radius: 50%;
}.mentorship_profile .success_reviews:hover .photo_gallery {
    transform: translateX(-50%) translateZ(50px);
}.mentorship_profile .name {
    transform: translateZ(20px);
    font-size: 35px;
    letter-spacing: 1px;
    width: 100%;
    text-shadow: 0 0 10px rgb(171,216,200,0.5);
    font-weight: 700;
    text-align: center;
    margin-top: 100px;
    color: #ffffff;
}.mentorship_profile .success_reviews span:not(.name) {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    width: 100%;
    transform: translateZ(15px);
    letter-spacing: 2px;
    color: rgb(127,187,173);
    font-size: 18px;
    margin-top: 0.5rem;
}.mentorship_profile .experience_log {
    position: relative;
    border-left: 3px solid rgb(171,216,200);
    font-size: 13px;
    line-height: 1.7;
    transform: translateZ(10px);
    margin-top: 2rem;
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    color: #ffffff;
    width: 100%;
    border-radius: 10px;
    padding: 2rem;
}.mentorship_profile .experience_log::before {
    left: 0;
    top: 0;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(171,216,200,0.5) 0%, transparent 70%);
    height: 100%;
    width: 100%;
    content: "";
    mix-blend-mode: overlay;
    border-radius: 10px;
    position: absolute;
}.mentorship_profile .success_reviews:hover .experience_log {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.mentorship_profile {
    padding: 7rem 0 5rem;
}.mentorship_profile .success_reviews {
    padding: 2.5rem 2rem;
}.mentorship_profile .photo_gallery {
    height: 150px;
    width: 150px;
    top: -75px;
}.mentorship_profile .name {
    margin-top: 80px;
}.mentorship_profile .experience_log {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.mentorship_profile {
    padding: 6rem 0 3rem;
}.mentorship_profile .container {
    padding: 0 1rem;
}.mentorship_profile .success_reviews {
    padding: 2rem 1.5rem;
    transform: none;
}.mentorship_profile .photo_gallery {
    height: 120px;
    top: -60px;
    width: 120px;
}.mentorship_profile .name {
    font-size: calc(35px - 2px);
    margin-top: 70px;
}.mentorship_profile .success_reviews span:not(.name) {
    font-size: calc(18px - 1px);
}.mentorship_profile .experience_log {
    padding: 1.2rem;
    margin-top: 1.5rem;
    font-size: calc(13px - 1px);
}.mentorship_profile .success_reviews:hover {
    transform: none;
}}header {
    width: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    z-index: 100;
    position: fixed;
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(171,216,200,0.5) 0%,
        #000000 100%);
    top: 0;
}header::before {
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(127,187,173,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(171,216,200,0.5) 0%, transparent 15%);
    opacity: 0.3;
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    animation: pulse-bg 8s infinite alternate;
    position: absolute;
    left: 0;
}header::after {
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(127,187,173,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(127,187,173,0.5) 100%);
    content: "";
    position: absolute;
    opacity: 0.1;
    background-size: 20px 20px;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
}header .container {
    display: flex;
    padding: 0;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    position: relative;
}header .nav_mentor {
    position: relative;
    align-items: center;
    display: flex;
    width: 100%;
    flex-direction: column;
}header .top_bar {
    justify-content: center;
    display: flex;
    position: relative;
    z-index: 3;
    margin: 1rem 0 1.5rem;
    align-items: center;
    text-decoration: none;
}header .top_bar::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(127,187,173,0.5) 120deg,
            transparent 180deg,
            rgb(171,216,200,0.5) 240deg,
            transparent 360deg
        );
    animation: rotate 10s linear infinite;
    width: 120px;
    z-index: -1;
    opacity: 0.2;
    height: 120px;
}header .top_bar::after {
    content: "";
    background: rgb(127,187,173,0.5);
    height: 70px;
    width: 70px;
    opacity: 0.3;
    z-index: -2;
    animation: pulse-opacity 4s ease infinite alternate;
    position: absolute;
    filter: blur(20px);
    border-radius: 50%;
}header .top_bar svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(171,216,200,0.5));
    transition: all 0.4s ease;
}header .top_bar:hover svg {
    filter: drop-shadow(0 0 12px rgb(127,187,173));
    transform: scale(1.08);
}header .nav_mainwrap {
    width: 100vw;
    scrollbar-width: none;
    overflow-x: auto;
    padding: 1rem 0;
    border-top: 1px solid rgb(171,216,200,0.5);
    position: relative;
    gap: 0.8rem;
    justify-content: center;
    border-bottom: 1px solid rgb(171,216,200,0.5);
    display: flex;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
}header .nav_mainwrap::-webkit-scrollbar {
    display: none;
}header .nav_mainwrap::before {
    z-index: 3;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    height: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
}header .main_head {
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    perspective: 800px;
    z-index: 2;
}header .main_head::before {
    border: 1px solid transparent;
    left: 0;
    transition: all 0.3s ease;
    top: 0;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    transform: translateZ(-10px);
    position: absolute;
    content: "";
    width: 100%;
}header .main_head::after {
    height: 2px;
    left: 50%;
    content: "";
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 0%;
    background: rgb(127,187,173);
    transition: all 0.3s ease;
}header .main_head:hover {
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(127,187,173,0.5);
    color: rgb(127,187,173);
}header .main_head:hover::before {
    transform: translateZ(0);
    border-color: rgb(127,187,173,0.5);
    box-shadow: 0 0 15px rgb(171,216,200,0.5);
}header .main_head:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .top_bar {
    margin: 0.8rem 0 1.2rem;
}header .top_bar svg {
    height: 40px;
}header .main_head {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .top_bar {
    margin: 0.6rem 0 1rem;
}header .top_bar svg {
    height: 35px;
}header .top_bar::before {
    height: 90px;
    width: 90px;
}header .top_bar::after {
    height: 50px;
    width: 50px;
}header .nav_mainwrap {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .main_head {
    font-size: calc(16px - 2px);
    padding: 0.4rem 1rem;
}header .main_head:first-child {
    margin-left: 2rem;
}header .main_head:last-child {
    margin-right: 2rem;
}
}