* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}::-webkit-scrollbar {
    width: 12px;
}::-webkit-scrollbar-track {
    background: radial-gradient(circle at top right, #ffffff 71%, rgb(255, 255, 255, 0.5) 10%, rgb(114,114,187) 81%, rgb(114,114,187,0.5) 4%, rgb(198,178,201) 7%, rgb(198,178,201,0.5) 45%, rgb(220,219,210) 1%);
}::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    border: 3px ridge rgb(114,114,187);
}::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(35deg, #ffffff 29%, rgb(255, 255, 255, 0.5) 63%, rgb(114,114,187) 84%, rgb(114,114,187,0.5) 87%, rgb(198,178,201,0.5) 37%, rgb(220,219,210) 82%);
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset 2px 5px 1px -1px rgba(0, 0, 0, 0.5);
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    color: #000000;
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1218px;
}.equity_pledge_7408 {
    flex: 0 0 auto;
}.nav_teach_5023 {
    flex: 1 0 auto;
}.viewport-container_1803 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.ideal_participants_7801 {
    position: relative;
    background: linear-gradient(135deg, rgb(220,219,210) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 130px 0;
    overflow: hidden;
}.ideal_participants_7801::before {
    background-size: 60px 60px;
    top: 0;
    opacity: 0.05;
    z-index: 0;
    background: 
        linear-gradient(45deg, rgb(198,178,201,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(114,114,187,0.5) 25%, transparent 25%);
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
}.ideal_participants_7801 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}.ideal_participants_7801 .virtual_track_4519 {
    position: relative;
}.ideal_participants_7801 h4 {
    color: #000000;
    padding-bottom: 20px;
    text-align: center;
    font-size: 38px;
    margin-bottom: 70px;
    font-weight: 700;
    position: relative;
}.ideal_participants_7801 h4::after {
    background: linear-gradient(90deg, rgb(198,178,201), rgb(114,114,187));
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 70px;
    bottom: 0;
    content: "";
    border-radius: 2px;
}.ideal_participants_7801 div {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}.ideal_participants_7801 div p {
    margin: 0;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    line-height: 1.6;
    flex: 0 0 calc(33.333% - 20px);
    min-width: 280px;
    color: #000000;
    z-index: 1;
    padding: 25px 25px 25px 75px;
    background: #ffffff;
    border-radius: 24px;
}.ideal_participants_7801 div p::before {
    top: 5px;
    content: "";
    border-radius: calc(24px - 5px);
    transition: all 0.3s ease;
    position: absolute;
    z-index: -1;
    width: calc(100% - 10px);
    opacity: 0.4;
    border: 1px solid rgb(198,178,201,0.5);
    height: calc(100% - 10px);
    left: 5px;
    background: #ffffff;
}.ideal_participants_7801 div p::after {
    border-radius: calc(24px - 10px);
    height: calc(100% - 20px);
    border: 1px solid rgb(114,114,187,0.5);
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    content: "";
    opacity: 0.2;
    z-index: -2;
    position: absolute;
    transition: all 0.3s ease;
    background: #ffffff;
}.ideal_participants_7801 div p:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.ideal_participants_7801 div p:hover::before {
    top: 10px;
    left: 10px;
}.ideal_participants_7801 div p:hover::after {
    top: 15px;
    left: 15px;
}.ideal_participants_7801 div p svg {
    position: absolute;
    background: rgb(220,219,210);
    height: 35px;
    padding: 8px;
    transition: all 0.3s ease;
    top: 25px;
    width: 35px;
    border-radius: 50%;
    left: 25px;
}.ideal_participants_7801 div p:hover svg {
    background: rgb(198,178,201,0.5);
    transform: rotate(15deg);
}.ideal_participants_7801 div p svg path {
    fill: rgb(198,178,201);
    transition: all 0.3s ease;
}.ideal_participants_7801 div p:hover svg path {
    fill: rgb(114,114,187);
}

@media (max-width: 991px) {.ideal_participants_7801 {
    padding: 100px 0;
}.ideal_participants_7801 h4 {
    font-size: calc(38px - 2px);
    margin-bottom: 60px;
}.ideal_participants_7801 div {
    gap: 25px;
}.ideal_participants_7801 div p {
    flex: 0 0 calc(50% - 15px);
    padding: 20px 20px 20px 65px;
    min-width: 250px;
}.ideal_participants_7801 div p svg {
    left: 20px;
    height: 30px;
    top: 20px;
    width: 30px;
}
}

@media (max-width: 767px) {.ideal_participants_7801 {
    padding: 80px 0;
}.ideal_participants_7801 h4 {
    margin-bottom: 50px;
    font-size: calc(38px - 4px);
}.ideal_participants_7801 div {
    gap: 20px;
}.ideal_participants_7801 div p {
    flex: 0 0 100%;
    padding: 18px 18px 18px 60px;
}.ideal_participants_7801 div p svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 479px) {.ideal_participants_7801 {
    padding: 60px 0;
}.ideal_participants_7801 h4 {
    padding-bottom: 15px;
    font-size: calc(38px - 6px);
    margin-bottom: 40px;
}.ideal_participants_7801 div {
    gap: 15px;
}.ideal_participants_7801 div p {
    padding: 15px 15px 15px 55px;
    font-size: calc(18px - 1px);
}.ideal_participants_7801 div p svg {
    padding: 6px;
    height: 25px;
    top: 15px;
    left: 15px;
    width: 25px;
}}.contact_form_box_4598 {
    overflow: hidden;
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}.contact_form_box_4598::before {
    top: 0;
    background-size: 20px 20px;
    z-index: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
}.contact_form_box_4598 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.contact_form_box_4598 h2 {
    margin-bottom: 50px;
    padding-left: 20px;
    text-align: left;
    font-weight: 700;
    position: relative;
    border-left: 5px solid rgb(198,178,201);
    color: #000000;
    font-size: 33px;
}.contact_form_box_4598 .feedback_section_2548 {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    display: flex;
    flex-direction: row-reverse;
}.contact_form_box_4598 .img_hover_effect_6741 {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}.contact_form_box_4598 .img_hover_effect_6741::before {
    height: 100%;
    background: rgb(198,178,201,0.5);
    z-index: 1;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
}.contact_form_box_4598 .message_box_5843 {
    position: relative;
    padding: 60px;
    flex: 0 0 60%;
}.contact_form_box_4598 .message_box_5843::after {
    border-radius: 0 0 0 100%;
    position: absolute;
    width: 150px;
    right: 0;
    height: 150px;
    top: 0;
    background: rgb(220,219,210);
    z-index: -1;
    content: "";
}.contact_form_box_4598 #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}.contact_form_box_4598 h3 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 18px;
    position: relative;
    font-weight: 700;
}.contact_form_box_4598 h3::after {
    position: absolute;
    height: 2px;
    left: 0;
    content: "";
    background: rgb(198,178,201);
    width: 40px;
    bottom: -10px;
}.contact_form_box_4598 input[type="text"] {
    font-size: 12px;
    transition: all 0.3s ease;
    color: #000000;
    background: rgb(220,219,210);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    width: 100%;
    padding: 18px 20px;
    border: none;
}.contact_form_box_4598 input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(198,178,201,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.contact_form_box_4598 input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_form_box_4598 .inquiry_block_6209 {
    gap: 12px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}.contact_form_box_4598 .inquiry_block_6209 input[type="checkbox"] {
    cursor: pointer;
    height: 22px;
    appearance: none;
    border: 2px solid rgb(220,219,210);
    position: relative;
    transition: all 0.2s ease;
    width: 22px;
    border-radius: 10px;
}.contact_form_box_4598 .inquiry_block_6209 input[type="checkbox"]:checked {
    background: rgb(198,178,201);
    border-color: rgb(198,178,201);
}.contact_form_box_4598 .inquiry_block_6209 input[type="checkbox"]:checked::after {
    content: "";
    top: 3px;
    transform: rotate(45deg);
    border: solid #ffffff;
    height: 11px;
    width: 6px;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 7px;
}.contact_form_box_4598 .inquiry_block_6209 label {
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
}.contact_form_box_4598 .inquiry_block_6209 a {
    transition: all 0.3s ease;
    color: rgb(198,178,201);
    position: relative;
    text-decoration: none;
}.contact_form_box_4598 .inquiry_block_6209 a:hover {
    color: rgb(114,114,187);
}.contact_form_box_4598 .inquiry_block_6209 a::after {
    background: rgb(198,178,201);
    width: 100%;
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    left: 0;
    bottom: -2px;
    height: 1px;
}.contact_form_box_4598 .inquiry_block_6209 a:hover::after {
    background: rgb(114,114,187);
}.contact_form_box_4598 .feedback_block_9820 {
    box-shadow: 0 4px 15px rgb(198,178,201,0.5);
    cursor: pointer;
    align-self: flex-start;
    font-size: 15px;
    padding: 18px 40px;
    background: rgb(198,178,201);
    border-radius: 15px;
    font-weight: 600;
    border: none;
    color: #ffffff;
    margin-top: 20px;
    transition: all 0.3s ease;
}.contact_form_box_4598 .feedback_block_9820:hover {
    transform: translateY(-2px);
    background: rgb(114,114,187);
    box-shadow: 0 7px 20px rgb(114,114,187,0.5);
}.contact_form_box_4598 svg {
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
    fill: rgb(198,178,201);
}.contact_form_box_4598 svg path {
    fill: rgb(198,178,201);
    transition: all 0.3s ease;
}.contact_form_box_4598 svg:hover {
    fill: rgb(114,114,187);
}.contact_form_box_4598 svg:hover path {
    fill: rgb(114,114,187);
}

@media (max-width: 992px) {.contact_form_box_4598 .feedback_section_2548 {
    flex-direction: column;
}.contact_form_box_4598 .img_hover_effect_6741 {
    flex: 0 0 auto;
    order: 1;
    min-height: 300px;
}.contact_form_box_4598 .message_box_5843 {
    order: 2;
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact_form_box_4598 h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact_form_box_4598 {
    padding: 60px 0;
}.contact_form_box_4598 h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 4px);
}.contact_form_box_4598 .message_box_5843 {
    padding: 40px 30px;
}.contact_form_box_4598 #contact {
    gap: 25px;
}.contact_form_box_4598 .img_hover_effect_6741 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_form_box_4598 {
    padding: 40px 0;
}.contact_form_box_4598 .container {
    padding: 0 15px;
}.contact_form_box_4598 h2 {
    padding-left: 15px;
    font-size: calc(33px - 6px);
    margin-bottom: 25px;
}.contact_form_box_4598 .message_box_5843 {
    padding: 30px 20px;
}.contact_form_box_4598 #contact {
    gap: 20px;
}.contact_form_box_4598 input[type="text"] {
    padding: 15px;
}.contact_form_box_4598 .feedback_block_9820 {
    width: 100%;
    padding: 15px 20px;
}.contact_form_box_4598 .img_hover_effect_6741 {
    min-height: 200px;
}}.cookie_dialog_window_4507 {
    width: 100%;
    z-index: 90;
    background: rgb(220,219,210);
    position: fixed;
    bottom: 0;
    border-top: 2px solid rgb(198,178,201);
}.cookie_edu_3590 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}#cookieMessageModal_3510 {
    display: none;
}#cookieMessageModal_3510:checked ~ .cookie_dialog_window_4507 {
    visibility: hidden;
    opacity: 0;
}.cookie_dialog_window_4507 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_dialog_window_4507 p {
    font-size: 18px;
}.edu_settings_3871 {
    flex-shrink: 0;
    margin-right: 10px;
}.edu_settings_3871 svg, .edu_settings_3871 svg path, .edu_settings_3871 img {
    height: 100px;
    fill: rgb(198,178,201);
    width: 100px;
}.visitor_controls_2715 {
    color: rgb(198,178,201);
    white-space: nowrap;
    margin-left: 10px;
    text-decoration: none;
    border-bottom: 2px solid rgb(198,178,201);
    flex-shrink: 0;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    line-height: 35px;
}.cookie_dialog_window_4507 p a {
    color: rgb(198,178,201);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_dialog_window_4507 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.edu_settings_3871 {
    display: none;
}.cookie_edu_3590 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_dialog_window_4507 h5 {
    text-align: center;
}.cookie_dialog_window_4507 p {
    text-align: center;
}.web_tracking_2368 {
    margin-bottom: 20px;
}body .viewport-container_1803 .visitor_controls_2715 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.viewport-container_1803 .cookie_dialog_window_4507 {
    background: #ffffff;
    box-shadow: rgb(198,178,201,0.5) 0px 0px 40px 39px;
    border: none;
}.viewport-container_1803 .visitor_controls_2715 {
    font-weight: 400;
    font-size: 20px;
    margin-left: 30px;
    color: #ffffff;
    padding: 10px;
    background: rgb(198,178,201);
    border: none;
}.viewport-container_1803 .edu_settings_3871 {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgb(198,178,201);
}.viewport-container_1803 .edu_settings_3871 svg, .viewport-container_1803 .edu_settings_3871 svg path, .viewport-container_1803 .edu_settings_3871 img {
    width: 40px;
    height: 40px;
    fill:#000000;
}.viewport-container_1803 .web_tracking_2368 h5, .viewport-container_1803 .web_tracking_2368 p {
    color: #000000;
}
@media only screen and (max-width: 800px){.viewport-container_1803 .edu_settings_3871 {
    margin-bottom: 14px;
    margin: 0;
}}.equity_pledge_7408 {
    color: #ffffff;
    padding: 5rem 0 3rem;
    z-index: 1;
    position: relative;
}.equity_pledge_7408::before {
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(198,178,201,0.5) 100%);
    width: 100%;
    content: "";
    backdrop-filter: blur(8px);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}.equity_pledge_7408 .container {
    gap: 3rem;
    grid-template-columns: 1.5fr 2fr;
    display: grid;
    position: relative;
}.equity_pledge_7408 .company_holder {
    padding-left: 2rem;
    border-left: 2px solid rgb(198,178,201);
    position: relative;
    animation: borderPulse 4s infinite alternate;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(198,178,201);
    }
    50% {
        border-left-color: rgb(114,114,187);
    }
    100% {
        border-left-color: rgb(198,178,201);
    }
}

