* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.head_base_tool {
    flex: 1 0 auto;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    width: 16px;
}::-webkit-scrollbar-track {
    background: rgb(82,104,100,0.5);
    border-radius: 7.8vh;
    border: 1px ridge rgb(155,183,178);
}::-webkit-scrollbar-thumb {
    background: #ffffff;
    animation: shift_scrollbar 4.1s ease-out infinite;
    border-radius: 17%;
    transition: all, transform 2.3s cubic-bezier(0.42, 0, 0.58, 1);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -1px -5px 4px 4px rgba(0, 0, 0, 0.2);
    background: rgb(82,104,100);
    border-color: rgb(82,104,100);
}::-webkit-scrollbar-thumb:active {
    background: rgb(118,146,141);
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(82,104,100) rgb(82,104,100);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 7px;
}::-webkit-scrollbar-thumb {
    background: rgb(82,104,100);
}}

svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1251px;
}.wrapper-capsule_tool {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}header,footer {
    width: 100%;
}.mentor_cta_tool {
    flex: 0 0 auto;
}
@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_tool {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.contact_form_box_tool::before {
    z-index: 1;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(82,104,100,0.5);
    top: 0;
}.contact_form_box_tool .container {
    max-width: 1400px;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.contact_form_box_tool .reach_card_tool {
    display: grid;
    gap: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.contact_form_box_tool .reach_inquiry_tool {
    flex-wrap: wrap;
    border-radius: 0 0 27px 27px;
    display: flex;
    justify-content: space-between;
    grid-row: 2;
    padding: 60px 50px;
    background: #ffffff;
}.contact_form_box_tool .reach_inquiry_tool h3 {
    width: 100%;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    font-size: 29px;
}.contact_form_box_tool .reach_inquiry_tool h3::after {
    background: rgb(118,146,141);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: -15px;
    height: 3px;
    content: '';
    width: 80px;
}.contact_form_box_tool .reach_inquiry_tool div {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    flex: 0 0 calc(50% - 20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    background: rgb(155,183,178);
}.contact_form_box_tool .reach_inquiry_tool div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.contact_form_box_tool .reach_inquiry_tool svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.contact_form_box_tool .reach_inquiry_tool svg path {
    fill: rgb(118,146,141);
}.contact_form_box_tool .reach_inquiry_tool span {
    color: #000000;
    font-size: 15px;
}.contact_form_box_tool .reach_inquiry_tool a {
    transition: color 0.3s ease;
    color: rgb(118,146,141);
    text-decoration: none;
}.contact_form_box_tool .reach_inquiry_tool a:hover {
    color: rgb(82,104,100);
}.contact_form_box_tool .feedback_query_tool {
    background: rgb(118,146,141);
    overflow: hidden;
    grid-row: 1;
    padding: 0;
    border-radius: 27px 27px 0 0;
    position: relative;
}.contact_form_box_tool .feedback_query_tool::before {
    opacity: 0.2;
    right: -50px;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    top: -50px;
    background: rgb(82,104,100);
    content: '';
    position: absolute;
}.contact_form_box_tool .feedback_query_tool::after {
    border-radius: 50%;
    left: -80px;
    content: '';
    background: rgb(82,104,100);
    position: absolute;
    width: 200px;
    bottom: -80px;
    height: 200px;
    opacity: 0.1;
}.contact_form_box_tool form {
    padding: 60px 50px;
    position: relative;
    z-index: 1;
}.contact_form_box_tool form h3 {
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 29px;
}.contact_form_box_tool form h3::after {
    content: '';
    height: 3px;
    left: 50%;
    position: absolute;
    bottom: -15px;
    width: 80px;
    background: #ffffff;
    transform: translateX(-50%);
}.contact_form_box_tool form input[type="text"],
.contact_form_box_tool form input[type="email"] {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    width: 100%;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 15px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}.contact_form_box_tool form input[type="text"]:focus,
.contact_form_box_tool form input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
    outline: none;
}.contact_form_box_tool form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact_form_box_tool .request_panel_tool {
    display: flex;
    align-items: flex-start;
    margin: 25px 0 30px;
}.contact_form_box_tool .request_panel_tool input[type="checkbox"] {
    margin-right: 15px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    height: 22px;
    -webkit-appearance: none;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    appearance: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 22px;
}.contact_form_box_tool .request_panel_tool input[type="checkbox"]:checked {
    border-color: #ffffff;
    background-color: #ffffff;
}.contact_form_box_tool .request_panel_tool input[type="checkbox"]:checked::before {
    content: '';
    height: 10px;
    border: solid rgb(118,146,141);
    transform: rotate(45deg);
    position: absolute;
    border-width: 0 2px 2px 0;
    width: 6px;
    left: 7px;
    top: 4px;
}.contact_form_box_tool .request_panel_tool label {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}.contact_form_box_tool .request_panel_tool a {
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}.contact_form_box_tool .request_panel_tool a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}.contact_form_box_tool .connect_grid_tool {
    color: rgb(118,146,141);
    font-size: 15px;
    padding: 18px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #ffffff;
    border: none;
    width: 100%;
    font-weight: 700;
    cursor: pointer;
}.contact_form_box_tool .connect_grid_tool:hover {
    background: rgb(155,183,178);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {.contact_form_box_tool form {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    display: grid;
}.contact_form_box_tool form h3 {
    grid-column: span 2;
}.contact_form_box_tool .request_panel_tool {
    grid-column: span 2;
}.contact_form_box_tool .connect_grid_tool {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.contact_form_box_tool {
    padding: 90px 0;
}.contact_form_box_tool .feedback_query_tool,
    .contact_form_box_tool .reach_inquiry_tool {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_form_box_tool {
    padding: 70px 0;
}.contact_form_box_tool .reach_inquiry_tool div {
    flex: 0 0 100%;
}.contact_form_box_tool .feedback_query_tool,
    .contact_form_box_tool .reach_inquiry_tool {
    padding: 40px 30px;
}.contact_form_box_tool .reach_inquiry_tool h3,
    .contact_form_box_tool form h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.contact_form_box_tool {
    padding: 50px 0;
}.contact_form_box_tool .feedback_query_tool,
    .contact_form_box_tool .reach_inquiry_tool {
    padding: 30px 25px;
}.contact_form_box_tool .reach_inquiry_tool h3,
    .contact_form_box_tool form h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.85);
}.contact_form_box_tool form input[type="text"],
    .contact_form_box_tool form input[type="email"] {
    padding: 15px;
}}.future_learners_tool {
    position: relative;
    overflow: hidden;
    background-color: rgb(155,183,178);
    z-index: 1;
    padding: 6rem 0;
}.future_learners_tool::before {
    content: "";
    top: -50%;
    height: 100%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(82,104,100,0.5), 0.3) 0%,
        transparent 70%
    );
    animation: pulseGlow 15s infinite alternate ease-in-out;
    right: -50%;
    position: absolute;
    width: 100%;
    z-index: -1;
}.future_learners_tool::after {
    animation: pulseGlow 12s infinite alternate-reverse ease-in-out;
    left: -20%;
    bottom: -30%;
    height: 80%;
    z-index: -1;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(118,146,141,0.5), 0.2) 0%,
        transparent 70%
    );
    width: 80%;
    position: absolute;
    content: "";
}.future_learners_tool .skill_training_tool {
    flex-direction: column;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 2rem;
}.future_learners_tool h3 {
    text-align: center;
    z-index: 2;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 3rem;
    border-radius: 20px;
    font-size: 28px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    color: #000000;
    margin-bottom: 4rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.future_learners_tool h3::before,
.future_learners_tool h3::after {
    position: absolute;
    border-color: rgb(82,104,100);
    content: "";
    height: 30px;
    width: 30px;
    z-index: -1;
    border-style: solid;
}.future_learners_tool h3::before {
    left: -10px;
    border-width: 2px 0 0 2px;
    top: -10px;
    border-radius: 5px 0 0 0;
}.future_learners_tool h3::after {
    border-width: 0 2px 2px 0;
    border-radius: 0 0 5px 0;
    right: -10px;
    bottom: -10px;
}.future_learners_tool ul {
    display: flex;
    z-index: 2;
    flex-direction: column;
    list-style: none;
    position: relative;
    padding: 0;
    gap: 2rem;
    width: 100%;
    margin: 0;
}.future_learners_tool li {
    display: flex;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    backdrop-filter: blur(12px);
    text-align: center;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 6px 6px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.1);
    align-items: center;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.future_learners_tool li::before {
    content: "";
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(82,104,100,0.5), 0.5),
        transparent
    );
    height: 2px;
    position: absolute;
    right: 0;
    left: 0;
}.future_learners_tool li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 12px 12px rgba(0, 0, 0, 0.05),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
    border-color: rgba(rgb(82,104,100,0.5), 0.3);
}.future_learners_tool li:hover::after {
    height: 4px;
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(82,104,100),
        rgb(118,146,141)
    );
    animation: glowLine 2s infinite alternate ease-in-out;
}.future_learners_tool li svg {
    height: 60px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    margin-bottom: 1.5rem;
    width: 60px;
    fill: rgb(82,104,100);
    transition: all 0.3s ease;
}.future_learners_tool li svg path {
    transition: fill 0.3s ease;
    fill: rgb(82,104,100);
}.future_learners_tool li:hover svg {
    fill: rgb(118,146,141);
    transform: scale(1.05);
}.future_learners_tool li:hover svg path {
    fill: rgb(118,146,141);
}.future_learners_tool li:nth-child(even) {
    transform: translateX(20px);
}.future_learners_tool li:nth-child(odd) {
    transform: translateX(-20px);
}.future_learners_tool li:nth-child(even):hover {
    transform: translateX(20px) translateY(-10px);
}.future_learners_tool li:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-10px);
}

