* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.site_core {
    flex: 1 0 auto;
}.scholar_cta {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    width: 1119px;
    margin: auto;
}.wrap-structure {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    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;
}}
.contact_form_box {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}.contact_form_box::before {
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    opacity: 0.9;
    background: linear-gradient(135deg, rgb(180,148,170) 0%, rgb(207,184,199) 100%);
    top: 0;
    height: 100%;
    z-index: 0;
}.contact_form_box .container {
    position: relative;
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
}.contact_form_box .request_feedbackenpgP {
    border-radius: 0;
    gap: 0;
    overflow: hidden;
    display: grid;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    grid-template-columns: 1fr 1fr;
}.contact_form_box .message_map {
    background: rgb(231,219,227);
    padding: 50px;
    position: relative;
}.contact_form_box .message_map::after {
    content: '';
    position: absolute;
    height: 100%;
    right: 0;
    background: linear-gradient(to bottom, rgb(207,184,199), rgb(180,148,170));
    width: 5px;
    top: 0;
}.contact_form_box .message_map h3 {
    position: relative;
    padding-bottom: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    font-size: 36px;
}.contact_form_box .message_map h3::after {
    bottom: 0;
    position: absolute;
    content: '';
    height: 4px;
    width: 80px;
    left: 0;
    background: rgb(207,184,199);
}.contact_form_box .message_map div {
    align-items: center;
    padding-left: 15px;
    margin-bottom: 30px;
    display: flex;
    position: relative;
}.contact_form_box .message_map div::before {
    top: 50%;
    content: '';
    background: rgb(207,184,199);
    left: 0;
    border-radius: 10px;
    transform: translateY(-50%);
    height: 100%;
    opacity: 0.5;
    position: absolute;
    width: 5px;
}.contact_form_box .message_map div:hover::before {
    height: 120%;
    opacity: 1;
    transition: all 0.3s ease;
}.contact_form_box .message_map div svg {
    width: 22px;
    margin-right: 20px;
    height: 22px;
}.contact_form_box .message_map div svg path {
    fill: rgb(207,184,199);
}.contact_form_box .message_map div span {
    font-weight: 400;
    font-size: calc(12px * 0.95);
    color: #000000;
}.contact_form_box .message_map div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_form_box .message_map div span a:hover {
    color: rgb(207,184,199);
}.contact_form_box .reach_card {
    padding: 50px;
    background: rgba(0, 0, 0, 0.5);
}.contact_form_box .reach_card h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
}.contact_form_box form {
    flex-direction: column;
    display: flex;
}.contact_form_box form input[type="text"],
.contact_form_box form input[type="email"] {
    color: #ffffff;
    margin-bottom: 25px;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    background: transparent;
    padding: 15px 5px;
    transition: all 0.3s ease;
}.contact_form_box form input[type="text"]:focus,
.contact_form_box form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(180,148,170);
}.contact_form_box form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_form_box .support_message {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 25px;
}.contact_form_box .support_message input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_box .support_message label {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
}.contact_form_box .support_message label::before {
    top: 2px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    content: '';
    left: 0;
    width: 18px;
    background-color: transparent;
    height: 18px;
    transition: all 0.3s ease;
    position: absolute;
}.contact_form_box .support_message input[type="checkbox"]:checked + label::before {
    background-color: rgb(180,148,170);
    border-color: rgb(180,148,170);
}.contact_form_box .support_message input[type="checkbox"]:checked + label::after {
    height: 10px;
    position: absolute;
    content: '';
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    top: 6px;
    left: 6px;
}.contact_form_box .support_message label a {
    color: rgb(180,148,170);
    text-decoration: none;
}.contact_form_box .support_message label a:hover {
    text-decoration: underline;
}.contact_form_box form .feedback_help {
    z-index: 1;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    background: rgb(180,148,170);
    border: none;
    transition: color 0.3s ease;
    padding: 15px 35px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    align-self: flex-start;
    font-size: 19px;
}.contact_form_box form .feedback_help::before {
    content: '';
    z-index: -1;
    width: 0;
    top: 0;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    background: rgb(207,184,199);
    height: 100%;
}.contact_form_box form .feedback_help:hover::before {
    width: 100%;
}@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.contact_form_box .message_map div:nth-child(even) {
    animation: pulse 4s infinite;
}

@media screen and (max-width: 992px) {.contact_form_box .request_feedbackenpgP {
    grid-template-columns: 1fr;
}.contact_form_box .message_map::after {
    display: none;
}.contact_form_box .message_map,
    .contact_form_box .reach_card {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact_form_box {
    padding: 60px 0;
}.contact_form_box .message_map,
    .contact_form_box .reach_card {
    padding: 30px 20px;
}.contact_form_box .message_map h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.85);
}.contact_form_box .message_map div {
    margin-bottom: 20px;
}.contact_form_box form .feedback_help {
    width: 100%;
    padding: 12px 20px;
}}.title_board {
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
    position: relative;
}.title_board .edu_title {
    left: 0;
    justify-content: center;
    display: flex;
    width: 100%;
    position: absolute;
    top: 0;
    align-items: center;
    height: 100%;
}.title_board .edu_title::before {
    top: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 40%, 
    rgb(207,184,199,0.5), 
    #000000 85%);
    left: 0;
}.title_board .edu_title::after {
    content: "";
    top: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    left: 0;
    background-size: 200px 200px, 150px 150px, 100px 100px;
    z-index: 2;
    animation: constellation 20s linear infinite;
    position: absolute;
    background: 
    radial-gradient(circle at 75% 25%, transparent 20px, rgba(0, 0, 0, 0.5) 21px, transparent 22px),
    radial-gradient(circle at 25% 75%, transparent 15px, rgb(180,148,170,0.5) 16px, transparent 17px),
    radial-gradient(circle at 85% 85%, transparent 10px, rgb(207,184,199,0.5) 11px, transparent 12px);
}.title_board .learn_study {
    z-index: 3;
    transform: translateY(-20px);
    width: 85%;
    max-width: 1200px;
    position: relative;
    animation: fadeUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}.title_board .learn_study > div {
    transform: translateY(30px);
    opacity: 0;
    position: relative;
}.title_board .learn_study > div:nth-child(1) {
    margin-left: 5%;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}.title_board .learn_study > div:nth-child(2) {
    margin-left: 0;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}.title_board .learn_study > div:nth-child(3) {
    margin-left: 10%;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
}.title_board p {
    margin-bottom: 0.8rem;
    color: rgb(180,148,170);
    font-family: Arial, sans-serif;
    font-size: calc(13px * 1.2);
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
}.title_board p::before {
    transform-origin: top;
    top: 0;
    height: 100%;
    background: rgb(180,148,170);
    position: absolute;
    content: "";
    width: 4px;
    animation: lineDown 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1s forwards;
    left: 0;
}.title_board h1.title_style_header {
    position: relative;
    font-size: calc(47px * 1.2);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding-right: 10%;
    font-family: Arial, sans-serif;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0.5rem 0 1.5rem;
    font-weight: 700;
}.title_board h1.title_style_header::after {
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, rgb(207,184,199), rgb(180,148,170));
    width: 120px;
    left: 0;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s forwards;
    height: 4px;
}.title_board h3 {
    font-size: calc(19px * 1.1);
    color: rgb(255, 255, 255, 0.5);
    margin-top: 1.5rem;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    line-height: 1.6;
    position: relative;
    font-weight: 400;
    max-width: 90%;
}.title_board h3::before {
    width: 4px;
    top: 0;
    background: rgb(207,184,199,0.5);
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
}

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

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes lineDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

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

@keyframes constellation {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 200px 200px, -150px 150px, 100px -100px;
  }
}

@media screen and (max-width: 1200px) {.title_board h1.title_style_header {
    font-size: calc(47px * 1.1);
    padding-right: 5%;
}.title_board p {
    font-size: calc(13px * 1.1);
}.title_board h3 {
    font-size: 19px;
    max-width: 95%;
}
}

@media screen and (max-width: 992px) {.title_board .learn_study {
    width: 90%;
}.title_board h1.title_style_header {
    padding-right: 0;
    font-size: 47px;
}.title_board .learn_study > div:nth-child(1) {
    margin-left: 2%;
}.title_board .learn_study > div:nth-child(3) {
    margin-left: 5%;
}
}

@media screen and (max-width: 768px) {.title_board h1.title_style_header {
    font-size: calc(47px * 0.9);
}.title_board p {
    font-size: 13px;
}.title_board h3 {
    max-width: 100%;
    font-size: calc(19px * 0.9);
}.title_board .edu_title::after {
    background-size: 150px 150px, 100px 100px, 80px 80px;
}.title_board .learn_study > div:nth-child(1),
  .title_board .learn_study > div:nth-child(3) {
    margin-left: 0;
}
}