.equity_pledge_7408 .company_holder h3 {
    font-size: calc(38px * 1.2);
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, #ffffff, rgb(114,114,187));
}.equity_pledge_7408 .knowl_base_8031 {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
}.equity_pledge_7408 .trial_offer_4620 {
    display: flex;
    justify-content: flex-end;
}.equity_pledge_7408 .head_pagebar_9640 {
    gap: 4rem;
    display: flex;
}.equity_pledge_7408 .head_expert_6879 {
    position: relative;
}.equity_pledge_7408 .head_expert_6879::before {
    width: 40px;
    position: absolute;
    top: -10px;
    border-top: 1px solid rgb(198,178,201);
    border-left: 1px solid rgb(198,178,201);
    content: "";
    height: 40px;
    opacity: 0.4;
    left: -20px;
}.equity_pledge_7408 .head_expert_6879::after {
    position: absolute;
    width: 40px;
    opacity: 0.4;
    right: -20px;
    border-bottom: 1px solid rgb(198,178,201);
    content: "";
    bottom: -10px;
    height: 40px;
    border-right: 1px solid rgb(198,178,201);
}.equity_pledge_7408 .head_expert_6879 h5 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(114,114,187);
    font-size: 20px;
}.equity_pledge_7408 .head_expert_6879 .head_pagebar_9640 {
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
}.equity_pledge_7408 .head_expert_6879 .head_pagebar_9640 a {
    opacity: 0.8;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 1rem;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
}.equity_pledge_7408 .head_expert_6879 .head_pagebar_9640 a::before {
    height: 5px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    content: "";
    background-color: rgb(198,178,201);
    border-radius: 50%;
    position: absolute;
    left: 0;
    width: 5px;
    top: 50%;
}.equity_pledge_7408 .head_expert_6879 .head_pagebar_9640 a:hover {
    color: rgb(198,178,201);
    opacity: 1;
    transform: translateX(5px);
}.equity_pledge_7408 .head_expert_6879 .head_pagebar_9640 a:hover::before {
    height: 7px;
    width: 7px;
    background-color: rgb(114,114,187);
}.converter_1746 {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    position: relative;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.converter_1746::before {
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    content: "";
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(198,178,201), transparent);
    top: 0;
}.converter_1746 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.converter_1746 .terms_legal_6745 {
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 992px) {.equity_pledge_7408 .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.equity_pledge_7408 .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.equity_pledge_7408 .trial_offer_4620 {
    justify-content: flex-start;
}.equity_pledge_7408 .head_pagebar_9640 {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.equity_pledge_7408 {
    padding: 3rem 0 2rem;
}.equity_pledge_7408 .head_pagebar_9640 {
    flex-direction: column;
    gap: 2rem;
}.equity_pledge_7408 .head_expert_6879::before,
    .equity_pledge_7408 .head_expert_6879::after {
    display: none;
}.equity_pledge_7408 .head_expert_6879 {
    margin-bottom: 1.5rem;
}.converter_1746 {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.equity_pledge_7408 .company_holder h3 {
    font-size: 38px;
}.equity_pledge_7408 .head_expert_6879 h5 {
    font-size: calc(19px * 1.1);
}.equity_pledge_7408 .head_expert_6879 .head_pagebar_9640 a {
    font-size: calc(14px * 0.9);
}}.mentorship_profile_4351 {
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(220,219,210) 0%, rgb(114,114,187,0.5) 100%);
    overflow: hidden;
    position: relative;
}.mentorship_profile_4351::before {
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(198,178,201,0.5) 49.5%, rgb(198,178,201,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(198,178,201,0.5) 49.5%, rgb(198,178,201,0.5) 50.5%, transparent 50.5%);
    background-size: 40px 40px;
    left: 0;
    position: absolute;
    opacity: 0.07;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
}.mentorship_profile_4351::after {
    opacity: 0.04;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(198,178,201,0.5) 40px,
            rgb(198,178,201,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(198,178,201,0.5) 60px,
            rgb(198,178,201,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(198,178,201,0.5) 80px,
            rgb(198,178,201,0.5) 81px
        );
}.mentorship_profile_4351 .container {
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.mentorship_profile_4351 .testimonial_feedback_3076 {
    border-radius: 0;
    position: relative;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    padding: 50px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    gap: 40px;
    background: #ffffff;
    display: grid;
}.mentorship_profile_4351 .testimonial_feedback_3076::before {
    content: "";
    height: 6px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(198,178,201) 0%,
        rgb(114,114,187) 100%
    );
}.mentorship_profile_4351 .testimonial_feedback_3076::after {
    animation: scanner 4s linear infinite;
    position: absolute;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(198,178,201,0.5) 0%,
        transparent 20%,
        rgb(198,178,201,0.5) 40%,
        transparent 60%,
        rgb(114,114,187,0.5) 80%,
        transparent 100%
    );
    width: 100%;
    content: "";
    top: 6px;
    height: 1px;
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.mentorship_profile_4351 .img_hover_effect_6741 {
    min-height: 360px;
    height: 100%;
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    width: 100%;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 0;
}.mentorship_profile_4351 .img_hover_effect_6741::before {
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    inset: 0;
}.mentorship_profile_4351 .img_hover_effect_6741::after {
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    top: 0;
    height: 100%;
}.mentorship_profile_4351 .name {
    font-weight: 700;
    position: relative;
    color: #000000;
    line-height: 1.2;
    font-size: 32px;
    padding-left: 16px;
    margin-bottom: 12px;
    border-left: 4px solid rgb(198,178,201);
}.mentorship_profile_4351 .name::before {
    top: 0;
    width: 4px;
    transition: height 0.5s ease;
    background: rgb(114,114,187);
    left: -4px;
    position: absolute;
    content: "";
    height: 0;
}.mentorship_profile_4351 .testimonial_feedback_3076:hover .name::before {
    height: 100%;
}.mentorship_profile_4351 .testimonial_feedback_3076 span:not(.name) {
    text-transform: uppercase;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    background: rgb(220,219,210);
    font-weight: 600;
    position: relative;
    padding: 6px 12px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    display: inline-block;
}.mentorship_profile_4351 .testimonial_feedback_3076 span:not(.name)::after {
    width: 0;
    background: rgb(198,178,201);
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    height: 2px;
    content: "";
    bottom: 0;
}.mentorship_profile_4351 .testimonial_feedback_3076:hover span:not(.name)::after {
    width: 100%;
}.mentorship_profile_4351 .work_exp_6083 {
    position: relative;
    font-size: 13px;
    color: #000000;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 0;
    border-radius: 10px;
    line-height: 1.8;
    padding: 25px 30px;
    border-left: 1px solid rgb(198,178,201);
    background: linear-gradient(
        to right,
        rgb(220,219,210) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
}.mentorship_profile_4351 .work_exp_6083::before {
    border-left: 2px solid rgb(198,178,201);
    opacity: 0.6;
    content: "";
    left: 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    border-top: 2px solid rgb(198,178,201);
    top: 15px;
}.mentorship_profile_4351 .work_exp_6083::after {
    height: 12px;
    right: 12px;
    content: "";
    border-bottom: 2px solid rgb(114,114,187);
    bottom: 15px;
    position: absolute;
    width: 12px;
    opacity: 0.6;
    border-right: 2px solid rgb(114,114,187);
}.mentorship_profile_4351 .testimonial_feedback_3076:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.mentorship_profile_4351 .testimonial_feedback_3076:hover .img_hover_effect_6741 {
    transform: scale(1.03);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {.mentorship_profile_4351 {
    padding: 90px 0;
}.mentorship_profile_4351 .testimonial_feedback_3076 {
    gap: 30px;
    padding: 40px 30px;
}.mentorship_profile_4351 .img_hover_effect_6741 {
    min-height: 320px;
}.mentorship_profile_4351 .work_exp_6083 {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.mentorship_profile_4351 {
    padding: 70px 0;
}.mentorship_profile_4351 .testimonial_feedback_3076 {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 35px 25px;
    grid-template-rows: auto auto;
}.mentorship_profile_4351 .img_hover_effect_6741 {
    min-height: 280px;
}.mentorship_profile_4351 .name {
    font-size: calc(32px * 0.9);
}.mentorship_profile_4351 .testimonial_feedback_3076 span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(20px * 0.95);
}.mentorship_profile_4351 .work_exp_6083 {
    padding: 18px 22px;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 575px) {.mentorship_profile_4351 {
    padding: 50px 0;
}.mentorship_profile_4351 .testimonial_feedback_3076 {
    gap: 20px;
    padding: 30px 20px;
}.mentorship_profile_4351 .img_hover_effect_6741 {
    min-height: 220px;
}.mentorship_profile_4351 .name {
    padding-left: 12px;
    font-size: calc(32px * 0.8);
}.mentorship_profile_4351 .testimonial_feedback_3076 span:not(.name) {
    padding: 4px 10px;
    margin-bottom: 15px;
    font-size: calc(20px * 0.9);
}.mentorship_profile_4351 .work_exp_6083 {
    font-size: calc(13px * 0.9);
    padding: 15px 18px;
}}.company_overview_3657 {
    padding: 120px 0;
    overflow: hidden;
    color: #000000;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    background-position: center center;
    position: relative;
    background: linear-gradient(135deg, rgb(198,178,201,0.5) 0%, rgb(220,219,210) 50%, rgb(114,114,187,0.5) 100%);
}.company_overview_3657::before {
    position: absolute;
    z-index: 0;
    left: 20%;
    top: 0;
    width: 2px;
    height: 50%;
    background: linear-gradient(to bottom, transparent, rgb(198,178,201,0.5), transparent);
    content: "";
}.company_overview_3657::after {
    background: linear-gradient(to bottom, transparent, rgb(114,114,187,0.5), transparent);
    bottom: 0;
    height: 70%;
    z-index: 0;
    position: absolute;
    right: 30%;
    width: 2px;
    content: "";
}.company_overview_3657 .container {
    position: relative;
    z-index: 2;
}.company_overview_3657 .container::before {
    content: "";
    top: 40%;
    left: -100px;
    position: absolute;
    height: 20px;
    animation: techPulse 4s infinite;
    border: 2px solid rgb(198,178,201);
    width: 20px;
    border-radius: 50%;
    z-index: 1;
}.company_overview_3657 .container::after {
    border-radius: 0;
    bottom: 30%;
    position: absolute;
    content: "";
    width: 15px;
    right: -80px;
    z-index: 1;
    animation: techRotate 6s infinite linear;
    border: 2px solid rgb(114,114,187);
    height: 15px;
}.company_overview_3657 h2 {
    position: relative;
    margin-bottom: 80px;
    font-size: 45px;
    text-align: left;
    color: #000000;
    font-weight: 700;
}.company_overview_3657 h2::before {
    bottom: -20px;
    content: "";
    width: 120px;
    height: 4px;
    position: absolute;
    background: rgb(198,178,201);
    left: 0;
}.company_overview_3657 h2::after {
    bottom: -20px;
    left: 130px;
    position: absolute;
    content: "";
    height: 4px;
    background: rgb(114,114,187);
    width: 60px;
}.company_overview_3657 .study_training_3541 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    position: relative;
}.company_overview_3657 .study_training_3541::before {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 2px;
    content: "";
    background: linear-gradient(to bottom, 
        rgb(198,178,201) 0%, 
        rgb(198,178,201,0.5) 20%,
        rgb(114,114,187,0.5) 80%,
        rgb(114,114,187) 100%
    );
    left: 40%;
    top: 0;
}.company_overview_3657 .study_training_3541::after {
    left: calc(40% - 4px);
    width: 10px;
    top: 0;
    background: rgb(198,178,201);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    height: 10px;
    z-index: 2;
    position: absolute;
    content: "";
    animation: moveDown 10s infinite alternate ease-in-out;
}.company_overview_3657 .learn_studio_7314 {
    border-radius: 26px;
    overflow: visible;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding: 40px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    background: rgba(255, 255, 255, 1);
}.company_overview_3657 .learn_studio_7314:first-child {
    z-index: 20;
    border-left: 3px solid rgb(198,178,201);
}.company_overview_3657 .learn_studio_7314:last-child {
    border-right: 3px solid rgb(114,114,187);
    align-self: end;
    z-index: 20;
}.company_overview_3657 .learn_studio_7314:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.company_overview_3657 .learn_studio_7314 h3 {
    color: rgb(198,178,201);
    font-size: 23px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
    font-weight: 600;
}.company_overview_3657 .learn_studio_7314:last-child h3 {
    color: rgb(114,114,187);
}.company_overview_3657 .learn_studio_7314 h3::before {
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(198,178,201);
    top: 50%;
    width: 10px;
    position: absolute;
    content: "";
}.company_overview_3657 .learn_studio_7314:last-child h3::before {
    background: rgb(114,114,187);
}.company_overview_3657 .learn_studio_7314 p {
    line-height: 1.8;
    z-index: 1;
    position: relative;
    font-size: 15px;
    color: #000000;
}.company_overview_3657 .learn_studio_7314::before {
    position: absolute;
    top: 0;
    opacity: 0.05;
    left: 0;
    background-size: 10px 10px;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
    content: "";
    width: 100%;
    z-index: 0;
}.company_overview_3657 .learn_studio_7314::after {
    inset: 0;
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
    border-radius: 26px;
}.company_overview_3657 .learn_studio_7314::before {
    bottom: -1px;
    right: -1px;
    border-radius: calc(26px + 1px);
    content: "";
    top: -1px;
    z-index: -2;
    transition: opacity 0.3s ease;
    position: absolute;
    left: -1px;
    background: linear-gradient(135deg, rgb(198,178,201) 0%, transparent 50%, rgb(114,114,187) 100%);
    opacity: 0;
}

@keyframes techPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
}

@keyframes techRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes moveDown {
    0% {
        top: 0;
        background: rgb(198,178,201);
    }
    100% {
        top: calc(100% - 10px);
        background: rgb(114,114,187);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1200px) {.company_overview_3657 .learn_studio_7314:first-child {
    margin-right: -10%;
}.company_overview_3657 .learn_studio_7314:last-child {
    margin-left: -10%;
}
}

@media screen and (max-width: 991px) {.company_overview_3657 {
    padding: 80px 0;
}.company_overview_3657 h2 {
    transform: translateX(0);
    margin-bottom: 50px;
    font-size: calc(45px * 0.9);
}.company_overview_3657 .study_training_3541 {
    gap: 50px;
}.company_overview_3657 .learn_studio_7314:first-child,
    .company_overview_3657 .learn_studio_7314:last-child {
    margin-right: 0;
    margin-left: 0;
}.company_overview_3657 .study_training_3541::before {
    left: 20px;
}.company_overview_3657 .study_training_3541::after {
    left: 16px;
}
}

@media screen and (max-width: 767px) {.company_overview_3657 {
    padding: 60px 0;
}.company_overview_3657 h2 {
    margin-bottom: 40px;
    font-size: calc(45px * 0.8);
}.company_overview_3657 .learn_studio_7314 {
    padding: 30px;
}.company_overview_3657 .learn_studio_7314 h3 {
    font-size: calc(23px * 0.9);
}.company_overview_3657 .learn_studio_7314 p {
    font-size: calc(15px * 0.95);
}.company_overview_3657 .learn_studio_7314:first-child h3::after,
    .company_overview_3657 .learn_studio_7314:last-child h3::after {
    font-size: 80px;
    top: -50px;
}
}

@media screen and (max-width: 575px) {.company_overview_3657 {
    padding: 50px 0;
}.company_overview_3657 h2 {
    font-size: calc(45px * 0.7);
    margin-bottom: 30px;
}.company_overview_3657 h2::before {
    width: 80px;
    height: 3px;
}.company_overview_3657 h2::after {
    height: 3px;
    width: 40px;
    left: 90px;
}.company_overview_3657 .learn_studio_7314 {
    padding: 25px;
}.company_overview_3657 .learn_studio_7314 h3 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.85);
}.company_overview_3657 .learn_studio_7314 p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.company_overview_3657 .learn_studio_7314:first-child h3::after,
    .company_overview_3657 .learn_studio_7314:last-child h3::after {
    top: -40px;
    font-size: 60px;
}.company_overview_3657 .study_training_3541::before {
    left: 10px;
}.company_overview_3657 .study_training_3541::after {
    left: 6px;
}}.user_reviews_7263 {
    overflow: hidden;
    position: relative;
    background: rgb(220,219,210);
    padding: 8rem 0;
}.user_reviews_7263::before {
    opacity: 0.2;
    z-index: 0;
    background-position: 0 0, 15px 15px;
    left: 0;
    background-image: 
        radial-gradient(rgb(198,178,201,0.5) 2px, transparent 2px),
        radial-gradient(rgb(114,114,187,0.5) 2px, transparent 2px);
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    background-size: 30px 30px;
}.user_reviews_7263 .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.user_reviews_7263 h2 {
    max-width: 70%;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 6rem;
    position: relative;
    font-weight: 700;
    font-size: calc(36px * 1.5);
    color: #000000;
}.user_reviews_7263 h2::after {
    bottom: -1rem;
    width: 50px;
    position: absolute;
    content: "";
    background: rgb(198,178,201);
    height: 4px;
    transition: width 0.5s ease;
    left: 0;
}.user_reviews_7263:hover h2::after {
    width: 100px;
}.user_reviews_7263 .success_reviews_0286 {
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.user_reviews_7263 .testimonial_feedback_3076 {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 3rem 2rem;
    border-left: 3px solid rgb(198,178,201);
    transition: all 0.4s ease;
    background: transparent;
    display: flex;
}.user_reviews_7263 .testimonial_feedback_3076:nth-child(1) {
    grid-column: 1 / span 5;
    transform: translateY(2rem);
}.user_reviews_7263 .testimonial_feedback_3076:nth-child(2) {
    grid-column: 7 / span 6;
    transform: translateY(-2rem);
}.user_reviews_7263 .testimonial_feedback_3076:nth-child(3) {
    transform: translateY(4rem);
    grid-column: 3 / span 5;
}.user_reviews_7263 .testimonial_feedback_3076:nth-child(4) {
    transform: translateY(1rem);
    grid-column: 9 / span 4;
}.user_reviews_7263 .testimonial_feedback_3076:nth-child(5) {
    transform: translateY(6rem);
    grid-column: 1 / span 4;
}.user_reviews_7263 .testimonial_feedback_3076:nth-child(6) {
    transform: translateY(3rem);
    grid-column: 6 / span 7;
}.user_reviews_7263 .testimonial_feedback_3076:nth-child(7) {
    transform: translateY(3rem);
    grid-column: 7 / span 4;
}.user_reviews_7263 .testimonial_feedback_3076:nth-child(8) {
    grid-column: 1 / span 5;
    transform: translateY(3rem);
}.user_reviews_7263 .testimonial_feedback_3076:hover {
    border-left: 3px solid rgb(114,114,187);
    transform: translateX(10px) translateY(0);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.user_reviews_7263 .testimonial_feedback_3076::before {
    color: rgb(198,178,201,0.5);
    top: 1rem;
    content: "";
    z-index: -1;
    line-height: 1;
    position: absolute;
    opacity: 0.3;
    font-family: serif;
    transition: all 0.5s ease;
    font-size: 6rem;
    left: 2rem;
}.user_reviews_7263 .testimonial_feedback_3076:hover::before {
    color: rgb(114,114,187,0.5);
    transform: translateY(-10px) scale(1.2);
    opacity: 0.5;
}.user_reviews_7263 .testimonial_feedback_3076 img {
    height: 50px;
    filter: grayscale(100%);
    border: 2px solid rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    object-fit: cover;
    width: 50px;
    border-radius: 50%;
}.user_reviews_7263 .testimonial_feedback_3076:hover img {
    filter: grayscale(0%);
    transform: scale(1.2);
    border-color: rgb(114,114,187);
}.user_reviews_7263 .testimonial_feedback_3076 p {
    font-size: 21px;
    font-weight: 600;
    position: relative;
    color: #000000;
    transition: all 0.4s ease;
    transform: translateX(0);
    z-index: 1;
    margin-bottom: 0.5rem;
}.user_reviews_7263 .testimonial_feedback_3076:hover p {
    transform: translateX(10px);
    color: rgb(198,178,201);
}.user_reviews_7263 .testimonial_feedback_3076 .description {
    z-index: 1;
    color: #000000;
    font-weight: 400;
    position: relative;
    max-width: 95%;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 1rem;
    transform: translateX(0);
    transition: transform 0.4s ease 0.1s;
}.user_reviews_7263 .testimonial_feedback_3076:hover .description {
    transform: translateX(10px);
}.user_reviews_7263 .testimonial_feedback_3076::after {
    width: 0;
    left: 0;
    bottom: 0;
    transition: width 0.5s ease;
    background: linear-gradient(90deg, rgb(198,178,201), rgb(114,114,187));
    content: "";
    height: 3px;
    position: absolute;
}.user_reviews_7263 .testimonial_feedback_3076:hover::after {
    width: 100%;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 992px) {.user_reviews_7263 h2 {
    font-size: calc(36px * 1.2);
    max-width: 90%;
}.user_reviews_7263 .success_reviews_0286 {
    grid-template-columns: repeat(6, 1fr);
}.user_reviews_7263 .testimonial_feedback_3076:nth-child(1) {
    grid-column: 1 / span 3;
}.user_reviews_7263 .testimonial_feedback_3076:nth-child(2) {
    grid-column: 4 / span 3;
}.user_reviews_7263 .testimonial_feedback_3076:nth-child(3) {
    grid-column: 1 / span 3;
}.user_reviews_7263 .testimonial_feedback_3076:nth-child(4) {
    grid-column: 4 / span 3;
}.user_reviews_7263 .testimonial_feedback_3076:nth-child(5) {
    grid-column: 1 / span 3;
}.user_reviews_7263 .testimonial_feedback_3076:nth-child(6) {
    grid-column: 4 / span 3;
}
}

@media (max-width: 768px) {.user_reviews_7263 {
    padding: 5rem 0;
}.user_reviews_7263 h2 {
    text-align: center;
    max-width: 100%;
    margin-bottom: 4rem;
    font-size: 36px;
}.user_reviews_7263 h2::after {
    transform: translateX(-50%);
    left: 50%;
}.user_reviews_7263:hover h2::after {
    width: 80px;
}.user_reviews_7263 .success_reviews_0286 {
    gap: 3rem;
    flex-direction: column;
    display: flex;
}.user_reviews_7263 .testimonial_feedback_3076,
    .user_reviews_7263 .testimonial_feedback_3076:nth-child(n) {
    padding: 2rem 1rem;
    transform: translateY(0);
    border-left: none;
    border-top: 3px solid rgb(198,178,201);
}.user_reviews_7263 .testimonial_feedback_3076:hover {
    transform: translateY(-10px) translateX(0);
    border-left: none;
    border-top: 3px solid rgb(114,114,187);
}.user_reviews_7263 .testimonial_feedback_3076::before {
    left: 1rem;
    top: 0.5rem;
    font-size: 4rem;
}.user_reviews_7263 .testimonial_feedback_3076::after {
    width: 3px;
    height: 0;
    bottom: auto;
    transition: height 0.5s ease;
    top: 0;
}.user_reviews_7263 .testimonial_feedback_3076:hover::after {
    height: 100%;
    width: 3px;
}.user_reviews_7263 .testimonial_feedback_3076 p,
    .user_reviews_7263 .testimonial_feedback_3076:hover p,
    .user_reviews_7263 .testimonial_feedback_3076 .description,
    .user_reviews_7263 .testimonial_feedback_3076:hover .description {
    transform: translateX(0);
}}.privacy_defense_1526 {
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    height: auto;
    z-index: 1;
}.privacy_defense_1526::before {
    z-index: -1;
    position: absolute;
    content: '';
    right: 10px;
    top: 10px;
    left: 10px;
    bottom: 10px;
}.privacy_defense_1526 h1 {
    font-size: 40px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-top: 30px;
    color: rgb(198,178,201);
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid rgb(198,178,201);
    margin-bottom: 20px;
}.privacy_defense_1526 h2 {
    margin-top: 25px;
    text-align: left;
    border-left: 4px solid rgb(114,114,187);
    padding-left: 15px;
    font-family: Arial, sans-serif;
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(114,114,187);
}.privacy_defense_1526 h3, .privacy_defense_1526 h4, .privacy_defense_1526 h5, .privacy_defense_1526 h6 {
    font-weight: 400;
    color: rgb(198,178,201);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: Arial, sans-serif;
}.privacy_defense_1526 ul, .privacy_defense_1526 ol {
    padding: 15px 0;
    list-style: none;
    margin: 0;
    padding-left: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
}.privacy_defense_1526 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}.privacy_defense_1526 li::before {
    position: absolute;
    transform: translateY(-50%);
    font-size: 1.2em;
    content: ">";
    left: 0;
    line-height: 1em;
    top: 50%;
    color: rgb(198,178,201);
}.privacy_defense_1526 section {
    border: 1px solid rgb(114,114,187,0.5);
    border-radius: 10px;
    background: #000000;
    padding: 20px;
    margin-bottom: 20px;
}.privacy_defense_1526 p, .privacy_defense_1526 span, .privacy_defense_1526 div {
    line-height: 1.6;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding-left: 15px;
    border-left: 3px solid rgb(198,178,201);
    font-size: 14px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {.privacy_defense_1526 {
    width: 95%;
    padding: 20px;
}.privacy_defense_1526 h1 {
    margin-bottom: 15px;
    font-size: calc(18px - 6px);
    margin-top: 20px;
}.privacy_defense_1526 h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: calc(18px - 6px);
}.privacy_defense_1526 ul, .privacy_defense_1526 ol {
    padding-left: 15px;
}.privacy_defense_1526 li {
    padding-left: 20px;
}.privacy_defense_1526 p, .privacy_defense_1526 span, .privacy_defense_1526 div {
    padding-left: 10px;
    margin-bottom: 15px;
}}.program_information_7425 {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,219,210) 0%, rgba(255,255,255,0.9) 100%);
}.program_information_7425::before {
    z-index: 0;
    top: -5%;
    opacity: 0.5;
    right: -10%;
    content: "";
    transform: rotate(-15deg);
    filter: blur(60px);
    background: linear-gradient(145deg, rgb(114,114,187,0.5) 0%, rgb(198,178,201,0.5) 100%);
    width: 40%;
    position: absolute;
    height: 60%;
}.program_information_7425::after {
    z-index: 0;
    opacity: 0.3;
    bottom: -5%;
    transform: rotate(15deg);
    background: linear-gradient(145deg, rgb(198,178,201,0.5) 0%, rgb(114,114,187) 20%, transparent 100%);
    height: 60%;
    width: 40%;
    position: absolute;
    filter: blur(60px);
    left: -10%;
    content: "";
}.program_information_7425 .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.program_information_7425 h2 {
    font-weight: 700;
    margin-bottom: 3rem;
    opacity: 0;
    font-size: 37px;
    text-align: left;
    transform: translateX(-20px);
    color: #000000;
    position: relative;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
}.program_information_7425 h2::after {
    transform-origin: left;
    display: block;
    background: linear-gradient(90deg, rgb(198,178,201), rgb(114,114,187));
    content: "";
    animation: expandLine 0.6s ease-out 1s forwards;
    transform: scaleX(0);
    height: 4px;
    margin-top: 15px;
    width: 80px;
}.program_information_7425 .learn_coding_3649 {
    display: grid;
    opacity: 0;
    gap: 3rem;
    transform: translateY(20px);
    grid-template-columns: 1fr;
    animation: fadeIn 0.8s ease-out 0.6s forwards;
}.program_information_7425 .img_hover_effect_6741 {
    height: 300px;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(-2deg);
    width: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}.program_information_7425 .img_hover_effect_6741::before {
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%);
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
}.program_information_7425 .img_hover_effect_6741::after {
    top: -10%;
    position: absolute;
    z-index: 2;
    left: -10%;
    width: 120%;
    background: linear-gradient(135deg, rgb(114,114,187,0.5) 0%, transparent 70%);
    opacity: 0.5;
    animation: shimmer 8s infinite alternate ease-in-out;
    mix-blend-mode: overlay;
    content: "";
    height: 120%;
}.program_information_7425 .text_panel_wrap_4701 {
    position: relative;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    border: 1px solid rgba(255,255,255,0.2);
    padding: 2rem;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
}.program_information_7425 .text_panel_wrap_4701::before {
    top: 0;
    width: 100%;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(198,178,201), rgb(114,114,187));
    position: absolute;
    left: 0;
    animation: expandLine 0.8s ease-out 1.2s forwards;
    transform-origin: left;
    transform: scaleX(0);
}.program_information_7425 .description {
    line-height: 1.8;
    opacity: 0;
    position: relative;
    transform: translateY(15px);
    font-size: 16px;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
    color: #000000;
}.program_information_7425 .description:first-of-type::first-letter {
    padding-right: 0.1em;
    line-height: 0.8;
    font-weight: 700;
    color: rgb(198,178,201);
    float: left;
    font-size: 1.8em;
}.program_information_7425 .description:last-of-type {
    animation-delay: 1s;
    margin-bottom: 0;
}

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

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

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

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