@keyframes pulseGlow {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.6;
        box-shadow: 0 0 5px rgba(rgb(82,104,100,0.5), 0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 15px rgba(rgb(118,146,141,0.5), 0.8);
    }
}

@media (min-width: 992px) {.future_learners_tool ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.future_learners_tool li:nth-child(1),
    .future_learners_tool li:nth-child(3) {
    transform: translateY(20px);
}.future_learners_tool li:nth-child(2),
    .future_learners_tool li:nth-child(4) {
    transform: translateY(-20px);
}.future_learners_tool li:nth-child(1):hover,
    .future_learners_tool li:nth-child(3):hover {
    transform: translateY(10px);
}.future_learners_tool li:nth-child(2):hover,
    .future_learners_tool li:nth-child(4):hover {
    transform: translateY(-30px);
}
}

@media (max-width: 991px) {.future_learners_tool {
    padding: 4rem 0;
}.future_learners_tool ul {
    gap: 1.5rem;
}.future_learners_tool h3 {
    font-size: calc(28px * 0.9);
    padding: 0.8rem 2rem;
    margin-bottom: 3rem;
}.future_learners_tool li {
    padding: 1.5rem;
}.future_learners_tool li svg {
    height: 50px;
    width: 50px;
    margin-bottom: 1rem;
}
}

@media (max-width: 768px) {.future_learners_tool {
    padding: 3rem 0;
}.future_learners_tool .skill_training_tool {
    padding: 0 1.5rem;
}.future_learners_tool h3 {
    padding: 0.7rem 1.5rem;
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.8);
}.future_learners_tool li {
    padding: 1.25rem;
}.future_learners_tool li:nth-child(even),
    .future_learners_tool li:nth-child(odd) {
    transform: translateX(0);
}.future_learners_tool li:nth-child(even):hover,
    .future_learners_tool li:nth-child(odd):hover {
    transform: translateY(-5px);
}.future_learners_tool li svg {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 480px) {.future_learners_tool {
    padding: 2.5rem 0;
}.future_learners_tool .skill_training_tool {
    padding: 0 1rem;
}.future_learners_tool h3 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.7);
    padding: 0.5rem 1rem;
}.future_learners_tool h3::before,
    .future_learners_tool h3::after {
    height: 20px;
    width: 20px;
}.future_learners_tool ul {
    gap: 1rem;
}.future_learners_tool li {
    padding: 1rem;
}.future_learners_tool li svg {
    margin-bottom: 0.75rem;
    height: 35px;
    width: 35px;
}}.training_structure_tool {
    overflow: hidden;
    min-height: 65vh;
    position: relative;
    background: rgb(155,183,178);
}.training_structure_tool::before {
    content: "";
    left: 0;
    z-index: 1;
    filter: blur(40px);
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(118,146,141,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(82,104,100,0.5) 0%, transparent 30%);
}.training_structure_tool::after {
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: repeating-radial-gradient(
        circle at center,
        transparent,
        transparent 50px,
        rgba(255, 255, 255, 0.03) 50px,
        rgba(255, 255, 255, 0.03) 100px
    );
    z-index: 2;
    content: "";
}.training_structure_tool .container {
    max-width: 1100px;
    margin: 0 auto;
    z-index: 5;
    padding: 5rem 2rem;
    justify-content: center;
    display: flex;
    position: relative;
    align-items: center;
}.training_structure_tool .skill_training_tool {
    max-width: 900px;
    position: relative;
    height: 100%;
    border-radius: 50%;
    flex-direction: column;
    width: 100%;
    padding: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    aspect-ratio: 1/1;
}.training_structure_tool .skill_training_tool::before {
    left: 5%;
    top: 5%;
    border-radius: 50%;
    width: 90%;
    content: "";
    z-index: -1;
    position: absolute;
    border: 2px solid rgb(118,146,141,0.5);
    animation: rotateBorder 20s linear infinite;
    height: 90%;
}.training_structure_tool .skill_training_tool::after {
    border: 1px dashed rgb(82,104,100,0.5);
    top: 10%;
    position: absolute;
    content: "";
    z-index: -1;
    left: 10%;
    animation: rotateBorder 15s linear infinite reverse;
    width: 80%;
    height: 80%;
    border-radius: 50%;
}.training_structure_tool h3 {
    font-size: 37px;
    font-weight: 700;
    color: rgb(118,146,141);
    max-width: 70%;
    padding: 1rem 2rem;
    transform: translateY(-20px);
    position: relative;
    text-align: center;
    z-index: 2;
    margin: 0 0 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
    background: #ffffff;
}.training_structure_tool h3::before {
    border-radius: inherit;
    opacity: 0.2;
    content: "";
    background: linear-gradient(135deg, rgb(118,146,141,0.5), transparent);
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}.training_structure_tool h3::after {
    position: absolute;
    content: "";
    top: 100%;
    height: 30px;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, rgb(118,146,141), transparent);
    width: 2px;
    left: 50%;
}.training_structure_tool span {
    width: 60%;
    line-height: 1.7;
    z-index: 2;
    color: #000000;
    transform: translateY(20px);
    height: auto;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 2rem;
    border-radius: 22px;
    position: relative;
    display: inline-block;
}.training_structure_tool span::before {
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    background: linear-gradient(to top, rgb(82,104,100), transparent);
    height: 30px;
    position: absolute;
    content: "";
    width: 2px;
}.training_structure_tool span::after {
    top: 0;
    width: 100%;
    content: "";
    border-radius: inherit;
    height: 100%;
    background: linear-gradient(45deg, rgb(82,104,100,0.5), transparent);
    opacity: 0.2;
    left: 0;
    z-index: -1;
    position: absolute;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 993px) {.training_structure_tool .skill_training_tool:hover::before,
    .training_structure_tool .skill_training_tool:hover::after {
    animation-play-state: paused;
}.training_structure_tool .skill_training_tool:hover h3,
    .training_structure_tool .skill_training_tool:hover span {
    transform: translateY(0);
    transition: transform 0.5s ease;
}
}

@media (max-width: 992px) {.training_structure_tool {
    min-height: auto;
}.training_structure_tool .container {
    padding: 4rem 1.5rem;
}.training_structure_tool .skill_training_tool {
    height: auto;
    gap: 3rem;
    padding: 2rem 0;
    border-radius: 0;
    aspect-ratio: auto;
}.training_structure_tool .skill_training_tool::before,
    .training_structure_tool .skill_training_tool::after {
    left: 0;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    top: 0;
}.training_structure_tool h3 {
    max-width: 90%;
    margin-bottom: 0;
    transform: none;
    font-size: calc(37px * 0.9);
}.training_structure_tool h3::after {
    display: none;
}.training_structure_tool span {
    transform: none;
    width: 90%;
}.training_structure_tool span::before {
    display: none;
}
}

@media (max-width: 768px) {.training_structure_tool .container {
    padding: 3rem 1.2rem;
}.training_structure_tool .skill_training_tool {
    gap: 2rem;
    padding: 1.5rem 0;
}.training_structure_tool h3 {
    padding: 0.8rem 1.5rem;
    max-width: 100%;
    font-size: calc(37px * 0.8);
}.training_structure_tool span {
    font-size: calc(12px * 0.9);
    width: 100%;
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.training_structure_tool .container {
    padding: 2.5rem 1rem;
}.training_structure_tool .skill_training_tool {
    gap: 1.5rem;
    padding: 1rem 0;
}.training_structure_tool h3 {
    font-size: calc(37px * 0.7);
    padding: 0.7rem 1.2rem;
}.training_structure_tool span {
    line-height: 1.6;
    padding: 1.2rem;
    font-size: calc(12px * 0.85);
}.training_structure_tool .skill_training_tool::before,
    .training_structure_tool .skill_training_tool::after {
    border-width: 1px;
}}.title_page_tool {
    justify-content: center;
    background-color: rgb(155,183,178);
    display: flex;
    align-items: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}.title_page_tool .start_entry_tool {
    padding: 2rem;
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 2;
}.title_page_tool .edu_online_tool {
    overflow: hidden;
    padding: 4rem 3rem;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateY(2deg);
}.title_page_tool .edu_online_tool::before {
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    opacity: 0.85;
    z-index: -1;
    content: "";
    bottom: 0;
    background: linear-gradient(
    135deg,
    rgb(118,146,141,0.5) 0%,
    rgb(82,104,100,0.5) 60%,
    rgb(255, 255, 255, 0.5) 100%
  );
}.title_page_tool .edu_online_tool::after {
    opacity: 0.1;
    position: absolute;
    animation: pulse 8s ease-in-out infinite alternate;
    width: 200%;
    background: radial-gradient(
    circle,
    rgb(255, 255, 255, 0.5) 0%,
    transparent 70%
  );
    z-index: -1;
    top: -50%;
    height: 200%;
    content: "";
    transform: scale(0.8);
    left: -50%;
}.title_page_tool .edu_online_tool:hover {
    transform: perspective(1000px) rotateY(0);
}.title_page_tool .edu_online_tool span {
    animation: slideInFromLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.2s;
    opacity: 0;
    margin-bottom: 1.5rem;
    position: relative;
    transform: translateX(10px);
    display: block;
}.title_page_tool .edu_online_tool h3 {
    -webkit-background-clip: text !important;
    font-size: 20px;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.85));
    color: #ffffff;
    background-clip: text !important;
    line-height: 1.4;
    display: inline-block;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    -webkit-text-fill-color: transparent;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    opacity: 0;
    font-weight: 600;
    position: relative;
    margin-bottom: 0.5rem;
}.title_page_tool .edu_online_tool h1 {
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 700;
    transform: translateY(20px);
    letter-spacing: -0.02em;
    font-size: 44px;
    position: relative;
}.title_page_tool .edu_online_tool p {
    max-width: 600px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.7s;
    color: #ffffff;
}.title_page_tool .edu_online_tool div div {
    transform: translateX(20px);
    border-left: 3px solid rgb(118,146,141);
    padding-left: 1rem;
    animation: fadeInRight 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.9s;
    opacity: 0;
    position: relative;
}

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

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

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