@media screen and (max-width: 576px) {.title_board .learn_study {
    width: 95%;
    padding: 1rem;
}.title_board h1.title_style_header {
    font-size: calc(47px * 0.8);
}.title_board p {
    font-size: calc(13px * 0.9);
    padding: 0.5rem 1rem;
}.title_board h3 {
    padding-left: 15px;
    font-size: calc(19px * 0.8);
}.title_board h1.title_style_header::after {
    height: 3px;
    width: 80px;
}}footer {
    position: relative;
    width: 100%;
}footer .scholar_cta {
    background-color: rgb(180,148,170);
    color: #ffffff;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
}footer .scholar_cta::before {
    width: 100%;
    opacity: 0.05;
    background-image: 
        linear-gradient(30deg, rgb(180,148,170) 12%, transparent 12.5%, transparent 87%, rgb(180,148,170) 87.5%, rgb(180,148,170)),
        linear-gradient(150deg, rgb(180,148,170) 12%, transparent 12.5%, transparent 87%, rgb(180,148,170) 87.5%, rgb(180,148,170)),
        linear-gradient(30deg, rgb(180,148,170) 12%, transparent 12.5%, transparent 87%, rgb(180,148,170) 87.5%, rgb(180,148,170)),
        linear-gradient(150deg, rgb(180,148,170) 12%, transparent 12.5%, transparent 87%, rgb(180,148,170) 87.5%, rgb(180,148,170)),
        linear-gradient(60deg, rgb(207,184,199,0.5) 25%, transparent 25.5%, transparent 75%, rgb(207,184,199,0.5) 75%, rgb(207,184,199,0.5)),
        linear-gradient(60deg, rgb(207,184,199,0.5) 25%, transparent 25.5%, transparent 75%, rgb(207,184,199,0.5) 75%, rgb(207,184,199,0.5));
    background-size: 80px 140px;
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    height: 100%;
    content: "";
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
}footer .scholar_cta::after {
    height: 5px;
    background: linear-gradient(90deg, rgb(207,184,199), rgb(180,148,170));
    content: "";
    top: 0;
    width: 100%;
    pointer-events: none;
    left: 0;
    position: absolute;
}footer .testimonial {
    position: relative;
    z-index: 1;
}footer .get_assist {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
    margin-bottom: 60px;
}footer .info_item {
    background-color: rgba(255, 255, 255, 0.03);
    max-width: 300px;
    transition: all 0.4s ease;
    min-height: 60px;
    justify-content: center;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    padding: 20px 25px;
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
    min-width: 200px;
    flex: 0 1 auto;
}footer .info_item::before {
    z-index: -1;
    background-color: rgb(180,148,170);
    content: "";
    top: 3px;
    pointer-events: none;
    bottom: 3px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    right: 3px;
    position: absolute;
    left: 3px;
}footer .info_item:hover {
    background-color: rgb(207,184,199);
    transform: translateY(-5px);
}footer .info_item svg {
    fill: rgb(207,184,199);
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    transition: fill 0.3s ease;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    height: 100%;
    z-index: 1;
    font-size: 13px;
    transition: all 0.3s ease;
    display: flex;
    white-space: nowrap;
    width: 100%;
    color: #ffffff;
    text-overflow: ellipsis;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    align-items: center;
}footer .text_main_holder {
    padding-top: 40px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 50px;
    position: relative;
}footer .text_main_holder::before {
    content: "";
    top: 0;
    left: 10%;
    width: 80%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    pointer-events: none;
    height: 1px;
    position: absolute;
}footer .head_pagewrap {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    max-width: 350px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    padding: 20px;
    justify-content: center;
}footer .head_pagewrap::before {
    background-color: rgb(180,148,170);
    bottom: 3px;
    content: "";
    left: 3px;
    top: 3px;
    pointer-events: none;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
    position: absolute;
    right: 3px;
}footer .head_pagewrap svg {
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
}footer .peer_help {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 16px;
}footer .first_expert {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 23px;
    position: relative;
    padding: 30px;
}footer .first_expert h5 {
    color: #ffffff;
    font-size: 23px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
}footer .first_expert h5::after {
    position: absolute;
    background-color: rgb(207,184,199);
    left: 0;
    height: 2px;
    pointer-events: none;
    content: "";
    width: 50px;
    bottom: 0;
}footer .nav_sitebar {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 5px;
    margin-bottom: 20px;
}footer .nav_sitebar a {
    background-color: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 13px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}footer .nav_sitebar a::before {
    content: "";
    opacity: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid rgb(207,184,199);
    left: 5px;
    transition: all 0.3s ease;
    width: 0;
    top: 50%;
    height: 0;
    pointer-events: none;
    position: absolute;
    border-bottom: 4px solid transparent;
    transform: translateY(-50%);
}footer .nav_sitebar a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
    color: #ffffff;
}footer .nav_sitebar a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 30px;
}footer .subscribe_holder::before {
    top: 0;
    height: 100%;
    opacity: 0.05;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(207,184,199,0.5) 49%, rgb(207,184,199,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(207,184,199,0.5) 49%, rgb(207,184,199,0.5) 51%, transparent 52%);
    left: 0;
    position: absolute;
    content: "";
    border-radius: 23px;
    width: 100%;
    pointer-events: none;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    font-size: 23px;
}footer .subscribe_holder p {
    font-size: 13px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    z-index: 5;
    gap: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
}footer .input_holder input[type="email"] {
    width: 100%;
    transition: all 0.3s ease;
    z-index: 5;
    cursor: text;
    -webkit-appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    appearance: none;
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 10px;
    padding: 14px 16px;
    color: #ffffff;
    font-size: 13px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(207,184,199);
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .join_wrap {
    transition: all 0.3s ease;
    z-index: 5;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background-color: rgb(207,184,199);
    width: 100%;
    cursor: pointer;
    position: relative;
    border: none;
    border-radius: 10px;
    padding: 14px 20px;
    color: #ffffff;
}footer .join_wrap:hover {
    background-color: rgb(180,148,170);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .encrypt_cta {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .case_study {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 0 20px;
    position: relative;
    font-size: 16px;
}footer .case_study::before,
footer .case_study::after {
    top: 50%;
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
    height: 1px;
    position: absolute;
    width: 20px;
}footer .case_study::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .case_study::after {
    transform: rotate(45deg);
    right: -10px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .join_wrap {
    width: auto;
    flex-shrink: 0;
    min-width: 150px;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .nav_sitebar {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .scholar_cta {
    padding: 60px 0 30px;
}footer .get_assist {
    margin-bottom: 40px;
}footer .info_item {
    min-width: 150px;
    padding: 15px 20px;
}footer .first_expert, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head_pagewrap {
    padding: 15px;
    margin-bottom: 20px;
}footer .encrypt_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .scholar_cta {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .first_expert h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(23px - 2px);
}footer .first_expert, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .join_wrap {
    padding: 12px;
}}.course_demographic {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(231,219,227);
    position: relative;
}.course_demographic::before {
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(207,184,199,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(180,148,170,0.5) 0%, transparent 40%);
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
}.course_demographic .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.course_demographic .pro_learning {
    border-radius: 28px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    background: rgb(231,219,227);
    position: relative;
    padding: 50px;
}.course_demographic h4 {
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 31px;
    margin-bottom: 50px;
    text-align: center;
}.course_demographic h4::after {
    height: 4px;
    width: 80px;
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(207,184,199), rgb(180,148,170));
    border-radius: 2px;
    content: "";
    left: 50%;
}.course_demographic div {
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
}.course_demographic div p {
    margin: 0;
    border-radius: 28px;
    color: #000000;
    transition: all 0.3s ease;
    background: rgb(231,219,227);
    align-items: center;
    font-size: 16px;
    min-width: 250px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    line-height: 1.6;
    padding: 25px;
    position: relative;
    display: flex;
    overflow: hidden;
    flex: 1 1 calc(33.333% - 20px);
}.course_demographic div p:hover {
    transform: translateY(-5px);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.course_demographic div p::before {
    width: 5px;
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.7;
    background: linear-gradient(180deg, rgb(207,184,199), rgb(180,148,170));
    top: 0;
    left: 0;
    border-radius: 5px 0 0 5px;
}.course_demographic div p svg {
    background: rgb(231,219,227);
    transition: all 0.3s ease;
    width: 40px;
    border-radius: 50%;
    min-width: 40px;
    padding: 8px;
    height: 40px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    margin-right: 20px;
}.course_demographic div p:hover svg {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: rotate(10deg);
}.course_demographic div p svg path {
    fill: rgb(207,184,199);
    transition: fill 0.3s ease;
}.course_demographic div p:hover svg path {
    fill: rgb(180,148,170);
}

@media (max-width: 1100px) {.course_demographic div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.course_demographic {
    padding: 80px 0;
}.course_demographic .pro_learning {
    padding: 40px 30px;
}.course_demographic h4 {
    margin-bottom: 40px;
    font-size: calc(31px - 2px);
}.course_demographic div {
    gap: 20px;
}.course_demographic div p {
    padding: 20px;
}.course_demographic div p svg {
    min-width: 35px;
    height: 35px;
    width: 35px;
    margin-right: 15px;
}
}

@media (max-width: 767px) {.course_demographic {
    padding: 60px 0;
}.course_demographic .pro_learning {
    padding: 30px 20px;
}.course_demographic h4 {
    font-size: calc(31px - 4px);
    margin-bottom: 35px;
}.course_demographic div p {
    padding: 18px;
    flex: 1 1 100%;
}.course_demographic div p svg {
    height: 30px;
    min-width: 30px;
    padding: 6px;
    width: 30px;
    margin-right: 15px;
}
}

@media (max-width: 479px) {.course_demographic {
    padding: 40px 0;
}.course_demographic .pro_learning {
    padding: 25px 15px;
}.course_demographic h4 {
    font-size: calc(31px - 6px);
    margin-bottom: 30px;
}.course_demographic div {
    gap: 15px;
}.course_demographic div p {
    font-size: calc(16px - 1px);
    padding: 15px;
}.course_demographic div p svg {
    width: 26px;
    min-width: 26px;
    height: 26px;
    padding: 5px;
    margin-right: 12px;
}}.training_specialist {
    position: relative;
    padding: 80px 0;
    background-color: rgb(231,219,227);
    overflow: hidden;
}.training_specialist::before {
    top: -10%;
    z-index: 1;
    position: absolute;
    width: 120%;
    transform: rotate(-3deg);
    background: linear-gradient(135deg, rgb(207,184,199,0.5) 0%, transparent 70%);
    height: 120%;
    opacity: 0.07;
    left: -5%;
    content: "";
}.training_specialist::after {
    position: absolute;
    width: 50%;
    bottom: -5%;
    z-index: 1;
    height: 70%;
    background: radial-gradient(circle at bottom right, rgb(180,148,170,0.5) 0%, transparent 70%);
    right: -5%;
    opacity: 0.05;
    content: "";
}.training_specialist .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.training_specialist .success_voices {
    position: relative;
    gap: 30px;
    padding: 40px;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.98));
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 0 5px 15px rgba(0,0,0,0.03);
    transform: perspective(1000px) rotateX(1deg);
}.training_specialist .success_voices::before {
    width: 100%;
    background: linear-gradient(45deg, rgb(207,184,199,0.5) 0%, transparent 100%);
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0.04;
    position: absolute;
    height: 100%;
}.training_specialist .success_voices > div:first-child {
    margin: 0 auto;
    transform: translateY(-10px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 180px;
    position: relative;
    height: 180px;
}.training_specialist .success_voices > div:first-child:hover {
    transform: translateY(-15px) scale(1.02);
}.training_specialist .img_center {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.05);
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: 5px;
}.training_specialist .img_center::after {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.2));
    content: "";
    left: 0;
}.training_specialist .success_voices > div:nth-child(2) {
    position: relative;
    animation: fadeIn 0.8s ease-out forwards;
    text-align: center;
}.training_specialist .name {
    letter-spacing: 0.4px;
    font-weight: 700;
    font-size: calc(24px * 1.1);
    position: relative;
    margin-bottom: 8px;
    color: rgb(207,184,199);
    display: inline-block;
}.training_specialist .name::after {
    background: linear-gradient(to right, rgb(207,184,199,0.5), rgb(180,148,170,0.5));
    transform: translateX(-50%);
    transition: width 0.3s ease;
    opacity: 0.7;
    bottom: -5px;
    width: 40%;
    position: absolute;
    content: "";
    left: 50%;
    height: 2px;
}.training_specialist .success_voices > div:nth-child(2):hover .name::after {
    width: 70%;
}.training_specialist .success_voices > div:nth-child(2) > div {
    opacity: 0.9;
    font-style: italic;
    margin-top: 10px;
    color: #000000;
    font-size: calc(16px * 0.95);
}.training_specialist .success_voices > div:nth-child(3) {
    margin-top: 15px;
    position: relative;
}.training_specialist .exp_grid {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    padding: 0 15px;
    position: relative;
}.training_specialist .exp_grid::before,
.training_specialist .exp_grid::after {
    content: "";
    font-size: 60px;
    opacity: 0.1;
    position: absolute;
    color: rgb(207,184,199);
    font-family: Georgia, serif;
}.training_specialist .exp_grid::before {
    left: -15px;
    top: -20px;
}.training_specialist .exp_grid::after {
    bottom: -50px;
    content: "";
    right: -15px;
}

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

@media (min-width: 768px) {.training_specialist {
    padding: 100px 0;
}.training_specialist .success_voices {
    grid-template-rows: auto 1fr;
    padding: 60px;
    grid-template-columns: 200px 1fr;
}.training_specialist .success_voices > div:first-child {
    width: 200px;
    height: 200px;
    margin: 0;
    grid-row: 1 / 3;
}.training_specialist .success_voices > div:nth-child(2) {
    text-align: left;
    padding-left: 30px;
}.training_specialist .name::after {
    left: 0;
    transform: none;
}.training_specialist .success_voices > div:nth-child(3) {
    padding-left: 30px;
    grid-column: 2;
    margin-top: 0;
}
}

@media (min-width: 992px) {.training_specialist .success_voices {
    gap: 40px;
    padding: 70px;
    grid-template-columns: 250px 1fr;
}.training_specialist .success_voices > div:first-child {
    width: 250px;
    height: 300px;
}.training_specialist .name {
    font-size: calc(24px * 1.2);
}.training_specialist .exp_grid {
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1200px) {.training_specialist .success_voices {
    max-width: 1100px;
    margin: 0 auto;
    transform: perspective(1200px) rotateX(1deg) rotateY(-0.5deg);
}.training_specialist .exp_grid {
    padding: 0 25px;
}
}

@media (max-width: 767px) {.training_specialist {
    padding: 60px 0;
}.training_specialist .success_voices {
    padding: 30px;
}.training_specialist .exp_grid {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}}.program_overview {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(231,219,227) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.program_overview::before {
    width: 200px;
    background: radial-gradient(circle, rgb(207,184,199,0.5) 0%, transparent 70%);
    opacity: 0.3;
    right: -50px;
    top: -50px;
    height: 200px;
    position: absolute;
    content: "";
    border-radius: 50%;
    animation: floatEffect 15s infinite alternate ease-in-out;
}.program_overview::after {
    position: absolute;
    background: radial-gradient(circle, rgb(180,148,170,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.2;
    height: 150px;
    bottom: -30px;
    left: -30px;
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
    width: 150px;
}.program_overview .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.program_overview .job_training {
    transform-style: preserve-3d;
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
    perspective: 1000px;
}.program_overview .img_center {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateZ(20px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 350px;
    overflow: hidden;
}.program_overview .img_center::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(207,184,199,0.5) 0%, transparent 50%);
    mix-blend-mode: overlay;
    opacity: 0.6;
}.program_overview .img_center::after {
    animation: orbitEffect 20s infinite linear;
    width: 200%;
    position: absolute;
    top: -50%;
    height: 200%;
    left: -50%;
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
}.program_overview .summary_frame {
    transition: transform 0.4s ease-out;
    transform: translateZ(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}.program_overview .summary_frame:hover {
    transform: translateZ(15px);
}.program_overview h3 {
    position: relative;
    line-height: 1.4;
    margin-bottom: 25px;
    color: rgb(207,184,199);
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: calc(19px * 1.1);
}.program_overview h3::after {
    width: 60px;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(207,184,199) 0%, rgb(180,148,170) 100%);
    transform: scaleX(1);
    bottom: -10px;
    content: "";
    left: 0;
    transform-origin: left;
    transition: transform 0.4s ease-out;
}.program_overview .summary_frame:hover h3::after {
    transform: scaleX(1.5);
}.program_overview .description {
    position: relative;
    color: #000000;
    overflow-y: auto;
    scrollbar-color: rgb(180,148,170,0.5) transparent;
    margin-bottom: 20px;
    max-height: 300px;
    font-size: 17px;
    scrollbar-width: thin;
    line-height: 1.8;
}.program_overview .description::-webkit-scrollbar {
    width: 6px;
}.program_overview .description::-webkit-scrollbar-track {
    background: transparent;
}.program_overview .description::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(180,148,170,0.5);
}.program_overview p.description {
    display: block;
}.program_overview span.description {
    display: none;
}.program_overview .job_training div {
    position: relative;
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, 20px);
    }
}

@keyframes orbitEffect {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.program_overview .job_training {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.program_overview .img_center {
    height: 450px;
    transform: translateZ(30px) rotateY(-3deg);
}.program_overview h3 {
    font-size: 37px;
    margin-bottom: 30px;
}.program_overview h3::after {
    width: 80px;
}.program_overview .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_overview {
    padding: 150px 0;
}.program_overview .container {
    padding: 0 40px;
}.program_overview .job_training {
    gap: 80px;
}.program_overview .img_center {
    height: 500px;
    transform: translateZ(40px) rotateY(-5deg);
}.program_overview .summary_frame {
    padding: 40px;
    transform: translateZ(20px) rotateY(2deg);
}.program_overview .summary_frame:hover {
    transform: translateZ(25px) rotateY(2deg);
}.program_overview .description {
    font-size: calc(17px * 1.05);
    max-height: 400px;
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.program_overview .img_center {
    height: 550px;
}.program_overview .job_training {
    gap: 100px;
}.program_overview .description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.program_overview {
    padding: 80px 0;
}.program_overview .container {
    padding: 0 15px;
}.program_overview .summary_frame {
    padding: 25px 20px;
}.program_overview h3 {
    font-size: 20px;
    margin-bottom: 20px;
}.program_overview .description {
    max-height: 250px;
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}}.privacy_lock {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 3rem 1rem;
    background: linear-gradient(145deg, rgb(231,219,227), #ffffff 80%);
}.privacy_lock::before {
    content: "";
    z-index: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgba(rgb(207,184,199,0.5), 0.03), rgba(rgb(180,148,170,0.5), 0.02));
    height: 100%;
    top: 0;
    pointer-events: none;
    left: 0;
}.privacy_lock::after {
    right: -20%;
    position: absolute;
    pointer-events: none;
    height: 100%;
    background: radial-gradient(circle, rgba(rgb(207,184,199,0.5), 0.05), transparent 70%);
    content: "";
    z-index: 0;
    transform: rotate(30deg);
    width: 60%;
    top: -50%;
}.privacy_lock .container {
    max-width: 1140px;
    z-index: 1;
    background: rgba(#ffffff, 0.9);
    padding: 2rem;
    transform: translateZ(0);
    transition: transform 0.3s ease-out;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-left: 3px solid rgb(207,184,199);
}.privacy_lock .container:hover {
    box-shadow: 0 14px 40px rgba(rgba(0, 0, 0, 0.5), 0.09),
                0 2px 6px rgba(rgba(0, 0, 0, 0.5), 0.06);
    transform: translateY(-3px) translateZ(0);
}.privacy_lock h1 {
    padding-bottom: 0.8rem;
    letter-spacing: -0.02em;
    color: rgb(207,184,199);
    margin-bottom: 1.8rem;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    font-size: calc(46px * 1.05);
}.privacy_lock h1::after {
    position: absolute;
    height: 3px;
    transition: width 0.3s ease;
    content: "";
    background: linear-gradient(to right, rgb(207,184,199), rgb(180,148,170));
    left: 0;
    width: 80px;
    bottom: 0;
    transform-origin: left;
}.privacy_lock h2 {
    font-weight: 600;
    position: relative;
    padding-left: 1rem;
    font-size: 28px;
    color: rgb(180,148,170);
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
}.privacy_lock h2::before {
    content: "";
    position: absolute;
    height: 75%;
    top: 0.2em;
    opacity: 0.8;
    left: 0;
    transform: scaleY(0.9);
    background: rgb(207,184,199);
    width: 3px;
}.privacy_lock h3 {
    font-weight: 600;
    margin-top: 2rem;
    font-size: calc(28px * 0.85);
    color: #000000;
    margin-bottom: 1rem;
    padding-left: 0.8rem;
    position: relative;
}.privacy_lock h3::before {
    background: rgb(180,148,170);
    left: 0;
    transform: scaleY(0.9);
    top: 0.25em;
    position: absolute;
    opacity: 0.8;
    width: 2px;
    height: 70%;
    content: "";
}.privacy_lock h4 {
    position: relative;
    font-size: calc(28px * 0.7);
    padding-left: 0.6rem;
    margin-top: 1.5rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.8rem;
}.privacy_lock h4::before {
    left: 0;
    opacity: 0.6;
    width: 2px;
    position: absolute;
    content: "";
    height: 65%;
    top: 0.3em;
    background: rgb(180,148,170);
}.privacy_lock p {
    color: #000000;
    margin-bottom: 1.3rem;
    line-height: 1.7;
    position: relative;
    font-size: 12px;
}.privacy_lock span {
    padding-left: 0.5rem;
    border-left: 1px solid rgba(rgb(207,184,199,0.5), 0.3);
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.3rem;
    display: block;
}.privacy_lock ul {
    padding-left: 1.2rem;
    position: relative;
    margin-bottom: 2rem;
}.privacy_lock ul::before {
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(207,184,199), transparent);
    left: 0;
    width: 1px;
    opacity: 0.2;
    top: 0;
}.privacy_lock li {
    line-height: 1.6;
    position: relative;
    padding-left: 0.5rem;
    margin-bottom: 0.8rem;
    color: #000000;
    font-size: 12px;
}.privacy_lock li::before {
    transform: rotate(45deg);
    top: 0.7rem;
    opacity: 0.8;
    background: rgb(207,184,199);
    border-radius: 1px;
    content: "";
    left: -1.2rem;
    height: 6px;
    width: 6px;
    position: absolute;
}.privacy_lock strong {
    position: relative;
    font-weight: 600;
    color: rgb(180,148,170);
}.privacy_lock p strong::after {
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: rgb(180,148,170);
    opacity: 0.3;
    bottom: -2px;
    transform: scaleX(0.97);
    position: absolute;
}

@media (min-width: 768px) {.privacy_lock {
    padding: 5rem 2rem;
}.privacy_lock .container {
    padding: 3rem 4rem;
    border-left-width: 4px;
}.privacy_lock h1 {
    padding-bottom: 1rem;
    font-size: calc(46px * 1.2);
    margin-bottom: 2.5rem;
}.privacy_lock h1::after {
    height: 4px;
    width: 120px;
}.privacy_lock h2 {
    font-size: calc(28px * 1.1);
    padding-left: 1.5rem;
    margin-top: 3rem;
}.privacy_lock h2::before {
    width: 4px;
}.privacy_lock p, .privacy_lock span {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}.privacy_lock ul {
    padding-left: 2rem;
}.privacy_lock li {
    padding-left: 0.8rem;
    font-size: calc(12px * 1.05);
}.privacy_lock li::before {
    height: 7px;
    width: 7px;
    left: -1.4rem;
}
}

@media (min-width: 992px) {.privacy_lock {
    padding: 6rem 3rem;
}.privacy_lock .container {
    border-left-width: 5px;
    padding: 4rem 5rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.privacy_lock h1 {
    margin-bottom: 3rem;
    font-size: calc(46px * 1.3);
}.privacy_lock h1::after {
    width: 140px;
}.privacy_lock p, .privacy_lock span {
    font-size: calc(12px * 1.08);
}.privacy_lock ul {
    padding-left: 2.5rem;
}.privacy_lock li {
    font-size: calc(12px * 1.08);
}
}

@media (max-width: 767px) {.privacy_lock .container {
    padding: 1.5rem;
}.privacy_lock h1 {
    font-size: calc(46px * 0.9);
    margin-bottom: 1.5rem;
}.privacy_lock h2 {
    font-size: calc(28px * 0.95);
    margin-top: 2rem;
}.privacy_lock h3, .privacy_lock h4 {
    font-size: calc(28px * 0.8);
}.privacy_lock p, .privacy_lock span, .privacy_lock li {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.privacy_lock {
    padding: 2rem 0.5rem;
}.privacy_lock .container {
    padding: 1.25rem;
}.privacy_lock h1 {
    padding-bottom: 0.6rem;
    margin-bottom: 1.2rem;
    font-size: calc(46px * 0.85);
}.privacy_lock h2 {
    padding-left: 0.8rem;
    margin-top: 1.8rem;
    font-size: calc(28px * 0.9);
}.privacy_lock h3, .privacy_lock h4 {
    padding-left: 0.5rem;
    font-size: calc(28px * 0.75);
}.privacy_lock p, .privacy_lock span, .privacy_lock li {
    font-size: calc(12px * 0.9);
    line-height: 1.55;
}.privacy_lock ul {
    padding-left: 1rem;
}.privacy_lock li::before {
    left: -1rem;
    top: 0.6rem;
    width: 5px;
    height: 5px;
}}.gratCard {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(207,184,199,0.5), rgb(180,148,170) 120%);
    position: relative;
    overflow: hidden;
}.gratCard::before {
    transform: rotate(-15deg);
    pointer-events: none;
    position: absolute;
    opacity: 0.05;
    content: "";
    background: rgb(255, 255, 255, 0.5);
    width: 50%;
    right: -10%;
    top: -10%;
    height: 60%;
}.gratCard::after {
    position: absolute;
    bottom: -5%;
    left: -5%;
    height: 30%;
    background: rgb(207,184,199);
    content: "";
    transform: rotate(10deg);
    width: 40%;
    pointer-events: none;
    opacity: 0.1;
}.gratCard .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.gratCard .pro_learning {
    flex-direction: column;
    transform: translateY(0);
    background: #ffffff;
    gap: 40px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    display: flex;
    padding: 60px 50px;
    position: relative;
}.gratCard .pro_learning:hover {
    transform: translateY(-5px);
}.gratCard .pro_learning::before {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    width: 4px;
    background: linear-gradient(to bottom, rgb(207,184,199), rgb(180,148,170));
}.gratCard .pro_learning div:first-child {
    position: relative;
    padding-bottom: 25px;
}.gratCard .pro_learning div:first-child::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(207,184,199,0.5);
    width: 80px;
    height: 2px;
    content: "";
}.gratCard .pro_learning h5 {
    transform: translateX(0);
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    transition: transform 0.4s ease-out;
    font-size: 19px;
    color: #000000;
}.gratCard .pro_learning:hover h5 {
    transform: translateX(8px);
}.gratCard .pro_learning div:last-child {
    position: relative;
}.gratCard .pro_learning a {
    display: block;
    text-decoration: none;
    transition: all 0.4s ease;
}.gratCard .pro_learning p {
    margin: 0;
    transition: color 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    font-size: 15px;
}.gratCard .pro_learning a:hover p {
    color: rgb(207,184,199);
}.gratCard .pro_learning a::before {
    opacity: 0;
    background: linear-gradient(135deg, transparent, rgb(180,148,170,0.5) 60%);
    right: -10px;
    transition: opacity 0.5s ease;
    bottom: -10px;
    width: 40%;
    height: 40%;
    position: absolute;
    z-index: 0;
    content: "";
}.gratCard .pro_learning a:hover::before {
    opacity: 0.1;
}

@media (min-width: 768px) {.gratCard .pro_learning {
    padding: 70px 80px;
}.gratCard .pro_learning::before {
    width: 6px;
}.gratCard .pro_learning div:first-child::after {
    width: 120px;
}
}

@media (max-width: 767px) {.gratCard {
    padding: 60px 0;
}.gratCard .pro_learning {
    gap: 25px;
    padding: 40px 30px;
}.gratCard .pro_learning h5 {
    font-size: calc(19px - 2px);
}.gratCard .pro_learning p {
    font-size: calc(15px - 1px);
}.gratCard .pro_learning div:first-child {
    padding-bottom: 20px;
}.gratCard .pro_learning div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.gratCard {
    padding: 40px 0;
}.gratCard .pro_learning {
    padding: 30px 20px;
    gap: 20px;
}.gratCard .pro_learning h5 {
    font-size: calc(19px - 4px);
}
}

@media (prefers-reduced-motion: reduce) {.gratCard .pro_learning,
    .gratCard .pro_learning h5,
    .gratCard .pro_learning a::before,
    .gratCard .pro_learning a p {
    transition: none;
}.gratCard .pro_learning:hover,
    .gratCard .pro_learning:hover h5 {
    transform: none;
}}.our_background {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    min-height: 100vh;
}.our_background::before {
    z-index: 1;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(207,184,199,0.5), rgb(180,148,170,0.5));
    content: "";
    bottom: 0;
    animation: gradientShift 15s infinite alternate ease-in-out;
    right: 0;
    left: 0;
}.our_background::after {
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 5%, transparent 70%);
    pointer-events: none;
    right: -50%;
    z-index: 2;
    width: 100%;
    top: -50%;
    position: absolute;
    animation: lightMove 20s infinite alternate ease-in-out;
    transform: rotate(-15deg) scale(2);
    content: "";
    height: 100%;
}.our_background .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 3;
}.our_background .summary_frame {
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 50px;
    animation: fadeIn 1s forwards 0.3s ease-out;
}.our_background .summary_frame::before {
    position: absolute;
    left: 0;
    top: 0;
    animation: growDown 1s forwards 0.6s ease-in-out;
    background: linear-gradient(to bottom, rgb(207,184,199), rgb(180,148,170));
    transform-origin: top;
    height: 100%;
    width: 5px;
    transform: scaleY(0);
    content: "";
}.our_background .summary_frame div:first-child {
    margin-bottom: 15px;
    position: relative;
}.our_background .summary_frame div:first-child::after {
    width: 50px;
    transform-origin: left;
    bottom: -8px;
    content: "";
    transform: scaleX(0);
    height: 2px;
    animation: expandWidth 0.7s forwards 0.9s ease-out;
    left: 0;
    background: rgb(207,184,199);
    position: absolute;
}.our_background .summary_frame h5 {
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    opacity: 0;
    letter-spacing: 2px;
    margin: 0;
    transform: translateX(-10px);
    font-size: 20px;
    animation: slideIn 0.7s forwards 0.7s ease-out;
}.our_background .summary_frame div:nth-child(2) {
    margin-bottom: 25px;
}.our_background .summary_frame div:nth-child(2) p {
    font-size: calc(20px * 1.2);
    font-weight: 600;
    color: rgb(207,184,199);
    margin: 0;
    transform: translateY(10px);
    opacity: 0;
    animation: fadeSlideUp 0.7s forwards 1s ease-out;
}.our_background .summary_frame ol {
    margin: 0;
    padding: 0 0 0 20px;
}.our_background .summary_frame li {
    position: relative;
    opacity: 0;
    font-size: 15px;
    margin-bottom: 15px;
    animation: fadeSlideUp 0.7s forwards 1.2s ease-out;
    line-height: 1.7;
    color: #000000;
    transform: translateY(10px);
}.our_background .summary_frame li::before {
    background: rgb(180,148,170);
    content: "";
    width: 6px;
    height: 6px;
    animation: fadeIn 0.5s forwards 1.4s ease-out;
    left: -20px;
    top: 10px;
    opacity: 0;
    position: absolute;
    border-radius: 50%;
}

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

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

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

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

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

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes lightMove {
    0% {
        transform: rotate(-15deg) scale(2) translate(0, 0);
    }
    100% {
        transform: rotate(-5deg) scale(2.2) translate(5%, 5%);
    }
}