@keyframes shimmer {
    0% {
        transform: translate(-10%, -10%) scale(1.1);
    }
    100% {
        transform: translate(5%, 5%) scale(1);
    }
}

@media (min-width: 768px) {.program_information_7425 {
    padding: 8rem 0;
}.program_information_7425 h2 {
    max-width: 80%;
    font-size: calc(37px * 1.2);
}.program_information_7425 .learn_coding_3649 {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program_information_7425 .img_hover_effect_6741 {
    height: 500px;
    transform: perspective(1000px) rotateY(-3deg);
}.program_information_7425 .img_hover_effect_6741:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_information_7425 .text_panel_wrap_4701 {
    padding: 3rem;
}
}

@media (min-width: 992px) {.program_information_7425 {
    padding: 10rem 0;
}.program_information_7425 h2 {
    font-size: calc(37px * 1.4);
    max-width: 70%;
}.program_information_7425 .learn_coding_3649 {
    gap: 6rem;
}.program_information_7425 .img_hover_effect_6741 {
    height: 600px;
}.program_information_7425 .description {
    font-size: calc(16px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.program_information_7425 h2 {
    text-align: center;
    font-size: calc(37px * 0.9);
}.program_information_7425 h2::after {
    margin: 15px auto 0;
}.program_information_7425 .img_hover_effect_6741 {
    order: -1;
}.program_information_7425 .text_panel_wrap_4701 {
    padding: 1.5rem;
}.program_information_7425 .description {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}}.title_board_6852 {
    flex-direction: column;
    display: flex;
    padding: 6rem 2rem;
    overflow: hidden;
    justify-content: center;
    background: linear-gradient(135deg, rgb(220,219,210) 0%, #ffffff 100%);
    position: relative;
    min-height: 100vh;
}.title_board_6852::before {
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.15;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(198,178,201,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(114,114,187,0.5) 0%, transparent 30%);
}.title_board_6852::after {
    width: 200%;
    background: linear-gradient(45deg, transparent 65%, rgba(255,255,255,0.05) 70%, transparent 75%);
    left: -50%;
    animation: lightSweep 8s linear infinite;
    position: absolute;
    z-index: 2;
    top: -50%;
    content: "";
    height: 200%;
}.title_board_6852 h1 {
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    color: rgb(198,178,201);
    font-size: calc(20px * 1.2);
    margin-bottom: 1.5rem;
    position: relative;
    transform: translateY(20px);
    font-weight: 700;
    opacity: 0;
    letter-spacing: 0.05em;
    text-align: center;
    z-index: 10;
}.title_board_6852 .virtual_track_4519 {
    position: relative;
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
    z-index: 5;
    grid-template-columns: 1fr;
}.title_board_6852 .text_panel_wrap_4701 {
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 5px 5px 15px rgba(255, 255, 255, 0.8),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    transform: translateY(30px);
    padding: 2.5rem;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 28px;
}.title_board_6852 ol {
    padding: 0;
    margin: 0;
    list-style: none;
}.title_board_6852 li {
    margin-bottom: 2rem;
}.title_board_6852 .edu_first_1397 {
    align-items: center;
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}.title_board_6852 svg {
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    transform: scale(0.8);
    opacity: 0;
    height: 120px;
    animation: zoomIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    width: 120px;
}.title_board_6852 svg path {
    transition: fill 0.3s ease;
}.title_board_6852 svg:hover path {
    fill: rgb(198,178,201);
    filter: drop-shadow(0 0 5px rgb(198,178,201,0.5));
}.title_board_6852 svg text {
    animation: textGlow 2s ease-in-out infinite alternate;
}.title_board_6852 .edu_first_1397 p {
    transform: translateY(15px);
    line-height: 1.6;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    max-width: 600px;
    margin: 0;
    text-align: center;
    color: #000000;
    font-size: 16px;
}.title_board_6852 .feedback_block_9820 {
    position: relative;
    z-index: 10;
    text-decoration: none;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(198,178,201) 0%, rgb(114,114,187) 100%);
    overflow: hidden;
    font-size: 17px;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    transform: scale(0.95) translateY(10px);
    opacity: 0;
    color: #ffffff;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 1rem 2rem;
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.1),
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        inset 0 0 0 rgba(255, 255, 255, 0.2);
    font-weight: 600;
}.title_board_6852 .feedback_block_9820::before {
    top: 0;
    transition: all 0.6s ease;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    position: absolute;
    height: 100%;
}.title_board_6852 .feedback_block_9820:hover {
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.15),
        -8px -8px 20px rgba(255, 255, 255, 0.8),
        inset 0 0 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.02);
}.title_board_6852 .feedback_block_9820:hover::before {
    left: 100%;
}.title_board_6852 .feedback_block_9820:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 
        3px 3px 10px rgba(0, 0, 0, 0.1),
        -3px -3px 10px rgba(255, 255, 255, 0.8),
        inset 3px 3px 10px rgba(0, 0, 0, 0.05),
        inset -3px -3px 10px rgba(255, 255, 255, 0.5);
}.title_board_6852 .img_hover_effect_6741 {
    position: relative;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    overflow: hidden;
    border-radius: 28px;
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    height: 300px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
}.title_board_6852 .img_hover_effect_6741::before {
    opacity: 0.4;
    height: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(
        135deg, 
        rgb(198,178,201,0.5) 0%, 
        transparent 50%, 
        rgb(114,114,187,0.5) 100%
    );
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
}.title_board_6852 .img_hover_effect_6741:hover::before {
    opacity: 0.2;
}

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

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

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