@keyframes pulse {
  0% {
    transform: scale(0.8) rotate(0deg);
  }
  50% {
    transform: scale(1) rotate(180deg);
  }
  100% {
    transform: scale(0.8) rotate(360deg);
  }
}

@media (max-width: 992px) {.title_page_tool .edu_online_tool {
    padding: 3rem 2rem;
    transform: perspective(800px) rotateY(1deg);
}.title_page_tool .edu_online_tool h1 {
    font-size: calc(44px * 0.85);
}.title_page_tool .edu_online_tool h3 {
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 768px) {.title_page_tool {
    min-height: 80vh;
}.title_page_tool .start_entry_tool {
    padding: 1.5rem;
}.title_page_tool .edu_online_tool {
    padding: 2.5rem 1.5rem;
    transform: none;
}.title_page_tool .edu_online_tool h1 {
    font-size: calc(44px * 0.7);
    margin-bottom: 1.5rem;
}.title_page_tool .edu_online_tool h3 {
    font-size: calc(20px * 0.9);
}.title_page_tool .edu_online_tool p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.title_page_tool {
    min-height: 70vh;
}.title_page_tool .start_entry_tool {
    padding: 1rem;
}.title_page_tool .edu_online_tool {
    padding: 2rem 1.2rem;
}.title_page_tool .edu_online_tool h1 {
    margin-bottom: 1.2rem;
    font-size: calc(44px * 0.6);
}.title_page_tool .edu_online_tool h3 {
    font-size: calc(20px * 0.85);
}.title_page_tool .edu_online_tool p {
    margin-bottom: 1.5rem;
    font-size: calc(14px * 0.9);
}.title_page_tool .edu_online_tool div div {
    padding-left: 0.8rem;
    border-left: 2px solid rgb(118,146,141);
}}header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    background: rgb(155,183,178);
    width: 100%;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    left: 0;
    position: fixed;
    top: 0;
}header:before {
    width: 100%;
    top: 0;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(118,146,141) 0%, 
        rgb(82,104,100) 50%, 
        rgb(118,146,141) 100%
    );
    left: 0;
    content: '';
}header:after {
    height: 100%;
    opacity: 0.4;
    content: '';
    pointer-events: none;
    left: 0;
    width: 100%;
    background-size: 20px 20px;
    background-color: rgba(0, 0, 0, 0.01);
    position: absolute;
    bottom: 0;
    background: 
        linear-gradient(135deg, rgb(155,183,178) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(155,183,178) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(155,183,178) 25%, transparent 25%),
        linear-gradient(45deg, rgb(155,183,178) 25%, transparent 25%);
}header .top_prime_tool {
    overflow: hidden;
    position: relative;
}header .top_prime_tool:before {
    width: 100%;
    bottom: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(118,146,141,0.5),
        transparent
    );
    content: '';
    left: 0;
    height: 1px;
    position: absolute;
}header .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 15px 25px;
}header .container:before {
    opacity: 0.7;
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    height: 8px;
    background: rgb(118,146,141);
    width: 8px;
    position: absolute;
    content: '';
}header .container:after {
    height: 8px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    content: '';
    opacity: 0.7;
    background: rgb(82,104,100);
    width: 8px;
}header .head_prime_tool {
    align-items: center;
    position: relative;
    justify-content: space-between;
    display: flex;
}header .head_prime_tool:before {
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    width: 100%;
    position: absolute;
    opacity: 0.2;
    bottom: -10px;
    left: 0;
    content: '';
}header .top_sitewrap_tool {
    gap: 30px;
    align-items: center;
    position: relative;
    display: flex;
}header .top_sitewrap_tool:before {
    background: rgb(118,146,141);
    transform: scaleX(0.9);
    width: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 2px;
    bottom: -8px;
    position: absolute;
    content: '';
    opacity: 0;
    left: 0;
    transform-origin: center;
}header .top_sitewrap_tool:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .nav_tutor_tool {
    font-size: 15px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    padding: 8px 2px;
    transition: all 0.3s ease;
    color: #000000;
}header .nav_tutor_tool:before {
    height: 2px;
    bottom: 0;
    position: absolute;
    background: rgb(118,146,141);
    left: 0;
    content: '';
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transform: translateX(-101%);
    width: 100%;
}header .nav_tutor_tool:after {
    transition: all 0.3s ease;
    content: '';
    opacity: 0;
    background: rgb(118,146,141);
    height: 8px;
    width: 8px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 100%;
}header .nav_tutor_tool:hover {
    color: rgb(118,146,141);
}header .nav_tutor_tool:hover:before {
    transform: translateX(0);
}header .nav_tutor_tool:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}header .nav_teach_tool {
    align-items: center;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 12px;
    position: relative;
}header .nav_teach_tool:before {
    content: '';
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(rgb(155,183,178), rgb(155,183,178)) padding-box,
                linear-gradient(135deg, rgb(118,146,141), rgb(82,104,100)) border-box;
    width: 100%;
    left: 0;
    border: 2px solid transparent;
    border-radius: 10px;
}header .nav_teach_tool:after {
    border-radius: 50%;
    top: -5px;
    height: 10px;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgb(118,146,141), rgb(82,104,100));
    left: -5px;
    transition: all 0.4s ease;
    transform: scale(0);
    width: 10px;
    opacity: 0;
}header .nav_teach_tool:hover:before {
    opacity: 1;
}header .nav_teach_tool:hover:after {
    transform: scale(1);
    opacity: 1;
}header .nav_teach_tool svg {
    width: auto;
    height: 42px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}header .nav_teach_tool:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .top_sitewrap_tool {
    gap: 20px;
}header .nav_teach_tool svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top_sitewrap_tool {
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    top: 0;
    background: rgb(155,183,178);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    height: 100vh;
    position: fixed;
    gap: 5px;
    flex-direction: column;
    padding: 75px 30px 30px;
    max-width: 320px;
    width: 80%;
    right: -100%;
}header .top_sitewrap_tool:before {
    top: 60px;
    bottom: auto;
    left: 10%;
    width: 80%;
    height: 1px;
}header .menu.active {
    right: 0;
}header .nav_tutor_tool {
    width: 100%;
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header .nav_tutor_tool:last-child {
    border-bottom: none;
}header .nav_tutor_tool:after {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 10px;
}header .nav_tutor_tool:hover:after {
    left: 5px;
    opacity: 1;
    top: 50%;
}header .nav_teach_tool {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .nav_teach_tool svg {
    height: 35px;
}}.cookie_popup_disclosure_tool {
    position: fixed;
    border-top: 2px solid rgb(118,146,141);
    bottom: 0;
    background: rgb(155,183,178);
    z-index: 90;
    width: 100%;
}.cookies_tracking_tool {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}.cookie_popup_disclosure_tool h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_popup_disclosure_tool p {
    font-size: 18px;
}.privacy_switch_tool {
    flex-shrink: 0;
    margin-right: 10px;
}.privacy_switch_tool svg, .privacy_switch_tool svg path, .privacy_switch_tool img {
    width: 100px;
    height: 100px;
    fill: rgb(118,146,141);
}.cookie_guide_tool {
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    flex-shrink: 0;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid rgb(118,146,141);
    color: rgb(118,146,141);
    line-height: 35px;
    min-width: 120px;
    margin-left: 10px;
}.cookie_popup_disclosure_tool p a {
    color: rgb(118,146,141);
    text-decoration: none;
}#cookieUsageNotice_tool {
    display: none;
}#cookieUsageNotice_tool:checked ~ .cookie_popup_disclosure_tool {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_popup_disclosure_tool {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.privacy_switch_tool {
    display: none;
}.cookies_tracking_tool {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_popup_disclosure_tool h5 {
    text-align: center;
}.cookie_popup_disclosure_tool p {
    text-align: center;
}.edu_approve_tool {
    margin-bottom: 20px;
}body .wrapper-capsule_tool .cookie_guide_tool {
    margin-left: 0;
}}
.wrapper-capsule_tool .cookies_tracking_tool {
    justify-content: flex-end;
}.wrapper-capsule_tool .cookie_guide_tool {
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
    background: rgb(118,146,141);
    margin-left: 30px;
}.wrapper-capsule_tool .edu_approve_tool {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrapper-capsule_tool .cookie_guide_tool {
    margin-bottom: 10px;
    margin-left: 0;
}}.ty_page_tool {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(82,104,100,0.5) 0%, rgb(118,146,141,0.5) 40%, rgb(155,183,178) 100%);
    padding: 7rem 0;
    position: relative;
    perspective: 1000px;
}.ty_page_tool::before {
    opacity: 0.2;
    height: 200%;
    left: -50%;
    content: "";
    top: -50%;
    background: radial-gradient(circle at center, rgb(118,146,141,0.5) 0%, transparent 70%);
    position: absolute;
    animation: rotateGradient 30s infinite linear;
    width: 200%;
}.ty_page_tool::after {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(82,104,100,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(82,104,100,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(118,146,141,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(118,146,141,0.5) 0%, transparent 7%);
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
}.ty_page_tool .container {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
}.ty_page_tool .skill_training_tool {
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateZ(0);
    display: flex;
    overflow: hidden;
    gap: 2.5rem;
    padding: 3rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
}.ty_page_tool .skill_training_tool::before {
    pointer-events: none;
    width: 100%;
    animation: shimmer 4s infinite;
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    height: 100%;
    left: -100%;
    top: 0;
}.ty_page_tool .skill_training_tool:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) scale(1.01);
}.ty_page_tool .skill_training_tool > div:first-child {
    opacity: 0;
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    transform: translateX(-2rem);
    position: relative;
}.ty_page_tool .skill_training_tool > div:last-child {
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    transform: translateY(2rem);
    position: relative;
    opacity: 0;
}.ty_page_tool h5 {
    font-weight: 700;
    padding-bottom: 1rem;
    color: rgb(118,146,141);
    position: relative;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
    font-size: calc(24px * 1.1);
    display: inline-block;
}.ty_page_tool h5::after {
    width: 0;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    height: 3px;
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgb(118,146,141) 0%, rgb(82,104,100) 100%);
    position: absolute;
}.ty_page_tool p {
    z-index: 1;
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
    transition: color 0.3s ease, transform 0.3s ease;
    margin: 0;
    position: relative;
}.ty_page_tool a {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.7);
    display: block;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    position: relative;
    padding: 1.5rem;
}.ty_page_tool a::before {
    background: linear-gradient(135deg, rgb(118,146,141,0.5) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    z-index: -1;
    content: "";
    inset: 0;
}.ty_page_tool a:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.ty_page_tool a:hover::before {
    opacity: 0.15;
}.ty_page_tool a:hover p {
    color: #000000;
    transform: translateY(-3px);
}.ty_page_tool a::after {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    content: "";
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(90deg, rgb(82,104,100) 0%, rgb(118,146,141) 100%);
    height: 3px;
    bottom: 0;
}.ty_page_tool a:hover::after {
    transform: scaleX(1);
}

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

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

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

@keyframes rotateGradient {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.ty_page_tool {
    padding: 5rem 0;
}.ty_page_tool .skill_training_tool {
    gap: 2rem;
    padding: 2.5rem;
}.ty_page_tool h5 {
    font-size: 24px;
}.ty_page_tool p {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 767px) {.ty_page_tool {
    padding: 4rem 0;
}.ty_page_tool .skill_training_tool {
    gap: 1.5rem;
    padding: 2rem;
}.ty_page_tool h5 {
    font-size: calc(24px * 0.9);
}.ty_page_tool h5::after {
    height: 2px;
}.ty_page_tool a {
    padding: 1.2rem;
}
}

@media (max-width: 575px) {.ty_page_tool {
    padding: 3rem 0;
}.ty_page_tool .skill_training_tool {
    gap: 1.2rem;
    padding: 1.5rem;
}.ty_page_tool h5 {
    padding-bottom: 0.75rem;
    font-size: calc(24px * 0.85);
}.ty_page_tool p {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}.ty_page_tool a {
    padding: 1rem;
}.ty_page_tool a:hover {
    transform: translateY(-3px);
}
}

@media (hover: none) {.ty_page_tool .skill_training_tool:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.ty_page_tool a:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.ty_page_tool a:hover p {
    transform: none;
}}.customer_reviews_tool {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(155,183,178) 0%, #ffffff 100%);
}.customer_reviews_tool::before {
    opacity: 0.08;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    top: 0;
    position: absolute;
    content: "";
    height: 120px;
    background: linear-gradient(to bottom, rgb(82,104,100,0.5) 0%, transparent 100%);
}.customer_reviews_tool::after {
    background: linear-gradient(90deg, transparent, rgb(82,104,100), transparent);
    content: "";
    width: 100%;
    left: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
}.customer_reviews_tool h2 {
    margin-bottom: 3.5rem;
    text-align: center;
    letter-spacing: -0.02em;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    line-height: 1.3;
    font-size: calc(31px * 1.1);
    color: #000000;
    transform: translateY(0);
    font-weight: 700;
}.customer_reviews_tool h2::after {
    width: 80px;
    left: 50%;
    height: 3px;
    bottom: -1rem;
    content: "";
    background: rgb(82,104,100);
    position: absolute;
    transform: translateX(-50%) scaleX(0.8);
    transition: transform 0.5s ease-out;
}.customer_reviews_tool h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.customer_reviews_tool .container.skill_training_tool {
    position: relative;
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1400px;
}.customer_reviews_tool .success_stories_tool {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
    position: relative;
}.customer_reviews_tool .learner_feedback_tool {
    overflow: hidden;
    border: 1px solid rgba(rgb(82,104,100,0.5), 0.08);
    transform: translateY(0);
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.02);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
}.customer_reviews_tool .learner_feedback_tool::before {
    color: rgb(82,104,100);
    font-family: Georgia, serif;
    transition: all 0.5s ease;
    right: 1rem;
    content: "";
    transform: rotate(10deg);
    line-height: 1;
    position: absolute;
    font-size: 8rem;
    opacity: 0.1;
    top: -2rem;
}.customer_reviews_tool .learner_feedback_tool:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.04);
    transform: translateY(-8px);
}.customer_reviews_tool .learner_feedback_tool:hover::before {
    transform: rotate(0deg) scale(1.1);
    opacity: 0.15;
}.customer_reviews_tool .learner_feedback_tool h3 {
    font-size: calc(20px * 1.1);
    margin-bottom: 0.8rem;
    font-weight: 600;
    position: relative;
    color: #000000;
    display: inline-block;
}.customer_reviews_tool .learner_feedback_tool h3::after {
    position: absolute;
    bottom: -4px;
    transition: width 0.3s ease-out;
    width: 0;
    height: 2px;
    content: "";
    left: 0;
    background: rgb(82,104,100);
}.customer_reviews_tool .learner_feedback_tool:hover h3::after {
    width: 100%;
}.customer_reviews_tool .learner_feedback_tool .description {
    line-height: 1.6;
    z-index: 1;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 13px;
}.customer_reviews_tool .learner_feedback_tool div {
    overflow: hidden;
    border-radius: 50%;
    height: 60px;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    width: 60px;
}.customer_reviews_tool .learner_feedback_tool:hover div {
    transform: scale(1.05);
}.customer_reviews_tool .learner_feedback_tool div::after {
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, transparent 40%, rgb(82,104,100,0.5) 150%);
    content: "";
    inset: 0;
    position: absolute;
    opacity: 0;
}.customer_reviews_tool .learner_feedback_tool:hover div::after {
    opacity: 0.2;
}.customer_reviews_tool .learner_feedback_tool div img {
    width: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
    height: 100%;
}.customer_reviews_tool .learner_feedback_tool:hover div img {
    transform: scale(1.1);
}