@media (max-width: 991px) {.our_background {
    padding: 80px 0;
}.our_background .summary_frame {
    padding: 40px 30px;
}.our_background .summary_frame h5 {
    font-size: calc(20px * 0.9);
}.our_background .summary_frame div:nth-child(2) p {
    font-size: calc(20px * 1.1);
}
}

@media (max-width: 767px) {.our_background {
    padding: 60px 0;
}.our_background .summary_frame {
    padding: 30px 25px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}.our_background .summary_frame::before {
    width: 4px;
}.our_background .summary_frame h5 {
    letter-spacing: 1.5px;
    font-size: calc(20px * 0.85);
}.our_background .summary_frame div:nth-child(2) p {
    font-size: calc(20px * 1);
}.our_background .summary_frame li {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.our_background {
    padding: 50px 0;
}.our_background .container {
    padding: 0 20px;
}.our_background .summary_frame {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
    padding: 25px 20px;
}.our_background .summary_frame::before {
    width: 3px;
}.our_background .summary_frame div:first-child::after {
    width: 40px;
}.our_background .summary_frame h5 {
    font-size: calc(20px * 0.8);
    letter-spacing: 1px;
}.our_background .summary_frame div:nth-child(2) p {
    font-size: calc(20px * 0.9);
}.our_background .summary_frame li {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}}.cookieNotificationAlert {
    animation: slideUp 0.5s forwards;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    position: fixed;
    font-family: Arial, sans-serif;
    z-index: 90;
    bottom: 0;
    border-top: 3px solid rgb(180,148,170);
    background: rgb(180,148,170);
    transform: translateY(100%);
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.user_alert {
    padding: 20px 5%;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.cookieNotificationAlert h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
}.cookieNotificationAlert p {
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    font-size: 18px;
}.online_tracking {
    margin-right: 15px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(207,184,199));
    align-items: center;
    display: flex;
    justify-content: center;
}.online_tracking svg {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(207,184,199);
    height: 80px;
}.online_tracking:hover svg {
    transform: scale(1.1);
}.cookie_expand {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    min-width: 140px;
    padding: 10px 20px;
    border-radius: 24px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    line-height: 40px;
    color: #000000;
    margin-left: 10px;
    background: linear-gradient(90deg, rgb(207,184,199), rgb(180,148,170));
    text-align: center;
    font-size: 17px;
    box-shadow: 0 0 15px rgb(207,184,199);
}.cookie_expand:hover {
    box-shadow: 0 0 20px rgb(180,148,170);
}.cookie_button.privacy_opt:hover {
    box-shadow: 0 0 15px rgb(180,148,170);
}.cookieNotificationAlert p a {
    text-decoration: none;
    color: rgb(207,184,199);
    transition: color 0.3s ease;
}.cookieNotificationAlert p a:hover {
    color: rgb(180,148,170);
}#cookieUsageMessage {
    display: none;
}#cookieUsageMessage:checked ~ .cookieNotificationAlert {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookieNotificationAlert {
    padding: 15px 0;
}.user_alert {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.online_tracking {
    display: none;
}.user_alert {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookieNotificationAlert h5 {
    font-size: 20px;
    margin-bottom: 5px;
}.cookie_compl {
    margin-bottom: 15px;
}.cookie_expand {
    min-width: 100%;
    margin: 10px 0;
}}
.offer_list {
    z-index: 1;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.offer_list::before {
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
}.offer_list .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.offer_list .basic_cost {
    position: relative;
}.offer_list h2 {
    font-weight: 700;
    color: #ffffff;
    transform: translateZ(0);
    position: relative;
    font-size: 33px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}.offer_list h2::after {
    border-radius: 10px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    bottom: -12px;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(207,184,199), rgb(180,148,170));
}.offer_list .price_options {
    max-width: 800px;
    line-height: 1.6;
    margin: 0 auto 60px;
    opacity: 0.9;
    color: #ffffff;
    font-weight: 300;
    font-size: calc(12px + 2px);
    text-align: center;
}.offer_list .package_deal {
    padding: 0;
    perspective: 1000px;
    display: grid;
    margin: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.offer_list .package_deal li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.offer_list .package_deal li:hover {
    transform: translateY(-15px);
    z-index: 2;
}.offer_list .trial_offers {
    height: 100%;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.03);
    isolation: isolate;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    backdrop-filter: blur(10px);
}.offer_list .trial_offers::before {
    height: 4px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(90deg, rgb(207,184,199), rgb(180,148,170));
    left: 0;
    position: absolute;
    transform-origin: 0 0;
    transform: scaleX(0);
}.offer_list .trial_offers:hover::before {
    transform: scaleX(1);
}.offer_list .trial_offers::after {
    background: linear-gradient(to top, rgba(rgb(207,184,199,0.5), 0.05), transparent);
    height: 50%;
    bottom: 0;
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
}.offer_list .study_sub {
    flex-direction: column;
    padding: 35px 30px;
    box-sizing: border-box;
    z-index: 1;
    display: flex;
    position: relative;
    height: 100%;
}.offer_list .cost_matrix {
    flex: 1;
    flex-direction: column;
    display: flex;
}.offer_list .cost_matrix h4 {
    font-weight: 600;
    font-size: calc(23px + 2px);
    position: relative;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    padding-bottom: 15px;
    color: #ffffff;
    transition: transform 0.3s ease;
}.offer_list .cost_matrix h4::after {
    width: 40px;
    content: "";
    bottom: 0;
    transition: width 0.3s ease;
    background: rgb(180,148,170);
    position: absolute;
    height: 3px;
    left: 0;
}.offer_list .trial_offers:hover .cost_matrix h4::after {
    width: 60px;
}.offer_list .cost_matrix p {
    hyphens: auto;
    font-size: 12px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 0 30px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    flex: 1;
}.offer_list .cost_options {
    margin-top: auto;
    background: rgba(rgb(207,184,199,0.5), 0.1);
    font-size: calc(23px + 4px);
    letter-spacing: 0.5px;
    border-radius: 10px;
    color: rgb(207,184,199);
    align-self: flex-start;
    font-weight: 700;
    padding: 10px 20px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}.offer_list .trial_offers:hover .cost_options {
    transform: scale(1.05);
    background: rgba(rgb(207,184,199,0.5), 0.2);
}

@media (min-width: 1200px) {.offer_list .package_deal {
    grid-template-columns: repeat(4, 1fr);
}.offer_list .study_sub {
    padding: 40px 35px;
}.offer_list h2 {
    font-size: calc(33px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.offer_list .package_deal {
    grid-template-columns: repeat(3, 1fr);
}.offer_list .study_sub {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.offer_list .package_deal {
    grid-template-columns: repeat(2, 1fr);
}.offer_list .cost_matrix p {
    font-size: calc(12px - 1px);
    margin-bottom: 25px;
}.offer_list .study_sub {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.offer_list {
    padding: 70px 0;
}.offer_list .package_deal {
    gap: 20px;
    grid-template-columns: 1fr;
}.offer_list h2 {
    font-size: calc(33px - 2px);
}.offer_list .price_options {
    font-size: 12px;
    margin-bottom: 40px;
}.offer_list .cost_matrix h4 {
    font-size: 23px;
}.offer_list .cost_matrix p {
    font-size: calc(12px - 1px);
    margin-bottom: 20px;
}.offer_list .cost_options {
    font-size: calc(23px + 2px);
}.offer_list .study_sub {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.offer_list {
    padding: 50px 0;
}.offer_list .study_sub {
    padding: 25px 20px;
}.offer_list h2::after {
    height: 3px;
    width: 60px;
}.offer_list .cost_options {
    padding: 8px 16px;
}}header {
    overflow: visible;
    margin-top: 0;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    z-index: 100;
    position: relative;
    background: linear-gradient(120deg, rgb(207,184,199) 0%, rgb(180,148,170) 100%);
    padding: 0;
}header::before {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 2px;
    position: absolute;
    bottom: 2px;
    content: '';
    left: 2px;
    right: 2px;
}header .first_teach {
    position: relative;
    z-index: 5;
    align-items: center;
    display: flex;
    padding: 1.2rem 3rem;
    justify-content: space-between;
}header .head_pagewrap {
    background: rgba(255, 255, 255, 0.15);
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    flex: 0 0 auto;
    transition: all 0.3s ease;
    margin-right: 2rem;
    position: relative;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
}header .head_pagewrap::before {
    left: 3px;
    bottom: 3px;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    right: 3px;
    z-index: -1;
    position: absolute;
    content: '';
    top: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
}header .head_pagewrap:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}header .top_lead {
    position: relative;
    transition: all 0.3s ease;
    z-index: 1;
    display: block;
}header .top_lead img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .first_expert {
    position: relative;
    z-index: 2;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}header .nav_primary {
    position: relative;
    margin: 0 0.5rem;
}header .nav_primary a {
    font-weight: 600;
    justify-content: center;
    display: flex;
    text-decoration: none;
    height: 40px;
    align-items: center;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    transition: all 0.3s ease;
    border: 1px solid transparent;
    padding: 0 1.2rem;
    overflow: hidden;
    color: #ffffff;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}header .nav_primary a::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.7s ease;
    content: '';
    left: -100%;
}header .nav_primary a:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}header .nav_primary a:hover::before {
    left: 100%;
}header .nav_primary::after {
    bottom: -5px;
    content: '';
    transition: width 0.3s ease;
    height: 2px;
    left: 50%;
    background: #ffffff;
    width: 0;
    position: absolute;
    transform: translateX(-50%);
}header .nav_primary:hover::after {
    width: 80%;
}header .first_teach::before {
    border: 2px solid rgba(255, 255, 255, 0.3);
    content: '';
    width: 40px;
    top: 10px;
    height: 40px;
    opacity: 0.5;
    border-bottom: none;
    right: 10px;
    position: absolute;
    border-right: none;
}header .first_teach::after {
    border-left: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    opacity: 0.5;
    width: 40px;
    content: '';
    height: 40px;
    border-top: none;
    left: 10px;
    position: absolute;
    bottom: 10px;
}header .site_core {
    background: rgb(231,219,227);
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    margin-top: -15px;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    top: 15px;
    width: 8px;
    box-shadow: 0 0 10px #ffffff;
    content: '';
    animation: pulse 2s infinite;
    position: absolute;
    border-radius: 50%;
    height: 8px;
    background: #ffffff;
    right: 15px;
}

@media (min-width: 1400px) {header .first_teach {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_primary {
    margin: 0 0.7rem;
}header .nav_primary a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .first_teach {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head_pagewrap {
    margin-bottom: 0;
    margin-right: 0;
}header .first_expert {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .nav_primary a {
    font-size: calc(18px - 1px);
    padding: 0 1rem;
    height: 35px;
}header .first_teach::before,
    header .first_teach::after {
    display: none;
}.site_core {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .first_teach {
    padding: 0.8rem 1.5rem;
}header .head_pagewrap {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .top_lead img {
    max-height: 35px;
}header .first_expert {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
}header .first_expert::-webkit-scrollbar {
    height: 3px;
}header .first_expert::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .nav_primary {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .nav_primary a {
    font-size: calc(18px - 2px);
    height: 32px;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    white-space: nowrap;
    padding: 0 0.8rem;
}header .nav_primary::after {
    display: none;
}header::after {
    width: 5px;
    top: 10px;
    right: 10px;
    height: 5px;
}.site_core {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .first_teach {
    padding: 0.7rem 1.2rem;
}header .head_pagewrap {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .nav_primary a {
    font-size: calc(18px - 3px);
    padding: 0 0.6rem;
    height: 30px;
}}.training_structure {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,219,227) 0%, rgb(180,148,170,0.5) 100%);
    padding: 120px 0;
}.training_structure::before {
    left: 0;
    opacity: 0.15;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    top: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(207,184,199,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(180,148,170,0.5) 10%, transparent 20%);
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
}.training_structure::after {
    filter: blur(80px);
    right: -50px;
    content: "";
    z-index: 0;
    top: -50px;
    width: 300px;
    opacity: 0.2;
    height: 300px;
    background: linear-gradient(45deg, rgb(207,184,199,0.5) 0%, rgb(180,148,170) 100%);
    transform: rotate(15deg) skew(15deg);
    position: absolute;
}.training_structure .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.training_structure .pro_learning {
    justify-content: center;
    perspective: 1000px;
    display: flex;
    align-items: center;
}.training_structure .pro_learning > div {
    border-radius: 10px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform: rotateY(2deg) translateZ(0);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    max-width: 800px;
    padding: 50px;
    transform-style: preserve-3d;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
}.training_structure .pro_learning > div:hover {
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.12),
        0 10px 20px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3);
    transform: rotateY(0deg) translateZ(10px) scale(1.01);
}.training_structure .pro_learning > div::before {
    height: 10px;
    top: -10px;
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    background: rgb(207,184,199);
    left: -10px;
    opacity: 0.7;
    transform: translateZ(-5px);
}.training_structure .pro_learning > div::after {
    content: "";
    left: -10px;
    top: -10px;
    transform: translateZ(-5px);
    width: 10px;
    opacity: 0.7;
    height: calc(100% + 20px);
    background: rgb(180,148,170);
    position: absolute;
}.training_structure h3 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    font-size: 38px;
    position: relative;
    color: #000000;
    line-height: 1.2;
    transform: translateZ(10px);
}.training_structure h3::after {
    width: 80px;
    content: "";
    left: 0;
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(207,184,199) 0%, rgb(180,148,170) 100%);
    height: 3px;
    bottom: -12px;
    position: absolute;
    transform-origin: left center;
}.training_structure .pro_learning > div:hover h3::after {
    transform: scaleX(1.5);
}.training_structure p {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    transform: translateZ(5px);
    font-size: 18px;
    position: relative;
    margin-bottom: 0;
}.training_structure p span {
    display: block;
    transition: padding-left 0.4s ease;
    position: relative;
    padding-left: 0;
}.training_structure .pro_learning > div:hover p span {
    padding-left: 10px;
}.training_structure p span::before {
    transition: width 0.4s ease, opacity 0.4s ease;
    content: "";
    height: 2px;
    top: 12px;
    opacity: 0;
    position: absolute;
    width: 0;
    left: -10px;
    background: rgb(180,148,170);
}.training_structure .pro_learning > div:hover p span::before {
    width: 10px;
    opacity: 1;
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 992px) {.training_structure {
    padding: 80px 0;
}.training_structure .pro_learning > div {
    padding: 40px 30px;
    transform: rotateY(1deg) translateZ(0);
}.training_structure h3 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.training_structure {
    padding: 60px 0;
}.training_structure .pro_learning > div {
    padding: 30px 25px;
    transform: none;
}.training_structure h3 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.8);
}.training_structure p {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.training_structure {
    padding: 50px 0;
}.training_structure .pro_learning > div {
    padding: 25px 20px;
}.training_structure h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 18px;
}.training_structure h3::after {
    width: 60px;
    bottom: -8px;
    height: 2px;
}.training_structure p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}.data_insights {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
}.data_insights::before {
    opacity: 0.9;
    z-index: -2;
    width: 100%;
    position: absolute;
    background: #000000;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
}.data_insights::after {
    opacity: 0.6;
    height: 100%;
    left: 0;
    width: 100%;
    background-size: auto, auto, 100px 100px, 100px 100px, 30px 30px;
    animation: backgroundPulse 20s infinite alternate;
    content: '';
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(207,184,199,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(180,148,170,0.5) 0%, transparent 30%),
        linear-gradient(45deg, transparent 96%, rgb(207,184,199,0.5) 97%, rgb(207,184,199,0.5) 98%, transparent 99%),
        linear-gradient(135deg, transparent 96%, rgb(180,148,170,0.5) 97%, rgb(180,148,170,0.5) 98%, transparent 99%),
        repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.01) 5px, rgba(255, 255, 255, 0.01) 10px);
    z-index: -1;
}@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%, 0% 0%, 0px 0px, 0px 0px, 0px 0px;
        opacity: 0.5;
    }
    50% {
        background-position: 5% 5%, -5% -5%, 50px 50px, 50px 50px, 15px 15px;
        opacity: 0.7;
    }
    100% {
        background-position: 0% 0%, 0% 0%, 0px 0px, 0px 0px, 0px 0px;
        opacity: 0.5;
    }
}