@keyframes textGlow {
    0% {
        filter: drop-shadow(0px 0px 2px rgba(94,170,168, 0.3));
    }
    100% {
        filter: drop-shadow(0px 0px 8px rgba(94,170,168, 0.7));
    }
}

@media (min-width: 768px) {.title_board_6852 {
    padding: 8rem 4rem;
}.title_board_6852 h1 {
    margin-left: 2rem;
    text-align: left;
    font-size: calc(31px * 0.9);
}.title_board_6852 .virtual_track_4519 {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}.title_board_6852 .text_panel_wrap_4701 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 3rem;
}.title_board_6852 .img_hover_effect_6741 {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    height: 450px;
}.title_board_6852 .edu_first_1397 {
    align-items: flex-start;
}.title_board_6852 .edu_first_1397 p {
    text-align: left;
}.title_board_6852 svg {
    width: 150px;
    height: 150px;
}
}

@media (min-width: 1200px) {.title_board_6852 {
    padding: 0 6rem;
}.title_board_6852 h1 {
    margin-left: 4rem;
}.title_board_6852 .virtual_track_4519 {
    gap: 6rem;
}.title_board_6852 .text_panel_wrap_4701 {
    transform: perspective(1000px) rotateY(-5deg);
    padding: 4rem;
}.title_board_6852 .img_hover_effect_6741 {
    height: 550px;
    animation: fadeInPhoto 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    transform: perspective(1000px) rotateY(5deg) translateY(30px) scale(0.95);
    opacity: 0;
}.title_board_6852 svg {
    width: 180px;
    height: 180px;
}@keyframes fadeInPhoto {
        from {
            opacity: 0;
            transform: perspective(1000px) rotateY(5deg) translateY(30px) scale(0.95);
        }
        to {
            opacity: 1;
            transform: perspective(1000px) rotateY(5deg) translateY(0) scale(1);
        }
    }
}.pricing_plan_3062 {
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(220,219,210) 0%, rgba(245, 247, 250, 0.95) 100%);
}.pricing_plan_3062::before {
    top: -10%;
    transform: rotate(-15deg);
    border-radius: 10px;
    background: linear-gradient(120deg, rgb(198,178,201,0.5) 20%, rgb(114,114,187,0.5) 80%);
    content: "";
    width: 40%;
    position: absolute;
    opacity: 0.1;
    z-index: 0;
    right: -5%;
    height: 70%;
}.pricing_plan_3062::after {
    height: 50%;
    left: -3%;
    border-radius: 10px;
    opacity: 0.08;
    bottom: -5%;
    transform: rotate(10deg);
    z-index: 0;
    background: linear-gradient(45deg, rgb(114,114,187,0.5) 30%, rgb(198,178,201,0.5) 70%);
    position: absolute;
    content: "";
    width: 35%;
}.pricing_plan_3062 .container {
    max-width: 1400px;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}.pricing_plan_3062 .offer_box_8972 {
    display: flex;
    flex-direction: column;
}.pricing_plan_3062 .fee_board_1863 {
    order: 1;
    position: relative;
    text-align: center;
    margin-bottom: 3.5rem;
}.pricing_plan_3062 .fee_board_1863 h2 {
    font-size: 37px;
    margin-bottom: 1.5rem;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    position: relative;
}.pricing_plan_3062 .fee_board_1863 h2::after {
    content: "";
    bottom: -0.75rem;
    background: linear-gradient(90deg, transparent, rgb(198,178,201), transparent);
    width: 70%;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    height: 3px;
}.pricing_plan_3062 .package_pricing_3492 {
    max-width: 800px;
    font-size: 18px;
    margin: 0 auto;
    color: #000000;
    line-height: 1.6;
}.pricing_plan_3062 .discount_tier_6507 {
    gap: 2rem;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
}.pricing_plan_3062 .fee_struct_9823 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    text-decoration: none;
    position: relative;
    display: block;
    height: 100%;
    color: #000000;
    overflow: hidden;
    background: #ffffff;
}.pricing_plan_3062 .fee_struct_9823:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}.pricing_plan_3062 .fee_struct_9823::before {
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 5px;
    transform: translateY(-5px);
    background: linear-gradient(90deg, rgb(198,178,201), rgb(114,114,187));
}.pricing_plan_3062 .fee_struct_9823:hover::before {
    transform: translateY(0);
}.pricing_plan_3062 .promo_rates_7963 {
    height: 100%;
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
}.pricing_plan_3062 .pricing_offers_9460 {
    display: flex;
    flex-direction: column;
    padding: 2rem 1.75rem;
    flex: 1;
    position: relative;
}.pricing_plan_3062 .pricing_offers_9460 h3 {
    color: #000000;
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(22px * 1.1);
    font-weight: 700;
}.pricing_plan_3062 .pricing_offers_9460 .group_plans_9813 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.3);
    position: relative;
    color: rgb(198,178,201);
}.pricing_plan_3062 .pricing_offers_9460 .group_plans_9813::after {
    background: rgb(198,178,201,0.5);
    height: 2px;
    bottom: -0.75rem;
    position: absolute;
    content: "";
    width: 40px;
    left: 0;
}.pricing_plan_3062 .pricing_offers_9460 p {
    overflow-wrap: break-word;
    word-break: break-word;
    flex-grow: 1;
    word-wrap: break-word;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.65;
    font-size: 18px;
}.pricing_plan_3062 .img_hover_effect_6741 {
    position: relative;
    height: 180px;
    overflow: hidden;
    width: 100%;
    transition: transform 0.5s ease;
}.pricing_plan_3062 .img_hover_effect_6741::after {
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}.pricing_plan_3062 .fee_struct_9823:hover .img_hover_effect_6741 {
    transform: scale(1.05);
}.pricing_plan_3062 .fee_struct_9823:nth-child(odd) .pricing_offers_9460::before {
    position: absolute;
    right: 1rem;
    border-radius: 50%;
    background: rgb(198,178,201,0.5);
    height: 2.5rem;
    width: 2.5rem;
    content: "";
    opacity: 0.1;
    top: 1rem;
    z-index: -1;
}.pricing_plan_3062 .fee_struct_9823:nth-child(even) .pricing_offers_9460::before {
    background: rgb(114,114,187,0.5);
    width: 2.5rem;
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    height: 2.5rem;
    border-radius: 50%;
    bottom: 1rem;
    content: "";
    left: 1rem;
}

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