@media (min-width: 768px) {.customer_reviews_tool {
    padding: 8rem 0;
}.customer_reviews_tool h2 {
    margin-bottom: 4rem;
    font-size: calc(31px * 1.2);
}.customer_reviews_tool .success_stories_tool {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.customer_reviews_tool .learner_feedback_tool {
    padding: 2.5rem;
}.customer_reviews_tool .learner_feedback_tool::before {
    font-size: 10rem;
}
}

@media (min-width: 1024px) {.customer_reviews_tool {
    padding: 10rem 0;
}.customer_reviews_tool h2 {
    font-size: calc(31px * 1.3);
}.customer_reviews_tool .success_stories_tool {
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}.customer_reviews_tool .learner_feedback_tool div {
    width: 70px;
    height: 70px;
}
}

@media (max-width: 767px) {.customer_reviews_tool {
    padding: 4rem 0;
}.customer_reviews_tool h2 {
    font-size: 31px;
    margin-bottom: 2.5rem;
}.customer_reviews_tool .learner_feedback_tool {
    padding: 1.75rem;
}.customer_reviews_tool .learner_feedback_tool::before {
    top: -1.5rem;
    font-size: 6rem;
}.customer_reviews_tool .success_stories_tool {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}
}

@media (prefers-reduced-motion: reduce) {.customer_reviews_tool .learner_feedback_tool,
    .customer_reviews_tool .learner_feedback_tool::before,
    .customer_reviews_tool .learner_feedback_tool h3::after,
    .customer_reviews_tool .learner_feedback_tool div,
    .customer_reviews_tool .learner_feedback_tool div img {
    transition: none;
}.customer_reviews_tool .learner_feedback_tool:hover {
    transform: none;
}
}

@media (hover: none) {.customer_reviews_tool .learner_feedback_tool:hover {
    transform: none;
}.customer_reviews_tool .learner_feedback_tool:hover h3::after {
    width: 50%;
}}.course_highlights_tool {
    background-color: rgb(155,183,178);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.course_highlights_tool::before {
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(118,146,141,0.5) 0%, transparent 50%, rgb(82,104,100,0.5) 100%);
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
}.course_highlights_tool::after {
    content: "";
    position: absolute;
    width: 400px;
    z-index: 1;
    right: -100px;
    top: -100px;
    background: radial-gradient(circle, rgb(82,104,100,0.5) 0%, transparent 80%);
    animation: rotate 20s linear infinite;
    height: 400px;
    border-radius: 50%;
}.course_highlights_tool .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.course_highlights_tool .lesson_plan_tool {
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
    display: grid;
}.course_highlights_tool .text_title_tool {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    align-items: center;
}.course_highlights_tool .text_title_tool h2 {
    grid-column: 1 / -1;
    margin-bottom: 20px;
    border-left: 4px solid rgb(118,146,141);
    font-weight: 700;
    position: relative;
    font-size: 36px;
    padding-left: 20px;
    color: #000000;
}.course_highlights_tool .description {
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 13px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    line-height: 1.8;
    padding: 30px;
}.course_highlights_tool .description:first-of-type {
    overflow: hidden;
    position: relative;
}.course_highlights_tool .description:first-of-type::before {
    width: 40px;
    z-index: -1;
    top: -10px;
    content: "";
    left: -10px;
    height: 40px;
    background-color: rgb(118,146,141,0.5);
    border-radius: 50%;
    position: absolute;
}.course_highlights_tool .description:last-of-type {
    position: relative;
    overflow: hidden;
}.course_highlights_tool .description:last-of-type::before {
    height: 40px;
    background-color: rgb(82,104,100,0.5);
    position: absolute;
    bottom: -10px;
    right: -10px;
    content: "";
    z-index: -1;
    width: 40px;
    border-radius: 50%;
}.course_highlights_tool .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course_highlights_tool .img_rounded_box_tool {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 400px;
    position: relative;
    margin: 40px 0;
    border-radius: 15px;
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
    transition: transform 0.5s ease;
}.course_highlights_tool .img_rounded_box_tool::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
}.course_highlights_tool .img_rounded_box_tool::after {
    animation: glow 4s infinite alternate;
    height: 10px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 50%;
    left: 50%;
    filter: blur(10px);
    width: 90%;
    content: "";
    top: -20px;
    opacity: 0.7;
    background: rgb(118,146,141);
}.course_highlights_tool .img_rounded_box_tool:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {.course_highlights_tool {
    padding: 80px 0;
}.course_highlights_tool .img_rounded_box_tool {
    height: 350px;
    margin: 30px 0;
}
}