.data_insights .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.data_insights .statistics_edges {
    grid-template-columns: auto 1fr 1fr 1fr;
    display: grid;
    grid-gap: 40px;
    grid-template-areas: 
        "image header header header"
        "stats stats stats stats";
    position: relative;
    align-items: start;
}.data_insights .key_pros {
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    height: 80px;
    justify-content: center;
    margin-right: 20px;
    border-radius: 50%;
    width: 80px;
    justify-self: end;
    z-index: 2;
    grid-area: image;
}.data_insights .key_pros::before {
    z-index: -1;
    content: '';
    left: -10px;
    animation: rotate 10s linear infinite;
    border-radius: 50%;
    position: absolute;
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        transparent 90deg,
        rgb(207,184,199) 90deg,
        rgb(207,184,199) 180deg,
        transparent 180deg,
        transparent 270deg,
        rgb(207,184,199) 270deg,
        rgb(207,184,199) 360deg
    );
    height: 100px;
    opacity: 0.3;
    width: 100px;
    top: -10px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.data_insights .key_pros svg {
    width: 40px;
    fill: rgb(207,184,199);
    height: 40px;
}.data_insights .key_pros svg path {
    fill: rgb(207,184,199);
}.data_insights .pro_extra {
    font-weight: 700;
    grid-area: header;
    border-radius: 10px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    font-size: calc(31px * 1.2);
    background: rgba(0, 0, 0, 0.2);
    letter-spacing: 1.5px;
    padding: 15px;
    padding-bottom: 25px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin: 0;
}.data_insights .pro_extra::after {
    left: 0;
    background: rgb(207,184,199);
    bottom: 0;
    content: '';
    border-radius: 1.5px;
    height: 3px;
    width: 60px;
    position: absolute;
}.data_insights .pro_gains {
    max-width: 800px;
    line-height: 1.7;
    margin: 0 auto 50px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    grid-column: 1 / -1;
    padding: 40px;
    backdrop-filter: blur(8px);
    z-index: 3;
    border-radius: 27px;
    font-size: calc(18px * 1.2);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    text-align: center;
}.data_insights .pro_gains::before {
    border-top: 2px solid rgb(207,184,199);
    width: 30px;
    content: '';
    opacity: 0.6;
    top: 10px;
    height: 30px;
    left: 10px;
    border-left: 2px solid rgb(207,184,199);
    position: absolute;
}.data_insights .pro_gains::after {
    content: '';
    border-right: 2px solid rgb(207,184,199);
    right: 10px;
    opacity: 0.6;
    height: 30px;
    width: 30px;
    position: absolute;
    border-bottom: 2px solid rgb(207,184,199);
    bottom: 10px;
}.data_insights .mentor_statistics {
    margin-top: 30px;
    gap: 25px;
    position: relative;
    grid-template-rows: repeat(3, auto);
    display: grid;
    grid-area: stats;
    grid-template-columns: repeat(4, 1fr);
}.data_insights .study_statistics {
    padding: 25px;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.data_insights .study_statistics:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.7);
}.data_insights .study_statistics::before {
    opacity: 0.6;
    right: -2px;
    background: linear-gradient(90deg, transparent, rgb(207,184,199), transparent);
    position: absolute;
    content: '';
    top: -2px;
    height: 2px;
    left: -2px;
}.data_insights .study_statistics::after {
    z-index: -1;
    transition: opacity 0.3s ease;
    width: 100%;
    content: '';
    bottom: 0;
    height: 50%;
    left: 0;
    opacity: 0.05;
    background-position: center;
    background-size: cover;
    position: absolute;
}.data_insights .study_statistics:hover::after {
    opacity: 0.1;
}.data_insights .statistics_zone {
    position: relative;
    border-radius: 5px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    align-items: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    width: 50px;
}.data_insights .statistics_zone::before {
    width: 100%;
    opacity: 0.3;
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(207,184,199,0.5) 0%, transparent 100%);
    top: 0;
    z-index: -1;
}.data_insights .statistics_zone svg {
    height: 25px;
    width: 25px;
    fill: rgb(207,184,199);
}.data_insights .statistics_zone svg path {
    fill: rgb(207,184,199);
}.data_insights .mentor_statistics .study_statistics:nth-child(4n+1) span,
.data_insights .mentor_statistics .study_statistics:nth-child(4n+4) span {
    font-weight: 700;
    display: block;
    position: relative;
    color: rgb(207,184,199);
    font-size: 2.2rem;
    margin-bottom: 10px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}.data_insights .mentor_statistics .study_statistics:nth-child(4n+2) span,