@media (max-width: 991px) {.pricing_plan_3062 {
    padding: 5rem 0;
}.pricing_plan_3062 .fee_struct_9823 {
    margin-bottom: 1.5rem;
}.pricing_plan_3062 .fee_board_1863 {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.pricing_plan_3062 {
    padding: 4rem 0;
}.pricing_plan_3062 .fee_board_1863 h2 {
    font-size: calc(37px * 0.9);
}.pricing_plan_3062 .pricing_offers_9460 h3 {
    font-size: 22px;
}.pricing_plan_3062 .pricing_offers_9460 .group_plans_9813 {
    font-size: calc(22px * 1.15);
}.pricing_plan_3062 .img_hover_effect_6741 {
    height: 160px;
}
}

@media (max-width: 575px) {.pricing_plan_3062 {
    padding: 3rem 0;
}.pricing_plan_3062 .container {
    padding: 0 1.5rem;
}.pricing_plan_3062 .discount_tier_6507 {
    gap: 1.5rem;
}.pricing_plan_3062 .pricing_offers_9460 {
    padding: 1.5rem;
}.pricing_plan_3062 .img_hover_effect_6741 {
    height: 140px;
}
}

@media (hover: none) {.pricing_plan_3062 .fee_struct_9823:hover {
    transform: none;
}.pricing_plan_3062 .fee_struct_9823:hover .img_hover_effect_6741 {
    transform: none;
}}header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    top: 0;
    border-bottom: 1px solid rgb(198,178,201,0.5);
    left: 0;
    background: linear-gradient(180deg, 
        rgb(198,178,201) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    width: 100%;
    position: fixed;
    transition: all 0.4s ease;
    z-index: 1000;
    backdrop-filter: blur(10px);
}header:before {
    opacity: 0.1;
    height: 100%;
    pointer-events: none;
    top: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(198,178,201,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(114,114,187,0.5) 0%, transparent 25%);
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
}header:after {
    width: 100%;
    opacity: 0.02;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    mix-blend-mode: overlay;
    pointer-events: none;
    content: '';
}header .top_know_9470 {
    position: relative;
    overflow: hidden;
}header .top_know_9470:before {
    content: '';
    bottom: 0;
    width: 200%;
    animation: scanlineGlow 4s linear infinite;
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(198,178,201), 0 0 35px rgb(198,178,201);
    left: -50%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(198,178,201) 25%,
        #ffffff 50%,
        rgb(198,178,201) 75%,
        transparent 100%
    );
    position: absolute;
    height: 1px;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 25px;
    position: relative;
}header .container:before {
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    content: '';
    position: absolute;
    pointer-events: none;
    mix-blend-mode: overlay;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}header .top_pagebar_6904 {
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative;
}header .top_pagebar_6904:before {
    transform: translateY(-50%);
    filter: blur(15px);
    width: 20px;
    background: rgb(198,178,201);
    left: -10px;
    top: 50%;
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    height: 20px;
    animation: breathe 5s infinite alternate;
    content: '';
}header .top_pagebar_6904:after {
    height: 20px;
    filter: blur(15px);
    width: 20px;
    border-radius: 50%;
    opacity: 0.3;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    animation: breathe 5s infinite alternate-reverse;
    right: -10px;
    background: rgb(114,114,187);
    position: absolute;
}header .head_expert_6879 {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}header .head_expert_6879:before {
    animation: menuGlow 10s infinite ease-in-out;
    opacity: 0.15;
    height: 110%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(198,178,201,0.5), 
        transparent
    );
    transform: translateX(-100%);
    width: 110%;
    top: -5%;
    content: '';
    left: -5%;
    filter: blur(5px);
}header .head_pro_7304 {
    font-size: 15px;
    padding: 8px 2px;
    position: relative;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 1px #ffffff;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}header .head_pro_7304:before {
    width: 100%;
    position: absolute;
    top: 0;
    transform: skewX(-20deg) scale(0.8, 1);
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(198,178,201,0.5), 
        transparent
    );
    opacity: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    transition: all 0.4s ease;
}header .head_pro_7304:after {
    position: absolute;
    bottom: -2px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        rgb(198,178,201),
        #ffffff 50%,
        rgb(198,178,201)
    );
    content: '';
    height: 2px;
    opacity: 0.8;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: blur(0.5px);
    width: 0;
    left: 50%;
}header .head_pro_7304:hover {
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(198,178,201);
    transform: translateY(-2px);
    color: #ffffff;
}header .head_pro_7304:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .head_pro_7304:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(198,178,201),
        0 0 10px rgb(198,178,201);
}header .main_master_7951 {
    position: relative;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    padding: 5px;
    display: flex;
}header .main_master_7951:before {
    top: 50%;
    content: '';
    width: 150%;
    left: 50%;
    background: radial-gradient(circle, 
        rgb(198,178,201,0.5) 0%, 
        transparent 70%
    );
    opacity: 0;
    position: absolute;
    height: 150%;
    transition: opacity 0.5s ease;
    transform: translate(-50%, -50%);
}header .main_master_7951:after {
    left: -5px;
    content: '';
    width: calc(100% + 10px);
    top: -5px;
    border-image: linear-gradient(45deg, rgb(198,178,201), rgb(114,114,187), rgb(198,178,201)) 1;
    transition: all 0.5s ease;
    opacity: 0;
    position: absolute;
    height: calc(100% + 10px);
    border: 1px solid transparent;
}header .main_master_7951:hover:before {
    opacity: 0.3;
}header .main_master_7951:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .main_master_7951 svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 2px rgb(198,178,201,0.5));
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .main_master_7951:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(198,178,201));
}header .main_master_7951:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(198,178,201), rgb(114,114,187), rgb(198,178,201)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(198,178,201), rgb(114,114,187), rgb(198,178,201)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(198,178,201), rgb(114,114,187), rgb(198,178,201)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .head_expert_6879 {
    gap: 20px;
}header .main_master_7951 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .head_expert_6879 {
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    right: -100%;
    position: fixed;
    top: 0;
    -webkit-backdrop-filter: blur(15px);
    flex-direction: column;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 85%;
    gap: 25px;
    padding: 85px 30px 30px;
    max-width: 330px;
    overflow-y: auto;
    height: 100vh;
    backdrop-filter: blur(15px);
}header .head_expert_6879:before {
    animation: none;
    width: 80%;
    opacity: 0.3;
    top: 70px;
    height: 1px;
    left: 10%;
}header .head_expert_6879:after {
    position: absolute;
    content: '';
    background: transparent;
    width: 30px;
    top: 20px;
    opacity: 0.6;
    border: 1px solid rgb(198,178,201,0.5);
    height: 30px;
    right: 20px;
}header .menu.active {
    right: 0;
}header .head_pro_7304 {
    width: 100%;
    border-bottom: 1px solid rgb(198,178,201,0.5);
    opacity: 0.8;
    text-align: left;
    padding: 12px 5px;
}header .head_pro_7304:last-child {
    border-bottom: none;
}header .head_pro_7304:hover {
    opacity: 1;
    transform: translateY(0);
}header .main_master_7951 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .main_master_7951 svg {
    height: 35px;
}header .head_expert_6879 {
    max-width: 100%;
    width: 100%;
}}.get_help_info_9703 {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(220,219,210) 0%, rgb(114,114,187,0.5) 100%);
    overflow: hidden;
}.get_help_info_9703::before {
    background: radial-gradient(circle, rgb(198,178,201,0.5) 0%, transparent 70%);
    width: 30%;
    animation: float 15s infinite ease-in-out;
    top: -5%;
    opacity: 0.5;
    position: absolute;
    height: 30%;
    content: "";
    right: -5%;
}.get_help_info_9703::after {
    animation: float 18s infinite ease-in-out reverse;
    width: 40%;
    position: absolute;
    bottom: -10%;
    background: radial-gradient(circle, rgb(198,178,201,0.5) 0%, transparent 70%);
    left: -5%;
    opacity: 0.3;
    content: "";
    height: 40%;
}.get_help_info_9703 .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.get_help_info_9703 .assist_grid_8974 {
    padding: 3.5rem;
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    background: linear-gradient(145deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
}.get_help_info_9703 .assist_grid_8974:hover {
    transform: perspective(1000px) rotateY(0deg);
}.get_help_info_9703 h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 1.8rem;
    font-weight: 700;
    color: rgb(198,178,201);
    font-size: 36px;
}.get_help_info_9703 h3::after {
    position: absolute;
    content: "";
    bottom: -10px;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(198,178,201) 0%, transparent 100%);
    height: 3px;
    width: 60%;
    left: 0;
}.get_help_info_9703 h3:hover::after {
    width: 100%;
}.get_help_info_9703 p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #000000;
    font-family: Arial, sans-serif;
}.get_help_info_9703 h5 {
    margin-bottom: 0.5rem;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    display: flex;
}.get_help_info_9703 svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}.get_help_info_9703 svg:hover {
    transform: scale(1.1);
}.get_help_info_9703 svg path {
    fill: rgb(198,178,201);
    transition: fill 0.3s ease;
}.get_help_info_9703 svg:hover path {
    fill: rgb(114,114,187);
}.get_help_info_9703 .learn_form_7594 {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    padding: 0;
    margin: 2rem 0 0;
    list-style: none;
}.get_help_info_9703 .learn_form_7594 li {
    transition: transform 0.3s ease;
    position: relative;
}.get_help_info_9703 .learn_form_7594 li:hover {
    transform: translateX(5px);
}.get_help_info_9703 .edu_coach_7391 {
    align-items: center;
    color: #000000;
    display: flex;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}.get_help_info_9703 .edu_coach_7391:hover {
    color: rgb(198,178,201);
}.get_help_info_9703 .edu_coach_7391 svg {
    margin-left: 10px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

@media (min-width: 768px) {.get_help_info_9703 .assist_grid_8974 {
    padding: 4rem;
    max-width: 90%;
    margin: 0 auto;
}.get_help_info_9703 .learn_form_7594 {
    gap: 2rem;
    flex-wrap: wrap;
    flex-direction: row;
}
}

@media (min-width: 992px) {.get_help_info_9703 .assist_grid_8974 {
    max-width: 80%;
    padding: 5rem;
}.get_help_info_9703 h3 {
    font-size: calc(36px * 1.1);
    margin-bottom: 2.5rem;
}.get_help_info_9703::before {
    width: 35%;
    height: 35%;
}.get_help_info_9703::after {
    height: 45%;
    width: 45%;
}
}

@media (max-width: 767px) {.get_help_info_9703 {
    padding: 4rem 0;
}.get_help_info_9703 .assist_grid_8974 {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2rem;
}.get_help_info_9703 h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 1.5rem;
}.get_help_info_9703 p {
    font-size: calc(18px * 0.95);
}.get_help_info_9703 .edu_coach_7391 {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.get_help_info_9703 {
    padding: 3rem 0;
}.get_help_info_9703 .assist_grid_8974 {
    transform: none;
    padding: 1.5rem;
}.get_help_info_9703 h3 {
    font-size: calc(36px * 0.8);
}.get_help_info_9703 svg {
    width: 20px;
    height: 20px;
}}.id_thankbox_8504 {
    background: linear-gradient(135deg, rgb(220,219,210), rgb(114,114,187,0.5) 120%);
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
}.id_thankbox_8504::before {
    left: 0;
    content: "";
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(198,178,201,0.5) 0%, transparent 60%);
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.4;
    z-index: 0;
}.id_thankbox_8504::after {
    bottom: -10%;
    right: -5%;
    z-index: 0;
    width: 40%;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(114,114,187) 0%, transparent 70%);
    opacity: 0.1;
    content: "";
    position: absolute;
    animation: float 15s ease-in-out infinite;
    height: 60%;
}.id_thankbox_8504 .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.id_thankbox_8504 .virtual_track_4519 {
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 15px 25px rgba(rgb(114,114,187), 0.05),
              0 5px 10px rgba(rgb(198,178,201), 0.03);
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    position: relative;
    transform-origin: center bottom;
    background: rgba(255, 255, 255, 0.85);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
}.id_thankbox_8504 .virtual_track_4519:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
              0 20px 30px rgba(rgb(114,114,187), 0.07),
              0 10px 15px rgba(rgb(198,178,201), 0.05);
}.id_thankbox_8504 .virtual_track_4519 > div:first-child {
    margin-bottom: 2rem;
    opacity: 0;
    animation: slideInLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    position: relative;
    transform: translateX(-20px);
    padding-left: 1.5rem;
    border-left: 4px solid rgb(198,178,201);
}.id_thankbox_8504 .virtual_track_4519 > div:last-child {
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
}.id_thankbox_8504 h5 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 23px;
    color: #000000;
    line-height: 1.4;
    margin: 0 0 1rem 0;
    position: relative;
}.id_thankbox_8504 h5::after {
    content: "";
    background: linear-gradient(90deg, rgb(198,178,201), transparent);
    bottom: -0.75rem;
    transform-origin: left;
    transform: scaleX(0);
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    height: 3px;
    width: 4rem;
    left: 0;
    position: absolute;
}.id_thankbox_8504 p {
    font-size: 16px;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
    overflow: hidden;
    font-weight: 400;
    margin: 0;
}.id_thankbox_8504 a {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.id_thankbox_8504 a::before {
    height: 100%;
    width: 0.5rem;
    content: "";
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    opacity: 0;
    left: -2.5rem;
    transform: translateX(-10px);
    top: 0;
    background: linear-gradient(to bottom, rgb(198,178,201), rgb(114,114,187));
}.id_thankbox_8504 a:hover {
    transform: translateX(10px);
}.id_thankbox_8504 a:hover::before {
    opacity: 0.7;
    transform: translateX(0);
}.id_thankbox_8504 a:focus {
    box-shadow: 0 0 0 2px rgb(198,178,201,0.5);
    outline: none;
}

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

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

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

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

@media (min-width: 768px) {.id_thankbox_8504 {
    padding: 8rem 3rem;
}.id_thankbox_8504 .virtual_track_4519 {
    margin: 0 5rem;
    padding: 4.5rem 5rem;
}.id_thankbox_8504 .virtual_track_4519 > div:first-child {
    margin-bottom: 3rem;
    border-left-width: 6px;
    padding-left: 2rem;
}.id_thankbox_8504 h5 {
    font-size: calc(23px * 1.1);
}.id_thankbox_8504 p {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 992px) {.id_thankbox_8504 .virtual_track_4519 {
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
}.id_thankbox_8504 .virtual_track_4519 > div:first-child {
    margin-right: 5rem;
    margin-bottom: 0;
    flex: 0 0 40%;
}.id_thankbox_8504 .virtual_track_4519 > div:last-child {
    flex: 0 0 60%;
}.id_thankbox_8504 h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.id_thankbox_8504 {
    padding: 4rem 1.5rem;
}.id_thankbox_8504 .virtual_track_4519 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.id_thankbox_8504 h5 {
    font-size: calc(23px * 0.9);
}.id_thankbox_8504 p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}.id_thankbox_8504 a::before {
    left: -1.5rem;
    width: 0.3rem;
}
}