@media screen and (max-width: 768px) {.course_highlights_tool {
    padding: 60px 0;
}.course_highlights_tool .text_title_tool {
    grid-template-columns: 1fr;
    gap: 20px;
}.course_highlights_tool .description {
    padding: 25px;
}.course_highlights_tool .img_rounded_box_tool {
    margin: 25px 0;
    height: 300px;
}.course_highlights_tool h2 {
    font-size: calc(36px * 0.9);
}
}

@media screen and (max-width: 480px) {.course_highlights_tool {
    padding: 40px 0;
}.course_highlights_tool .lesson_plan_tool {
    gap: 30px;
}.course_highlights_tool .text_title_tool h2 {
    padding-left: 15px;
    font-size: calc(36px * 0.8);
}.course_highlights_tool .description {
    padding: 20px;
    font-size: calc(13px * 0.95);
}.course_highlights_tool .img_rounded_box_tool {
    transform: perspective(1000px) rotateX(0deg);
    height: 250px;
    margin: 20px 0;
}}.confidential_hearth_tool {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(155,183,178) 0%, rgba(248, 248, 252, 0.95) 100%);
}.confidential_hearth_tool::before {
    right: -5%;
    filter: blur(80px);
    background: linear-gradient(to right, rgb(118,146,141,0.5), rgb(82,104,100,0.5));
    width: 300px;
    content: "";
    z-index: 0;
    position: absolute;
    height: 300px;
    transform: rotate(-15deg);
    opacity: 0.4;
    top: -10%;
}.confidential_hearth_tool::after {
    background: linear-gradient(to right, rgb(82,104,100,0.5), rgb(118,146,141,0.5));
    filter: blur(70px);
    content: "";
    z-index: 0;
    left: -5%;
    opacity: 0.3;
    bottom: -10%;
    position: absolute;
    width: 250px;
    transform: rotate(15deg);
    height: 250px;
}.confidential_hearth_tool .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    border-left: 3px solid rgb(118,146,141);
    z-index: 1;
}.confidential_hearth_tool h1 {
    position: relative;
    padding-bottom: 15px;
    font-size: 43px;
    transform: translateX(-10px);
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
}.confidential_hearth_tool h1::after {
    height: 3px;
    transition: transform 0.4s ease-out;
    transform-origin: left;
    left: 0;
    bottom: 0;
    width: 80px;
    transform: scaleX(1);
    content: "";
    background: linear-gradient(90deg, rgb(118,146,141) 0%, rgb(82,104,100) 100%);
    position: absolute;
}.confidential_hearth_tool h1:hover::after {
    transform: scaleX(1.5);
}.confidential_hearth_tool h2 {
    font-weight: 600;
    font-size: 37px;
    margin-top: 40px;
    padding-left: 16px;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
}.confidential_hearth_tool h2::before {
    content: "";
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: rgb(118,146,141);
    width: 4px;
    opacity: 0.8;
    transform: scaleY(0.8);
    position: absolute;
    height: 100%;
    top: 0;
}.confidential_hearth_tool h2:hover::before {
    opacity: 1;
    transform: scaleY(1.1);
}.confidential_hearth_tool h3 {
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: calc(37px * 0.85);
    color: #000000;
    border-bottom: 1px dashed rgba(rgba(0, 0, 0, 0.5), 0.2);
    margin-top: 30px;
}.confidential_hearth_tool h4 {
    color: #000000;
    margin-top: 25px;
    font-size: calc(37px * 0.75);
    margin-bottom: 12px;
    font-weight: 600;
    opacity: 0.9;
}.confidential_hearth_tool p {
    font-size: 13px;
    transition: transform 0.3s ease;
    max-width: 95%;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #000000;
}.confidential_hearth_tool p:hover {
    transform: translateX(5px);
}.confidential_hearth_tool p strong {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}.confidential_hearth_tool p strong::after {
    left: 0;
    position: absolute;
    width: 100%;
    transform-origin: right;
    transition: transform 0.3s ease;
    content: "";
    height: 2px;
    transform: scaleX(0);
    background: rgb(82,104,100);
    bottom: -2px;
}.confidential_hearth_tool p strong:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.confidential_hearth_tool span {
    border-left: 2px solid rgb(82,104,100);
    color: #000000;
    display: block;
    margin-bottom: 30px;
    font-size: 13px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 15px;
    transform: translateY(0);
    line-height: 1.6;
    background: rgba(rgb(255, 255, 255, 0.5), 0.4);
}.confidential_hearth_tool span:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.confidential_hearth_tool ul {
    padding-left: 20px;
    margin-bottom: 30px;
    list-style: none;
    margin-top: 15px;
}.confidential_hearth_tool li {
    padding-left: 25px;
    transform: translateZ(0);
    font-size: 13px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    color: #000000;
    line-height: 1.6;
    position: relative;
}.confidential_hearth_tool li::before {
    border-radius: 50%;
    width: 8px;
    content: "";
    opacity: 0.8;
    background: rgb(118,146,141);
    top: 10px;
    left: 0;
    height: 8px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: absolute;
}.confidential_hearth_tool li:hover {
    transform: translateX(5px);
}.confidential_hearth_tool li:hover::before {
    background: rgb(82,104,100);
    transform: scale(1.3);
}

@media (max-width: 991px) {.confidential_hearth_tool {
    padding: 60px 0;
}.confidential_hearth_tool .container {
    padding: 30px 25px;
}.confidential_hearth_tool h1 {
    margin-bottom: 25px;
    font-size: calc(43px * 0.9);
}.confidential_hearth_tool h2 {
    margin-top: 35px;
    font-size: calc(37px * 0.9);
}.confidential_hearth_tool p, .confidential_hearth_tool span {
    max-width: 100%;
    font-size: calc(13px * 1);
}
}

@media (max-width: 767px) {.confidential_hearth_tool {
    padding: 40px 0;
}.confidential_hearth_tool::before,
    .confidential_hearth_tool::after {
    height: 200px;
    width: 200px;
}.confidential_hearth_tool .container {
    padding: 25px 20px;
    border-left-width: 2px;
}.confidential_hearth_tool h1 {
    font-size: calc(43px * 0.8);
    transform: translateX(0);
    margin-bottom: 20px;
}.confidential_hearth_tool h1::after {
    width: 60px;
}.confidential_hearth_tool h2 {
    padding-left: 12px;
    font-size: calc(37px * 0.85);
    margin-top: 30px;
}.confidential_hearth_tool h2::before {
    width: 3px;
}.confidential_hearth_tool h3 {
    font-size: calc(37px * 0.75);
}.confidential_hearth_tool h4 {
    font-size: calc(37px * 0.7);
}.confidential_hearth_tool p, .confidential_hearth_tool span, .confidential_hearth_tool li {
    font-size: calc(13px * 0.95);
}.confidential_hearth_tool ul {
    padding-left: 5px;
}.confidential_hearth_tool li {
    padding-left: 20px;
}
}