.data_insights .mentor_statistics .study_statistics:nth-child(4n+3) span {
    color: rgb(180,148,170);
    font-size: 2.2rem;
    margin-bottom: 10px;
    font-weight: 700;
    display: block;
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}.data_insights .study_statistics span::after {
    content: '';
    bottom: -5px;
    left: 0;
    position: absolute;
    width: 30px;
    opacity: 0.5;
    height: 2px;
    background: currentColor;
}.data_insights .study_statistics p {
    font-size: 18px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 991px) {.data_insights {
    padding: 100px 0;
}.data_insights .statistics_edges {
    grid-template-columns: auto 1fr 1fr 1fr;
    grid-gap: 30px;
    grid-template-areas: 
            "image header header header"
            "stats stats stats stats";
}.data_insights .pro_gains {
    max-width: 100%;
}.data_insights .mentor_statistics {
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 767px) {.data_insights {
    padding: 80px 0;
}.data_insights .key_pros {
    width: 70px;
    height: 70px;
}.data_insights .key_pros::before {
    left: -10px;
    width: 90px;
    height: 90px;
    top: -10px;
}.data_insights .key_pros svg {
    height: 35px;
    width: 35px;
}.data_insights .pro_extra {
    padding-bottom: 15px;
    font-size: calc(31px * 0.9);
}.data_insights .pro_gains {
    padding: 30px;
    margin-bottom: 30px;
    font-size: calc(18px * 1.1);
}.data_insights .pro_gains::before,
    .data_insights .pro_gains::after {
    height: 25px;
    width: 25px;
}.data_insights .mentor_statistics {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.data_insights .study_statistics {
    padding: 20px;
}.data_insights .statistics_zone {
    height: 45px;
    margin-bottom: 15px;
    width: 45px;
}.data_insights .statistics_zone svg {
    height: 22px;
    width: 22px;
}.data_insights .mentor_statistics .study_statistics span {
    font-size: 2rem;
}
}

@media screen and (max-width: 575px) {.data_insights {
    padding: 60px 0;
}.data_insights .statistics_edges {
    grid-gap: 25px;
}.data_insights .key_pros {
    margin-right: 15px;
    width: 60px;
    height: 60px;
}.data_insights .key_pros::before {
    height: 80px;
    top: -10px;
    width: 80px;
    left: -10px;
}.data_insights .key_pros svg {
    height: 30px;
    width: 30px;
}.data_insights .pro_extra {
    font-size: calc(31px * 0.8);
    padding-bottom: 12px;
}.data_insights .pro_extra::after {
    height: 2px;
    width: 50px;
}.data_insights .pro_gains {
    font-size: calc(18px * 1.05);
    padding: 25px;
    margin-bottom: 25px;
}.data_insights .pro_gains::before,
    .data_insights .pro_gains::after {
    width: 20px;
    height: 20px;
}.data_insights .mentor_statistics {
    grid-template-columns: 1fr;
    gap: 15px;
}.data_insights .study_statistics {
    padding: 20px 15px;
}.data_insights .statistics_zone {
    margin-bottom: 12px;
    height: 40px;
    width: 40px;
}.data_insights .statistics_zone svg {
    height: 20px;
    width: 20px;
}.data_insights .mentor_statistics .study_statistics span {
    font-size: 1.8rem;
}.data_insights .study_statistics p {
    font-size: calc(18px * 0.85);
}}.program_outcomes {
    background: linear-gradient(145deg, #ecf0f3 0%, #e2e6ea 100%);
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
}.program_outcomes::before {
    right: 0;
    top: 0;
    left: 0;
    position: absolute;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    content: "";
    height: 8px;
    background: linear-gradient(90deg, rgb(207,184,199) 0%, rgb(180,148,170) 100%);
}.program_outcomes::after {
    right: -120px;
    height: 300px;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    bottom: -120px;
    width: 300px;
    filter: blur(40px);
    background: linear-gradient(135deg, rgb(207,184,199,0.5) 0%, transparent 70%);
    content: "";
}.program_outcomes h5 {
    position: relative;
    text-align: center;
    letter-spacing: 0.03em;
    font-size: 18px;
    color: #000000;
    transform: perspective(1000px) translateZ(10px);
    margin-bottom: 3rem;
    font-weight: 700;
}.program_outcomes h5::after {
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(207,184,199) 0%, rgb(180,148,170) 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    bottom: -15px;
    border-radius: 2px;
    width: 80px;
}.program_outcomes .container {
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.program_outcomes .pro_learning {
    display: grid;
    border-radius: 20px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08),
                -8px -8px 20px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.3),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    background: linear-gradient(145deg, #ffffff 0%, #f5f5f5 100%);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    gap: 3rem;
}.program_outcomes .pro_learning:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 25px rgba(255, 255, 255, 1),
                inset 2px 2px 5px rgba(255, 255, 255, 0.3),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.program_outcomes .img_center {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
                -8px -8px 16px rgba(255, 255, 255, 0.8);
    width: 100%;
    border-radius: 15px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: auto;
    transform: translateZ(20px);
    object-fit: cover;
}.program_outcomes .img_center:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.12),
                -10px -10px 20px rgba(255, 255, 255, 0.9);
    transform: translateZ(30px) scale(1.02);
}.program_outcomes .summary_frame {
    flex-direction: column;
    justify-content: center;
    display: flex;
}.program_outcomes ul {
    padding: 0;
    display: grid;
    list-style: none;
    margin: 0;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.program_outcomes li {
    position: relative;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06),
                -6px -6px 12px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 1.5rem;
    background: linear-gradient(145deg, #f5f5f5 0%, #ffffff 100%);
    border-radius: 12px;
}.program_outcomes li:hover {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08),
                -8px -8px 16px rgba(255, 255, 255, 0.9),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    transform: translateY(-3px) scale(1.01);
}.program_outcomes li p {
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    position: relative;
    font-size: 18px;
    padding-left: 2.2rem;
    color: #000000;
}.program_outcomes li:nth-child(odd) {
    border-left: 3px solid rgb(207,184,199);
}.program_outcomes li:nth-child(even) {
    border-left: 3px solid rgb(180,148,170);
}.program_outcomes li svg {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 0;
    transition: transform 0.3s ease;
    left: 0;
}.program_outcomes li:hover svg {
    transform: rotate(5deg) scale(1.1);
}.program_outcomes li svg path {
    transition: fill 0.3s ease;
    fill: rgb(207,184,199);
}.program_outcomes li:hover svg path {
    fill: rgb(180,148,170);
}.program_outcomes li:nth-child(even) svg path {
    fill: rgb(180,148,170);
}.program_outcomes li:nth-child(even):hover svg path {
    fill: rgb(207,184,199);
}

@media (min-width: 768px) {.program_outcomes {
    padding: 8rem 0;
}.program_outcomes h5 {
    font-size: calc(18px * 1.1);
    margin-bottom: 4rem;
}.program_outcomes .pro_learning {
    padding: 4rem;
    gap: 4rem;
    grid-template-columns: 1fr 1.2fr;
}.program_outcomes ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.program_outcomes li {
    padding: 1.2rem 1.8rem;
}
}

@media (min-width: 992px) {.program_outcomes {
    padding: 10rem 0;
}.program_outcomes h5 {
    font-size: calc(18px * 1.2);
}.program_outcomes h5::after {
    width: 100px;
}.program_outcomes .pro_learning {
    transform: perspective(1500px) rotateX(2deg);
}.program_outcomes .img_center {
    object-position: center;
    height: 100%;
}.program_outcomes li p {
    line-height: 1.7;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.program_outcomes {
    padding: 5rem 0;
}.program_outcomes h5 {
    padding: 0 1rem;
    font-size: calc(18px * 0.9);
    margin-bottom: 2.5rem;
}.program_outcomes .pro_learning {
    padding: 2rem;
    gap: 2rem;
}.program_outcomes li {
    padding: 1rem;
}.program_outcomes li p {
    line-height: 1.5;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.program_outcomes {
    padding: 4rem 0;
}.program_outcomes h5 {
    margin-bottom: 2rem;
    font-size: calc(18px * 0.85);
}.program_outcomes .pro_learning {
    gap: 1.5rem;
    padding: 1.5rem;
}.program_outcomes ul {
    gap: 1rem;
}.program_outcomes li {
    padding: 0.8rem;
}.program_outcomes li p {
    font-size: calc(18px * 0.9);
    padding-left: 2rem;
}.program_outcomes li svg {
    height: 20px;
    width: 20px;
}
}