@media (max-width: 480px) {.confidential_hearth_tool {
    padding: 30px 0;
}.confidential_hearth_tool::before,
    .confidential_hearth_tool::after {
    opacity: 0.25;
}.confidential_hearth_tool .container {
    padding: 20px 15px;
}.confidential_hearth_tool h1 {
    font-size: calc(43px * 0.7);
}.confidential_hearth_tool h2 {
    margin-top: 25px;
    font-size: calc(37px * 0.75);
}.confidential_hearth_tool h3 {
    font-size: calc(37px * 0.7);
}.confidential_hearth_tool h4 {
    font-size: calc(37px * 0.65);
}.confidential_hearth_tool p, .confidential_hearth_tool span, .confidential_hearth_tool li {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.confidential_hearth_tool p:hover,
    .confidential_hearth_tool li:hover,
    .confidential_hearth_tool span:hover {
    transform: none;
}}footer {
    position: relative;
    width: 100%;
}.mentor_cta_tool {
    padding: 80px 0 30px;
    background-color: #ffffff;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
}.mentor_cta_tool::before {
    left: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    background-image: repeating-linear-gradient(
        to right,
        rgb(118,146,141),
        rgb(118,146,141) 10px,
        transparent 10px,
        transparent 20px
    );
    content: "";
    bottom: 0;
}footer .math_tools_tool {
    z-index: 1;
    position: relative;
}footer .quick_help_tool {
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    height: 100px;
    margin-bottom: 70px;
}footer .info_item {
    padding: 0 25px;
    min-width: 250px;
    transition: all 0.5s ease;
    background-color: rgb(82,104,100);
    cursor: pointer;
    align-items: center;
    overflow: hidden;
    margin-right: 1px;
    flex: 1;
    display: flex;
    height: 100px;
    position: relative;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    flex: 1.5;
    background-color: rgb(118,146,141);
}footer .info_item::after {
    position: absolute;
    right: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
    width: 1px;
    height: 100%;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    fill: #ffffff;
    width: 24px;
    margin-right: 15px;
    height: 24px;
    z-index: 2;
    position: relative;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    font-size: 15px;
    text-overflow: ellipsis;
    color: #ffffff;
    position: relative;
    white-space: nowrap;
    z-index: 2;
    max-width: 100%;
    text-decoration: none;
    overflow: hidden;
}footer .info_item::before {
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    scrollbar-width: none;
    display: flex;
    scroll-snap-type: x mandatory;
    padding: 0 20px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 0 -20px;
    -ms-overflow-style: none;
    gap: 0;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .main_base_tool, footer .top_sitewrap_tool, footer .subscribe_holder {
    min-width: 280px;
    position: relative;
    flex: 0 0 100%;
    transition: all 0.4s ease;
    margin-right: 30px;
    max-width: 500px;
    height: 450px;
    scroll-snap-align: start;
    padding: 30px;
    border-radius: 19px;
}footer .main_base_tool {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: rgb(155,183,178);
    flex-direction: column;
    text-align: center;
}footer .main_base_tool svg {
    margin-bottom: 30px;
    height: 50px;
    width: auto;
}footer .equity_info_tool {
    font-size: 14px;
    max-width: 300px;
    color: #000000;
    line-height: 1.6;
}footer .top_sitewrap_tool {
    overflow: hidden;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(82,104,100,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(118,146,141,0.5) 0%, transparent 40%);
    display: flex;
    background-color: rgb(82,104,100);
    position: relative;
    justify-content: center;
    color: #ffffff;
    flex-direction: column;
}footer .top_sitewrap_tool::after {
    bottom: 0;
    top: 0;
    right: 0;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    position: absolute;
    background-size: 30px 30px;
    pointer-events: none;
    opacity: 0.3;
}footer .top_sitewrap_tool h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 21px;
    color: #ffffff;
}footer .top_sitewrap_tool h5::after {
    content: "";
    bottom: -10px;
    position: absolute;
    background-color: rgb(118,146,141);
    width: 30px;
    height: 2px;
    left: 0;
}footer .nav_main_tool {
    overflow: hidden;
    margin-bottom: 20px;
    max-height: 280px;
    height: auto;
    position: relative;
}footer .nav_main_tool a {
    font-size: 15px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 0;
}footer .nav_main_tool a:hover {
    color: #ffffff;
    padding-left: 10px;
    border-bottom-color: rgb(118,146,141);
}footer .subscribe_holder {
    justify-content: center;
    color: #ffffff;
    background-color: rgb(118,146,141);
    flex-direction: column;
    display: flex;
}footer .subscribe_holder h5 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
}footer .subscribe_holder p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    padding: 15px;
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: none;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_url_tool {
    text-align: center;
    padding: 15px;
    color: #ffffff;
    border-radius: 10px;
    background-color: rgb(82,104,100);
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    border: none;
}footer .sub_url_tool:hover {
    background-color: rgb(82,104,100,0.5);
}footer .job_board_tool {
    margin-top: 40px;
    position: relative;
    padding-top: 20px;
}footer .job_board_tool::before {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    position: absolute;
    left: 20%;
    content: "";
    right: 20%;
}footer .access_help_tool {
    font-size: 14px;
    text-align: center;
    color: #000000;
}

@media (min-width: 992px) {footer .text_main_holder {
    overflow-x: visible;
    gap: 30px;
    padding: 0;
    scroll-snap-type: none;
    margin: 0;
    flex-wrap: wrap;
}footer .main_base_tool, footer .top_sitewrap_tool, footer .subscribe_holder {
    height: 500px;
    flex: 1;
    min-width: 0;
    margin-right: 0;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .main_base_tool::before,
    footer .top_sitewrap_tool::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .mentor_cta_tool {
    padding: 60px 0 30px;
}footer .quick_help_tool {
    flex-direction: column;
    margin-bottom: 40px;
    height: auto;
}footer .info_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1px;
}footer .info_item:hover {
    flex: 1;
    padding-left: 35px;
}footer .main_base_tool, footer .top_sitewrap_tool, footer .subscribe_holder {
    height: auto;
    padding: 25px 20px;
    min-height: 350px;
}
}

@media (max-width: 576px) {footer .mentor_cta_tool {
    padding: 50px 0 20px;
}footer .main_base_tool::before,
    footer .top_sitewrap_tool::before,
    footer .subscribe_holder::before {
    font-size: 2rem;
    top: 15px;
    left: 15px;
}footer .nav_main_tool {
    max-height: 220px;
    height: auto;
}footer .main_base_tool, footer .top_sitewrap_tool, footer .subscribe_holder {
    min-height: 300px;
    padding: 20px 15px;
}footer .top_sitewrap_tool h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .sub_url_tool {
    padding: 12px;
}}.academic_experience_tool {
    background: rgb(155,183,178);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.academic_experience_tool::before {
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(118,146,141,0.5) 0,
        rgb(118,146,141,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    opacity: 0.05;
    position: absolute;
}.academic_experience_tool .container {
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 2;
}.academic_experience_tool .learner_feedback_tool {
    display: grid;
    grid-template-columns: 350px 1fr;
    max-width: 1000px;
    gap: 50px;
    position: relative;
    border-radius: 28px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin: 0 auto;
    background: #ffffff;
}.academic_experience_tool .img_rounded_box_tool {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
    min-height: 400px;
}.academic_experience_tool .img_rounded_box_tool::before {
    content: "";
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    left: 0;
    position: absolute;
    z-index: 1;
    height: 50%;
}.academic_experience_tool .img_rounded_box_tool::after {
    transition: opacity 0.4s ease;
    top: 0;
    width: 100%;
    background: rgb(118,146,141);
    position: absolute;
    opacity: 0.15;
    left: 0;
    content: "";
    height: 100%;
}.academic_experience_tool .img_rounded_box_tool:hover::after {
    opacity: 0;
}.academic_experience_tool .name {
    transition: transform 0.3s ease;
    color: #ffffff;
    font-size: 18px;
    z-index: 2;
    position: absolute;
    bottom: 60px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding-bottom: 0;
    left: 30px;
}.academic_experience_tool .learner_feedback_tool span:not(.name) {
    margin: 0;
    color: #ffffff;
    opacity: 0.85;
    position: absolute;
    left: 30px;
    font-family: Arial, sans-serif;
    z-index: 2;
    font-weight: 400;
    bottom: 30px;
    font-size: 14px;
    transition: transform 0.3s ease;
}.academic_experience_tool .img_rounded_box_tool:hover ~ .name,
.academic_experience_tool .img_rounded_box_tool:hover ~ span:not(.name) {
    transform: translateX(5px);
}.academic_experience_tool .work_table_tool {
    position: relative;
    margin: 0;
    color: #000000;
    justify-content: center;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    flex-direction: column;
    padding: 50px 40px;
    font-weight: 400;
    font-size: 14px;
    display: flex;
}.academic_experience_tool .work_table_tool::before {
    opacity: 0.2;
    left: 40px;
    position: absolute;
    background: linear-gradient(to right bottom, 
        rgb(118,146,141) 0%, 
        rgb(118,146,141) 50%, 
        transparent 50%, 
        transparent 100%);
    height: 30px;
    top: 40px;
    content: "";
    width: 40px;
}.academic_experience_tool .work_table_tool::after {
    background: linear-gradient(to left top, 
        rgb(82,104,100) 0%, 
        rgb(82,104,100) 50%, 
        transparent 50%, 
        transparent 100%);
    height: 30px;
    opacity: 0.2;
    content: "";
    position: absolute;
    right: 40px;
    width: 40px;
    bottom: 40px;
}

@media (max-width: 992px) {.academic_experience_tool {
    padding: 100px 0;
}.academic_experience_tool .learner_feedback_tool {
    grid-template-columns: 300px 1fr;
    gap: 40px;
}.academic_experience_tool .img_rounded_box_tool {
    min-height: 350px;
}.academic_experience_tool .work_table_tool {
    padding: 40px 30px;
}.academic_experience_tool .work_table_tool::before {
    height: 24px;
    top: 30px;
    width: 30px;
    left: 30px;
}.academic_experience_tool .work_table_tool::after {
    width: 30px;
    bottom: 30px;
    height: 24px;
    right: 30px;
}
}

@media (max-width: 768px) {.academic_experience_tool {
    padding: 80px 0;
}.academic_experience_tool .container {
    padding: 0 20px;
}.academic_experience_tool .learner_feedback_tool {
    gap: 0;
    grid-template-columns: 1fr;
}.academic_experience_tool .img_rounded_box_tool {
    min-height: 300px;
    height: 300px;
}.academic_experience_tool .work_table_tool {
    padding: 35px 25px;
}.academic_experience_tool .name {
    left: 25px;
    bottom: 50px;
    font-size: calc(18px * 0.9);
}.academic_experience_tool .learner_feedback_tool span:not(.name) {
    font-size: calc(14px * 0.95);
    bottom: 25px;
    left: 25px;
}.academic_experience_tool .work_table_tool::before {
    top: 25px;
    left: 25px;
    width: 24px;
    height: 20px;
}.academic_experience_tool .work_table_tool::after {
    right: 25px;
    width: 24px;
    bottom: 25px;
    height: 20px;
}
}

@media (max-width: 480px) {.academic_experience_tool {
    padding: 60px 0;
}.academic_experience_tool .img_rounded_box_tool {
    min-height: 250px;
    height: 250px;
}.academic_experience_tool .work_table_tool {
    padding: 30px 20px;
    font-size: calc(14px * 0.9);
}.academic_experience_tool .name {
    left: 20px;
    font-size: calc(18px * 0.85);
    bottom: 45px;
}.academic_experience_tool .learner_feedback_tool span:not(.name) {
    left: 20px;
    font-size: calc(14px * 0.9);
    bottom: 20px;
}.academic_experience_tool .work_table_tool::before,
    .academic_experience_tool .work_table_tool::after {
    height: 16px;
    width: 20px;
}}.plan_shelf_tool {
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
    position: relative;
}.plan_shelf_tool::before {
    backdrop-filter: blur(5px);
    right: 0;
    position: absolute;
    content: "";
    z-index: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 20, 50, 0.85);
    left: 0;
}.plan_shelf_tool .container {
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.plan_shelf_tool .cost_rates_tool {
    perspective: 1200px;
}.plan_shelf_tool h2 {
    font-weight: 700;
    position: relative;
    text-align: center;
    font-size: 31px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
    transform: translateZ(30px);
    color: #ffffff;
}.plan_shelf_tool h2::after {
    background: linear-gradient(90deg, rgb(118,146,141), rgb(82,104,100));
    transform: translateX(-50%);
    box-shadow: 0 2px 10px rgba(rgb(118,146,141,0.5), 0.5);
    width: 80px;
    bottom: -15px;
    position: absolute;
    height: 4px;
    content: "";
    left: 50%;
}.plan_shelf_tool .rate_options_tool {
    text-align: center;
    margin: 0 auto 3rem;
    transform: translateZ(20px);
    font-size: calc(16px * 1.1);
    max-width: 800px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}.plan_shelf_tool .premium_plan_tool {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    transform-style: preserve-3d;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}.plan_shelf_tool .premium_plan_tool li {
    transform: perspective(1000px) rotateX(5deg);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.plan_shelf_tool .premium_plan_tool li:hover {
    transform: perspective(1000px) rotateX(0) translateY(-10px) scale(1.02);
    z-index: 2;
}.plan_shelf_tool .edu_rates_tool {
    color: #ffffff;
    text-decoration: none;
    transform-style: preserve-3d;
    height: 100%;
    display: block;
}.plan_shelf_tool .access_cost_tool {
    backdrop-filter: blur(8px);
    height: 100%;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: linear-gradient(135deg, 
        rgba(rgb(118,146,141,0.5), 0.2) 0%, 
        rgba(rgb(118,146,141,0.5), 0.3) 50%, 
        rgba(rgb(118,146,141,0.5), 0.18) 100%);
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 -1px 0 rgba(0, 0, 0, 0.3) inset;
    border-radius: 2px;
}.plan_shelf_tool .access_cost_tool::before {
    transform: translateZ(10px);
    height: 5px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(118,146,141), 
        rgb(82,104,100) 50%, 
        rgb(118,146,141));
}.plan_shelf_tool .access_cost_tool::after {
    opacity: 0;
    width: 200%;
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    transition: opacity 0.5s ease;
    height: 200%;
    transform: translateZ(5px);
    content: "";
    top: -50%;
    left: -50%;
}.plan_shelf_tool .edu_rates_tool:hover .access_cost_tool::after {
    opacity: 1;
}.plan_shelf_tool .cert_fees_tool {
    position: relative;
    transform-style: preserve-3d;
    z-index: 1;
    padding: 30px 25px;
}.plan_shelf_tool .cert_fees_tool h4 {
    transition: transform 0.4s ease;
    transform: translateZ(20px);
    color: #ffffff;
    font-size: calc(21px * 1.1);
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
}.plan_shelf_tool .edu_rates_tool:hover .cert_fees_tool h4 {
    transform: translateZ(25px);
    color: rgb(82,104,100);
}.plan_shelf_tool .cert_fees_tool p {
    margin-bottom: 25px;
    max-height: 220px;
    position: relative;
    transform: translateZ(15px);
    line-height: 1.7;
    overflow-y: auto;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    padding-right: 5px;
}.plan_shelf_tool .cert_fees_tool p::-webkit-scrollbar {
    width: 3px;
}.plan_shelf_tool .cert_fees_tool p::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(rgb(82,104,100,0.5), 0.6);
}.plan_shelf_tool .cert_fees_tool p::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}.plan_shelf_tool .package_pricing_tool {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 10px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(25px);
    border-radius: 2px;
    font-weight: 700;
    font-size: calc(21px * 1.3);
    color: rgb(82,104,100);
    text-align: center;
    margin-top: 20px;
    display: block;
    transition: all 0.3s ease;
    background: linear-gradient(rgba(rgb(118,146,141,0.5), 0.2), rgba(rgb(118,146,141,0.5), 0.4));
    position: relative;
}.plan_shelf_tool .edu_rates_tool:hover .package_pricing_tool {
    color: #ffffff;
    transform: translateZ(30px) scale(1.05);
    background: linear-gradient(rgba(rgb(82,104,100,0.5), 0.4), rgba(rgb(82,104,100,0.5), 0.7));
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199px) {.plan_shelf_tool {
    padding: 100px 0;
}.plan_shelf_tool .premium_plan_tool {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.plan_shelf_tool {
    padding: 80px 0;
}.plan_shelf_tool h2 {
    font-size: calc(31px * 0.9);
}.plan_shelf_tool .rate_options_tool {
    margin-bottom: 2.5rem;
    font-size: 16px;
}.plan_shelf_tool .premium_plan_tool {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.plan_shelf_tool .cert_fees_tool {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.plan_shelf_tool {
    padding: 60px 0;
}.plan_shelf_tool h2 {
    font-size: calc(31px * 0.8);
}.plan_shelf_tool .premium_plan_tool {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.plan_shelf_tool .premium_plan_tool li {
    transform: perspective(800px) rotateX(3deg);
}.plan_shelf_tool .package_pricing_tool {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 575px) {.plan_shelf_tool {
    padding: 50px 0;
}.plan_shelf_tool h2 {
    font-size: calc(31px * 0.7);
}.plan_shelf_tool .rate_options_tool {
    margin-bottom: 2rem;
    font-size: calc(16px * 0.95);
}.plan_shelf_tool .cert_fees_tool {
    padding: 20px 15px;
}.plan_shelf_tool .cert_fees_tool h4 {
    font-size: 21px;
}.plan_shelf_tool .cert_fees_tool p {
    font-size: calc(16px * 0.9);
    max-height: 180px;
}.plan_shelf_tool .package_pricing_tool {
    font-size: 21px;
    padding: 8px 12px;
}}.our_mission_tool {
    background: linear-gradient(135deg, rgb(155,183,178) 0%, #ffffff 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.our_mission_tool::before {
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: rotate(-15deg);
    right: -10%;
    opacity: 0.7;
    width: 40%;
    position: absolute;
    content: "";
    height: 40%;
    background: linear-gradient(120deg, rgb(118,146,141,0.5) 0%, transparent 70%);
    z-index: 1;
    top: -5%;
}.our_mission_tool::after {
    width: 40%;
    background: linear-gradient(240deg, rgb(82,104,100,0.5) 0%, transparent 70%);
    transform: rotate(15deg);
    content: "";
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    height: 40%;
    left: -10%;
    clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
    bottom: -5%;
}.our_mission_tool .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.our_mission_tool h1 {
    font-weight: 700;
    transform: translateX(-1rem);
    font-size: 47px;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    opacity: 0;
    display: inline-block;
    margin-bottom: 2.5rem;
    color: #000000;
    position: relative;
}.our_mission_tool h1::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(118,146,141) 0%, rgb(82,104,100) 100%);
    left: 0;
    bottom: -0.5rem;
    position: absolute;
    width: 0;
    content: "";
    animation: expandLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
}.our_mission_tool .learn_academy_tool {
    position: relative;
}.our_mission_tool .learn_academy_tool ul {
    grid-template-columns: 1fr;
    margin: 0;
    display: grid;
    list-style: none;
    gap: 3rem;
    padding: 0;
}.our_mission_tool .study_training_tool {
    background: #ffffff;
    padding: 2.5rem;
    position: relative;
    border-radius: 4px;
    opacity: 0;
    transform: translateY(2rem);
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.our_mission_tool .study_training_tool:nth-child(1) {
    border-left: 4px solid rgb(118,146,141);
    animation-delay: 0.3s;
}.our_mission_tool .study_training_tool:nth-child(2) {
    animation-delay: 0.5s;
    border-left: 4px solid rgb(82,104,100);
}.our_mission_tool .study_training_tool:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.our_mission_tool .study_training_tool h4 {
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 0.75rem;
    position: relative;
    margin-top: 0;
}.our_mission_tool .study_training_tool:nth-child(1) h4::after {
    position: absolute;
    bottom: 0;
    width: 3rem;
    height: 2px;
    content: "";
    left: 0;
    background: rgb(118,146,141);
}.our_mission_tool .study_training_tool:nth-child(2) h4::after {
    bottom: 0;
    height: 2px;
    background: rgb(82,104,100);
    content: "";
    position: absolute;
    width: 3rem;
    left: 0;
}.our_mission_tool .study_training_tool div {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    padding-right: 1rem;
    font-size: 18px;
    max-height: 300px;
    overflow-y: auto;
    color: #000000;
}.our_mission_tool .study_training_tool div::-webkit-scrollbar {
    width: 4px;
}.our_mission_tool .study_training_tool div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(255, 255, 255, 0.5);
}.our_mission_tool .study_training_tool div::-webkit-scrollbar-thumb {
    background: rgb(82,104,100,0.5);
    border-radius: 10px;
}.our_mission_tool .study_training_tool div::-webkit-scrollbar-thumb:hover {
    background: rgb(82,104,100);
}

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

@keyframes expandLine {
    to {
        width: 60%;
    }
}

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

@media (min-width: 768px) {.our_mission_tool {
    padding: 8rem 0;
}.our_mission_tool h1 {
    margin-bottom: 3.5rem;
    font-size: calc(47px * 1.1);
}.our_mission_tool .learn_academy_tool ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.our_mission_tool .study_training_tool {
    padding: 3rem;
}.our_mission_tool .study_training_tool div {
    max-height: 380px;
}
}

@media (min-width: 992px) {.our_mission_tool {
    padding: 10rem 0;
}.our_mission_tool::before {
    height: 35%;
    width: 35%;
}.our_mission_tool::after {
    width: 35%;
    height: 35%;
}.our_mission_tool h1 {
    font-size: calc(47px * 1.2);
    margin-bottom: 4rem;
}.our_mission_tool .study_training_tool {
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}.our_mission_tool .study_training_tool:hover {
    transform: translateY(-0.75rem) scale(1.02);
}.our_mission_tool .study_training_tool h4 {
    font-size: calc(23px * 1.1);
}.our_mission_tool .study_training_tool div {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
    max-height: 400px;
}
}

@media (min-width: 1200px) {.our_mission_tool .container {
    padding: 0 4rem;
}.our_mission_tool h1::after {
    height: 4px;
}.our_mission_tool .learn_academy_tool ul {
    gap: 3rem;
}.our_mission_tool .study_training_tool {
    padding: 4rem;
    border-radius: 6px;
}.our_mission_tool .study_training_tool h4 {
    margin-bottom: 2rem;
}.our_mission_tool .study_training_tool div {
    max-height: 450px;
}
}

@media (max-width: 767px) {.our_mission_tool {
    padding: 4rem 0;
}.our_mission_tool::before, 
    .our_mission_tool::after {
    opacity: 0.4;
}.our_mission_tool h1 {
    margin-bottom: 2rem;
    font-size: calc(47px * 0.9);
}.our_mission_tool .study_training_tool {
    padding: 1.75rem;
    margin-bottom: 1.5rem;
}.our_mission_tool .study_training_tool div {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
    max-height: 250px;
}}.course_rewards_tool {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(155,183,178), #ffffff 95%);
}.course_rewards_tool::before {
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(118,146,141,0.5),
        transparent 2px,
        transparent 10px,
        rgb(118,146,141,0.5) 12px
    );
    opacity: 0.05;
    width: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
}.course_rewards_tool::after {
    transform: translateY(-2rem);
    content: "";
    left: 10%;
    bottom: 0;
    position: absolute;
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(118,146,141) 50%, transparent);
}.course_rewards_tool .container {
    flex-direction: column;
    padding: 0 1.5rem;
    z-index: 2;
    display: flex;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.course_rewards_tool .img_rounded_box_tool {
    clip-path: polygon(0 0, 100% 4%, 98% 100%, 2% 96%);
    transform: perspective(1000px) rotateY(-2deg);
    margin-bottom: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: auto;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}.course_rewards_tool .img_rounded_box_tool:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_rewards_tool .skill_training_tool {
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(-30px);
    padding: 2.5rem;
}.course_rewards_tool .text_title_tool {
    position: relative;
}.course_rewards_tool .text_title_tool::before {
    height: 4px;
    content: "";
    transition: transform 0.4s ease;
    width: 40px;
    left: 0;
    position: absolute;
    top: -15px;
    transform: scaleX(0.8);
    background: rgb(118,146,141);
}.course_rewards_tool .skill_training_tool:hover .text_title_tool::before {
    transform: scaleX(1.2);
}.course_rewards_tool h1 {
    line-height: 1.3;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    position: relative;
}.course_rewards_tool ul {
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
}.course_rewards_tool li {
    transition: transform 0.3s ease-out;
    position: relative;
    padding-left: 2.5rem;
}.course_rewards_tool li:hover {
    transform: translateX(5px);
}.course_rewards_tool li p {
    margin: 0;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
}.course_rewards_tool svg {
    top: 0;
    height: 24px;
    position: absolute;
    left: 0;
    transform: translateY(2px);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    width: 24px;
}.course_rewards_tool li:hover svg {
    transform: translateY(0) scale(1.1);
}.course_rewards_tool svg path {
    transition: fill 0.3s ease;
    fill: rgb(118,146,141);
}.course_rewards_tool li:hover svg path {
    fill: rgb(82,104,100);
}

@media (min-width: 768px) {.course_rewards_tool {
    padding: 8rem 0;
}.course_rewards_tool .container {
    flex-direction: row;
    align-items: center;
}.course_rewards_tool .img_rounded_box_tool {
    clip-path: polygon(0 4%, 100% 0, 96% 96%, 4% 100%);
    width: 45%;
    margin-bottom: 0;
}.course_rewards_tool .skill_training_tool {
    margin-left: -5%;
    width: 60%;
    z-index: 3;
    transform: translateY(0);
}.course_rewards_tool h1 {
    font-size: 43px;
}.course_rewards_tool ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.course_rewards_tool .container {
    gap: 2rem;
}.course_rewards_tool .img_rounded_box_tool {
    width: 50%;
}.course_rewards_tool .skill_training_tool {
    width: 55%;
}.course_rewards_tool h1 {
    margin-bottom: 2.5rem;
}.course_rewards_tool li {
    padding-left: 3rem;
}.course_rewards_tool svg {
    transform: scale(1.15) translateY(2px);
}
}

@media (max-width: 767px) {.course_rewards_tool {
    padding: 4rem 0;
}.course_rewards_tool h1 {
    font-size: calc(32px * 0.9);
}.course_rewards_tool ul {
    gap: 1.2rem;
    grid-template-columns: 1fr;
}.course_rewards_tool .skill_training_tool {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.course_rewards_tool {
    padding: 3rem 0;
}.course_rewards_tool h1 {
    font-size: calc(32px * 0.8);
}.course_rewards_tool .img_rounded_box_tool {
    clip-path: polygon(0 0, 100% 2%, 98% 98%, 2% 100%);
}.course_rewards_tool .skill_training_tool {
    transform: translateY(-15px);
    padding: 1.25rem;
}.course_rewards_tool li {
    padding-left: 2.2rem;
}.course_rewards_tool li p {
    font-size: calc(13px * 0.95);
}
}