* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 8px;
    height: 3px;
}::-webkit-scrollbar-button {
    background: rgb(211,188,173,0.5);
    height: 7px;
}::-webkit-scrollbar-track {
    margin: 5px 0;
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    transition: all, box-shadow 3.8s ease-out;
    box-shadow: 3px 4px 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 15.9rem;
    background: linear-gradient(60deg, #ffffff 42%, rgb(255, 255, 255, 0.5) 11%, rgb(184,153,144) 41%, rgb(184,153,144,0.5) 92%, rgb(211,188,173) 43%, rgb(211,188,173,0.5) 6%, rgb(233,221,214) 88%);
    border: 2px groove rgb(211,188,173,0.5);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 0px -1px 2px 8px rgba(0, 0, 0, 0.1);
    border-color: rgb(184,153,144,0.5);
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(184,153,144,0.5);
    box-shadow: inset -4px -2px 15px 1px rgba(0, 0, 0, 0.6);
    transform: translateY(1px);
}::-webkit-scrollbar-corner {
    border: 1px dashed rgb(233,221,214);
    background: rgb(211,188,173,0.5);
}* {
    scrollbar-color: rgb(233,221,214) rgb(184,153,144,0.5);
    scrollbar-width: none;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 3px;
}::-webkit-scrollbar-thumb {
    background: rgb(233,221,214);
}}

svg {
    height: 30px;
    width: 30px;
}.head_class_tool {
    flex: 1 0 auto;
}.wrapper-border_tool {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1174px;
}.inclusion_tool {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
}footer .inclusion_tool {
    position: relative;
    background-color: rgb(184,153,144);
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}footer .inclusion_tool::before {
    position: absolute;
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(184,153,144) 12%, transparent 12.5%, transparent 87%, rgb(184,153,144) 87.5%, rgb(184,153,144)),
        linear-gradient(150deg, rgb(184,153,144) 12%, transparent 12.5%, transparent 87%, rgb(184,153,144) 87.5%, rgb(184,153,144)),
        linear-gradient(30deg, rgb(184,153,144) 12%, transparent 12.5%, transparent 87%, rgb(184,153,144) 87.5%, rgb(184,153,144)),
        linear-gradient(150deg, rgb(184,153,144) 12%, transparent 12.5%, transparent 87%, rgb(184,153,144) 87.5%, rgb(184,153,144)),
        linear-gradient(60deg, rgb(211,188,173,0.5) 25%, transparent 25.5%, transparent 75%, rgb(211,188,173,0.5) 75%, rgb(211,188,173,0.5)),
        linear-gradient(60deg, rgb(211,188,173,0.5) 25%, transparent 25.5%, transparent 75%, rgb(211,188,173,0.5) 75%, rgb(211,188,173,0.5));
    background-size: 80px 140px;
    width: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    opacity: 0.05;
    height: 100%;
}footer .inclusion_tool::after {
    background: linear-gradient(90deg, rgb(211,188,173), rgb(184,153,144));
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
}footer .sustain_cta_tool {
    position: relative;
    z-index: 1;
}footer .edu_talk_tool {
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}footer .info_item {
    transition: all 0.4s ease;
    align-items: center;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    max-width: 300px;
    min-height: 60px;
    min-width: 200px;
    cursor: pointer;
    padding: 20px 25px;
    justify-content: center;
    display: flex;
    flex: 0 1 auto;
}footer .info_item::before {
    content: "";
    bottom: 3px;
    z-index: -1;
    pointer-events: none;
    top: 3px;
    background-color: rgb(184,153,144);
    left: 3px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    right: 3px;
    position: absolute;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(211,188,173);
}footer .info_item svg {
    transition: fill 0.3s ease;
    margin-right: 12px;
    fill: rgb(211,188,173);
    flex-shrink: 0;
    height: 20px;
    width: 20px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    white-space: nowrap;
    align-items: center;
    cursor: pointer;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    width: 100%;
    font-size: 15px;
    z-index: 1;
    color: #ffffff;
    text-decoration: none;
    height: 100%;
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    position: relative;
    padding-top: 40px;
}footer .text_main_holder::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    left: 10%;
    top: 0;
    width: 80%;
    position: absolute;
    content: "";
    height: 1px;
    pointer-events: none;
}footer .head_expert_tool {
    flex-direction: column;
    text-align: center;
    max-width: 350px;
    padding: 20px;
    justify-content: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    margin: 0 auto;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    display: flex;
    position: relative;
}footer .head_expert_tool::before {
    right: 3px;
    position: absolute;
    pointer-events: none;
    content: "";
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
    left: 3px;
    bottom: 3px;
    background-color: rgb(184,153,144);
    top: 3px;
}footer .head_expert_tool svg {
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
}footer .grade_help_tool {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 1.6;
}footer .head_primary_tool {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 17px;
    padding: 30px;
    position: relative;
}footer .head_primary_tool h5 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 25px;
}footer .head_primary_tool h5::after {
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgb(211,188,173);
    content: "";
    pointer-events: none;
    width: 50px;
    height: 2px;
}footer .nav_know_tool {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 20px;
    display: grid;
}footer .nav_know_tool a {
    align-items: center;
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    padding: 12px 15px;
    display: flex;
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 15px;
}footer .nav_know_tool a::before {
    content: "";
    border-left: 4px solid rgb(211,188,173);
    position: absolute;
    transition: all 0.3s ease;
    width: 0;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    left: 5px;
    top: 50%;
    pointer-events: none;
    height: 0;
    opacity: 0;
    transform: translateY(-50%);
}footer .nav_know_tool a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
    color: #ffffff;
}footer .nav_know_tool a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 17px;
}footer .subscribe_holder::before {
    background-size: 20px 20px;
    width: 100%;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(211,188,173,0.5) 49%, rgb(211,188,173,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(211,188,173,0.5) 49%, rgb(211,188,173,0.5) 51%, transparent 52%);
    height: 100%;
    content: "";
    top: 0;
    border-radius: 17px;
    opacity: 0.05;
    pointer-events: none;
    position: absolute;
    left: 0;
}footer .subscribe_holder h5 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}footer .subscribe_holder p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    width: 100%;
    gap: 15px;
    z-index: 5;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.05);
    appearance: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    cursor: text;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 5;
    color: #ffffff;
    width: 100%;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgb(211,188,173);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .sub_benefit_tool {
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
    background-color: rgb(211,188,173);
    cursor: pointer;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 5;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    padding: 14px 20px;
}footer .sub_benefit_tool:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background-color: rgb(184,153,144);
}footer .data_viz_tool {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .hackathon_tool {
    color: rgba(255, 255, 255, 0.5);
    padding: 0 20px;
    position: relative;
    display: inline-block;
    font-size: 12px;
}footer .hackathon_tool::before,
footer .hackathon_tool::after {
    background-color: rgba(255, 255, 255, 0.2);
    width: 20px;
    content: "";
    pointer-events: none;
    top: 50%;
    height: 1px;
    position: absolute;
}footer .hackathon_tool::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .hackathon_tool::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_benefit_tool {
    width: auto;
    flex-shrink: 0;
    min-width: 150px;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .nav_know_tool {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .inclusion_tool {
    padding: 60px 0 30px;
}footer .edu_talk_tool {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .head_primary_tool, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head_expert_tool {
    padding: 15px;
    margin-bottom: 20px;
}footer .data_viz_tool {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .inclusion_tool {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .head_primary_tool h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
    margin-bottom: 20px;
}footer .head_primary_tool, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub_benefit_tool {
    padding: 12px;
}}.price_plan_grid_tool {
    padding: 4rem 0;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}.price_plan_grid_tool::before {
    background: linear-gradient(135deg, rgba(34, 30, 80, 0.95), rgba(19, 31, 60, 0.85));
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    content: "";
}.price_plan_grid_tool .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}.price_plan_grid_tool .pricing_card_tool {
    position: relative;
}.price_plan_grid_tool h2 {
    margin-bottom: 1.5rem;
    transform: translateY(10px);
    font-weight: 700;
    background: linear-gradient(90deg, rgb(211,188,173), rgb(184,153,144));
    -webkit-background-clip: text !important;
    background-clip: text !important;
    animation: fadeIn 0.8s ease-out forwards;
    color: transparent;
    font-size: 34px;
    text-align: center;
}.price_plan_grid_tool .package_deals_tool {
    margin: 0 auto 3rem;
    font-size: calc(15px * 1.1);
    position: relative;
    opacity: 0;
    color: #ffffff;
    max-width: 800px;
    line-height: 1.6;
    transform: translateY(15px);
    padding: 0 1rem;
    animation: fadeIn 0.8s ease-out 0.2s forwards;
    text-align: center;
}.price_plan_grid_tool .bundle_offer_tool {
    padding: 0;
    perspective: 1000px;
    gap: 2rem;
    display: grid;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.price_plan_grid_tool .bundle_offer_tool li {
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}.price_plan_grid_tool .bundle_offer_tool li:nth-child(1) {
    animation-delay: 0.2s;
}.price_plan_grid_tool .bundle_offer_tool li:nth-child(2) {
    animation-delay: 0.3s;
}.price_plan_grid_tool .bundle_offer_tool li:nth-child(3) {
    animation-delay: 0.4s;
}.price_plan_grid_tool .bundle_offer_tool li:nth-child(4) {
    animation-delay: 0.5s;
}.price_plan_grid_tool .pricing_catalog_tool {
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    text-decoration: none;
}.price_plan_grid_tool .pricing_catalog_tool:hover {
    transform: translateY(-12px) scale(1.02);
}.price_plan_grid_tool .learn_rates_tool {
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    height: 100%;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
    padding: 0;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    position: relative;
}.price_plan_grid_tool .learn_rates_tool::before {
    height: 5px;
    top: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(211,188,173), rgb(184,153,144));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    content: "";
    transform: scaleX(0);
    position: absolute;
    width: 100%;
}.price_plan_grid_tool .pricing_catalog_tool:hover .learn_rates_tool::before {
    transform: scaleX(1);
}.price_plan_grid_tool .cert_plans_tool {
    height: 100%;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    color: #ffffff;
}.price_plan_grid_tool .cert_plans_tool h4 {
    position: relative;
    margin-top: 0;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    font-size: calc(21px * 1.2);
}.price_plan_grid_tool .cert_plans_tool h4::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    background: rgb(184,153,144);
    width: 50px;
}.price_plan_grid_tool .cert_plans_tool p {
    margin-bottom: 2rem;
    word-break: break-word;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    overflow-wrap: break-word;
    line-height: 1.6;
    hyphens: auto;
    flex-grow: 1;
}.price_plan_grid_tool .price_deals_tool {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    align-items: center;
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex;
    font-size: calc(15px * 1.3);
    transition: all 0.3s ease;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    background: linear-gradient(120deg, rgb(211,188,173), rgb(184,153,144));
    justify-content: center;
}.price_plan_grid_tool .pricing_catalog_tool:hover .price_deals_tool {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

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

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


@media (max-width: 1200px) {.price_plan_grid_tool .bundle_offer_tool {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.price_plan_grid_tool .cert_plans_tool {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 991px) {.price_plan_grid_tool {
    padding: 3.5rem 0;
}.price_plan_grid_tool h2 {
    font-size: calc(34px * 0.9);
}.price_plan_grid_tool .package_deals_tool {
    font-size: 15px;
    margin-bottom: 2.5rem;
}
}

@media (max-width: 768px) {.price_plan_grid_tool {
    padding: 3rem 0;
}.price_plan_grid_tool h2 {
    font-size: calc(34px * 0.85);
}.price_plan_grid_tool .bundle_offer_tool {
    max-width: 480px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_plan_grid_tool .cert_plans_tool h4 {
    font-size: 21px;
}.price_plan_grid_tool .price_deals_tool {
    padding: 0.6rem 1.2rem;
    font-size: calc(15px * 1.2);
}
}

@media (max-width: 480px) {.price_plan_grid_tool {
    padding: 2.5rem 0;
}.price_plan_grid_tool h2 {
    font-size: calc(34px * 0.8);
}.price_plan_grid_tool .package_deals_tool {
    margin-bottom: 2rem;
    font-size: calc(15px * 0.95);
}.price_plan_grid_tool .cert_plans_tool {
    padding: 1.75rem 1.25rem;
}.price_plan_grid_tool .cert_plans_tool p {
    font-size: calc(15px * 0.95);
    margin-bottom: 1.5rem;
}}.contact_us_tool {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,221,214) 0%, rgb(211,188,173,0.5) 100%);
    padding: 120px 0 80px;
}.contact_us_tool::before {
    background-size: 60px 60px;
    opacity: 0.05;
    background: linear-gradient(45deg, 
        rgb(211,188,173,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(211,188,173,0.5) 50%, 
        rgb(211,188,173,0.5) 75%, 
        transparent 75%, 
        transparent);
    content: "";
    top: 0;
    position: absolute;
    animation: gradientMove 20s linear infinite;
    height: 100%;
    width: 100%;
    left: 0;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.contact_us_tool .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.contact_us_tool h2 {
    font-weight: 700;
    font-size: 29px;
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    margin-bottom: 60px;
    text-transform: uppercase;
    color: rgb(211,188,173);
}.contact_us_tool h2::after {
    background: rgb(211,188,173);
    height: 4px;
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
    width: 60px;
    left: 50%;
}.contact_us_tool .help_grid_tool {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    gap: 0;
    display: grid;
    max-width: 1000px;
}.contact_us_tool .img_grid_tool {
    order: 2;
    height: 100%;
    min-height: 600px;
    position: relative;
}.contact_us_tool .query_section_tool {
    padding: 60px;
    background: #ffffff;
    position: relative;
    order: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.contact_us_tool .query_section_tool::before {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    background: linear-gradient(to bottom, rgb(211,188,173), rgb(184,153,144));
    top: 0;
    width: 10px;
}.contact_us_tool form {
    position: relative;
    width: 100%;
}.contact_us_tool form h3 {
    border-bottom: 2px solid rgb(184,153,144,0.5);
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
}.contact_us_tool form input[type="text"] {
    width: 100%;
    border: none;
    margin-bottom: 25px;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding: 16px 20px 16px 50px;
    color: #000000;
    background: rgb(233,221,214);
    border-radius: 10px;
}.contact_us_tool form input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(211,188,173);
}.contact_us_tool form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_us_tool form input#name {
    position: relative;
}.contact_us_tool form input#name::before {
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    height: 20px;
    left: 20px;
    border-radius: 50%;
    width: 20px;
    background: rgb(211,188,173);
}.contact_us_tool .connect_box_tool {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact_us_tool .connect_box_tool input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_us_tool .connect_box_tool label {
    font-size: 12px;
    color: #000000;
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
}.contact_us_tool .connect_box_tool label::before {
    position: absolute;
    height: 24px;
    background: rgb(233,221,214);
    width: 24px;
    top: 0;
    left: 0;
    border-radius: 10px;
    content: "";
    transition: all 0.3s ease;
}.contact_us_tool .connect_box_tool input[type="checkbox"]:checked + label::before {
    background: rgb(211,188,173);
}.contact_us_tool .connect_box_tool input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 8px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    top: 4px;
    height: 14px;
    border-right: 2px solid #ffffff;
    width: 8px;
    content: "";
}.contact_us_tool .connect_box_tool label a {
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(211,188,173);
    text-decoration: none;
}.contact_us_tool .connect_box_tool label a::after {
    left: 0;
    position: absolute;
    content: "";
    height: 1px;
    background: rgb(211,188,173);
    transition: width 0.3s ease;
    bottom: -2px;
    width: 0;
}.contact_us_tool .connect_box_tool label a:hover::after {
    width: 100%;
}.contact_us_tool form .support_card_tool {
    z-index: 1;
    letter-spacing: 1px;
    border-radius: 50px;
    font-family: Arial, sans-serif;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding: 16px 40px;
    background: rgb(211,188,173);
    display: inline-block;
    font-size: 19px;
    border: none;
    font-weight: 700;
    transition: all 0.3s ease;
    color: #ffffff;
    text-transform: uppercase;
}.contact_us_tool form .support_card_tool::before {
    transition: width 0.3s ease;
    width: 0;
    background: rgb(184,153,144);
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
}.contact_us_tool form .support_card_tool:hover::before {
    width: 100%;
}.contact_us_tool form .support_card_tool:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(211,188,173);
}.contact_us_tool svg {
    fill: rgb(211,188,173);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    transform: translateY(-50%);
    top: 50%;
}.contact_us_tool svg path {
    fill: rgb(211,188,173);
    transition: fill 0.3s ease;
}.contact_us_tool form #name,
.contact_us_tool form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.contact_us_tool .help_grid_tool {
    max-width: 800px;
}.contact_us_tool .query_section_tool {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.contact_us_tool {
    padding: 80px 0 60px;
}.contact_us_tool .help_grid_tool {
    grid-template-columns: 1fr;
}.contact_us_tool .img_grid_tool {
    order: 1;
    min-height: 300px;
    clip-path: none;
}.contact_us_tool .query_section_tool {
    order: 2;
    padding: 40px 30px;
}.contact_us_tool .query_section_tool::before {
    right: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, rgb(211,188,173), rgb(184,153,144));
}.contact_us_tool h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.contact_us_tool {
    padding: 60px 0 40px;
}.contact_us_tool h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.contact_us_tool .img_grid_tool {
    min-height: 200px;
}.contact_us_tool .query_section_tool {
    padding: 30px 20px;
}.contact_us_tool form h3 {
    margin-bottom: 30px;
    font-size: calc(24px * 0.9);
}.contact_us_tool form .support_card_tool {
    padding: 14px 20px;
    width: 100%;
}}.customer_comments_tool {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(233,221,214) 0%, #ffffff 100%);
}.customer_comments_tool::before {
    left: 0;
    position: absolute;
    opacity: 0.6;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(211,188,173,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(184,153,144,0.5) 0%, transparent 30%);
    top: 0;
    width: 100%;
    height: 100%;
}.customer_comments_tool::after {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(211,188,173,0.5) 1px, transparent 1px),
        linear-gradient(-45deg, rgb(184,153,144,0.5) 1px, transparent 1px);
    opacity: 0.1;
    content: "";
    background-size: 30px 30px;
    width: 100%;
    z-index: 0;
}.customer_comments_tool .learning_zone_tool {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 1;
}.customer_comments_tool h4 {
    margin-bottom: 80px;
    text-align: center;
    font-size: 29px;
    position: relative;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
}.customer_comments_tool h4::after {
    left: 50%;
    bottom: -20px;
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    background: rgb(211,188,173);
    content: "";
}.customer_comments_tool h4::before {
    transform: rotate(45deg);
    bottom: -40px;
    height: 40px;
    z-index: -1;
    border: 2px solid rgb(211,188,173,0.5);
    position: absolute;
    content: "";
    width: 40px;
    left: calc(50% - 20px);
}.customer_comments_tool .testimonial_highlights_tool {
    display: flex;
    justify-content: center;
    perspective: 1000px;
    transform-style: preserve-3d;
    flex-wrap: wrap;
}.customer_comments_tool .student_feedback_tool {
    padding: 30px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
    z-index: 1;
    transform: rotateY(15deg) rotateX(5deg) translateZ(0);
    background: #ffffff;
    border-radius: 14px;
    transform-origin: center center;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: calc(33.33% - 40px);
    margin: 0 20px 60px;
    position: relative;
}.customer_comments_tool .student_feedback_tool:hover {
    z-index: 2;
    transform: rotateY(0) rotateX(0) translateZ(30px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 40px rgba(255, 255, 255, 0.9);
}.customer_comments_tool .student_feedback_tool:nth-child(3n+2) {
    transform: rotateY(-15deg) rotateX(5deg) translateZ(0);
}.customer_comments_tool .student_feedback_tool:nth-child(3n+2):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}.customer_comments_tool .student_feedback_tool:nth-child(3n+3) {
    transform: rotateY(0) rotateX(10deg) translateZ(0);
}.customer_comments_tool .student_feedback_tool:nth-child(3n+3):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}.customer_comments_tool .student_feedback_tool::before {
    top: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    position: absolute;
    content: "";
    height: 100%;
    border-radius: inherit;
    left: 0;
}.customer_comments_tool .student_feedback_tool::after {
    background: rgb(211,188,173,0.5);
    top: -10px;
    position: absolute;
    width: 40px;
    opacity: 0.3;
    content: "";
    z-index: -1;
    height: 40px;
    transition: all 0.4s ease;
    right: -10px;
    border-radius: 50%;
}.customer_comments_tool .student_feedback_tool:hover::after {
    transform: scale(1.2);
    opacity: 0.5;
}.customer_comments_tool .img_grid_tool {
    position: relative;
    border-radius: 50%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    transform: translateZ(20px);
    width: 90px;
    border: 4px solid #ffffff;
    height: 90px;
    margin: 0 auto 20px;
}.customer_comments_tool .student_feedback_tool:hover .img_grid_tool {
    transform: translateZ(40px) scale(1.1);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border-color: rgb(211,188,173,0.5);
}.customer_comments_tool .student_feedback_tool span {
    transition: all 0.4s ease;
    margin-bottom: 12px;
    transform: translateZ(15px);
    display: block;
    font-size: calc(15px * 1.1);
    text-align: center;
    font-weight: 600;
    color: #000000;
}.customer_comments_tool .student_feedback_tool:hover span {
    color: rgb(211,188,173);
    transform: translateZ(30px);
}.customer_comments_tool .student_feedback_tool p {
    transform: translateZ(10px);
    line-height: 1.6;
    font-size: 15px;
    text-align: center;
    color: #000000;
    transition: all 0.4s ease;
}.customer_comments_tool .student_feedback_tool:hover p {
    color: #000000;
    transform: translateZ(20px);
}.customer_comments_tool .student_feedback_tool:nth-child(3n+1)::after {
    background: rgb(211,188,173,0.5);
}.customer_comments_tool .student_feedback_tool:nth-child(3n+2)::after {
    background: rgb(184,153,144,0.5);
}.customer_comments_tool .student_feedback_tool:nth-child(3n+3)::after {
    background: linear-gradient(135deg, rgb(211,188,173,0.5), rgb(184,153,144,0.5));
}

@media (max-width: 1200px) {.customer_comments_tool .student_feedback_tool {
    width: calc(50% - 40px);
}
}

@media (max-width: 768px) {.customer_comments_tool {
    padding: 70px 0;
}.customer_comments_tool h4 {
    margin-bottom: 60px;
}.customer_comments_tool .testimonial_highlights_tool {
    perspective: none;
}.customer_comments_tool .student_feedback_tool,
    .customer_comments_tool .student_feedback_tool:nth-child(3n+2),
    .customer_comments_tool .student_feedback_tool:nth-child(3n+3) {
    width: 100%;
    transform: none;
    margin: 0 auto 40px;
    padding: 25px;
    max-width: 350px;
}.customer_comments_tool .student_feedback_tool:hover,
    .customer_comments_tool .student_feedback_tool:nth-child(3n+2):hover,
    .customer_comments_tool .student_feedback_tool:nth-child(3n+3):hover {
    transform: translateY(-10px);
}.customer_comments_tool .student_feedback_tool:last-child {
    margin-bottom: 0;
}.customer_comments_tool .img_grid_tool {
    height: 80px;
    width: 80px;
}.customer_comments_tool .student_feedback_tool:hover .img_grid_tool {
    transform: scale(1.1);
}.customer_comments_tool .student_feedback_tool span,
    .customer_comments_tool .student_feedback_tool:hover span,
    .customer_comments_tool .student_feedback_tool p,
    .customer_comments_tool .student_feedback_tool:hover p {
    transform: none;
}}.quantitative_data_tool {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.quantitative_data_tool::before {
    z-index: 1;
    background-color: #000000;
    opacity: 0.85;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
}.quantitative_data_tool::after {
    top: 0;
    opacity: 0.1;
    z-index: 2;
    width: 100%;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(211,188,173,0.5) 0,
        rgb(211,188,173,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    left: 0;
    height: 100%;
}.quantitative_data_tool .container {
    margin: 0 auto;
    z-index: 5;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.quantitative_data_tool .success_statistics_tool {
    flex-direction: column;
    position: relative;
    display: flex;
}.quantitative_data_tool .key_classes_tool {
    align-items: center;
    left: 50%;
    justify-content: center;
    background: linear-gradient(135deg, rgb(211,188,173) 0%, rgb(184,153,144) 100%);
    width: 90px;
    height: 90px;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    padding: 20px;
    border-radius: 50%;
    display: flex;
    animation: glowCircle 3s infinite alternate ease-in-out;
    position: absolute;
    border: 5px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}@keyframes glowCircle {
    0% {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 8px 25px rgb(211,188,173,0.5);
    }
}

.quantitative_data_tool .key_classes_tool svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
}.quantitative_data_tool .key_classes_tool svg path {
    fill: #ffffff;
}.quantitative_data_tool .statistics_zone_tool {
    font-size: 33px;
    padding-top: 50px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}.quantitative_data_tool .statistics_zone_tool::after {
    position: absolute;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    left: 50%;
    width: 80px;
    height: 3px;
    background: rgb(211,188,173);
}.quantitative_data_tool .class_benefits_tool {
    max-width: 700px;
    margin: 30px auto;
    line-height: 1.7;
    text-align: center;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
}.quantitative_data_tool .statistics_experts_tool {
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    display: flex;
    margin-top: 30px;
}.quantitative_data_tool .statistics_experts_tool::before {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 1px;
    content: "";
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}.quantitative_data_tool .statistics_experts_tool::after {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    left: 50%;
    z-index: 1;
    width: 1px;
    height: 100%;
}.quantitative_data_tool .statistics_expert_tool {
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    align-items: center;
    width: 50%;
    display: flex;
    height: 200px;
    text-align: center;
}.quantitative_data_tool .statistics_expert_tool::before {
    height: 100%;
    content: "";
    z-index: -1;
    left: 0;
    opacity: 0.1;
    top: 0;
    transition: all 0.5s ease;
    background: rgb(211,188,173,0.5);
    width: 0;
    position: absolute;
}.quantitative_data_tool .statistics_expert_tool:hover::before {
    width: 100%;
}.quantitative_data_tool .statistics_classes_tool {
    width: 55px;
    display: flex;
    align-items: center;
    height: 55px;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    justify-content: center;
    transform: translateY(0);
}.quantitative_data_tool .statistics_expert_tool:hover .statistics_classes_tool {
    transform: translateY(-5px);
}.quantitative_data_tool .statistics_classes_tool svg {
    fill: rgb(184,153,144);
    width: 100%;
    height: 100%;
}.quantitative_data_tool .statistics_classes_tool svg path {
    fill: rgb(184,153,144);
}.quantitative_data_tool .statistics_expert_tool span {
    font-size: calc(39px * 1.2);
    line-height: 1;
    font-weight: 700;
    position: relative;
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
}.quantitative_data_tool .statistics_expert_tool span::after {
    background: rgb(184,153,144);
    transition: width 0.3s ease;
    left: 50%;
    position: absolute;
    height: 2px;
    width: 30px;
    content: "";
    transform: translateX(-50%);
    bottom: -5px;
}.quantitative_data_tool .statistics_expert_tool:hover span::after {
    width: 50px;
}.quantitative_data_tool .statistics_expert_tool p {
    max-width: 200px;
    font-size: 15px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}.quantitative_data_tool .statistics_expert_tool:nth-child(1) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease forwards;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.quantitative_data_tool .statistics_expert_tool:nth-child(2) {
    animation: fadeIn 0.5s ease forwards 0.2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.quantitative_data_tool .statistics_expert_tool:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease forwards 0.4s;
}.quantitative_data_tool .statistics_expert_tool:nth-child(4) {
    animation: fadeIn 0.5s ease forwards 0.6s;
}@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.quantitative_data_tool .success_statistics_tool::before {
    animation: pulseCircle 4s infinite;
    position: absolute;
    transform: translate(-50%, -50%);
    border: 1px solid rgb(211,188,173);
    height: 200px;
    content: "";
    top: 50%;
    width: 200px;
    border-radius: 50%;
    opacity: 0.15;
    left: 50%;
}.quantitative_data_tool .success_statistics_tool::after {
    opacity: 0.15;
    width: 300px;
    position: absolute;
    animation: pulseCircle 4s infinite 1s;
    top: 50%;
    height: 300px;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    border: 1px dashed rgb(184,153,144);
    border-radius: 50%;
}

@keyframes pulseCircle {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.25;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
}

@media screen and (max-width: 991px) {.quantitative_data_tool {
    padding: 100px 0;
}.quantitative_data_tool .class_benefits_tool {
    max-width: 600px;
}.quantitative_data_tool .statistics_expert_tool {
    height: 180px;
    padding: 20px;
}.quantitative_data_tool .statistics_expert_tool span {
    font-size: 39px;
}.quantitative_data_tool .key_classes_tool {
    width: 80px;
    padding: 18px;
    height: 80px;
}
}

@media screen and (max-width: 767px) {.quantitative_data_tool {
    padding: 80px 0;
}.quantitative_data_tool .success_statistics_tool::before,
    .quantitative_data_tool .success_statistics_tool::after {
    display: none;
}.quantitative_data_tool .statistics_experts_tool::before,
    .quantitative_data_tool .statistics_experts_tool::after {
    display: none;
}.quantitative_data_tool .statistics_expert_tool {
    padding: 25px 15px;
    width: 100%;
    height: auto;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}.quantitative_data_tool .statistics_expert_tool:last-child {
    border-bottom: none !important;
}.quantitative_data_tool .key_classes_tool {
    height: 70px;
    width: 70px;
    padding: 15px;
}.quantitative_data_tool .statistics_zone_tool {
    font-size: calc(33px - 2px);
}.quantitative_data_tool .statistics_classes_tool {
    margin-bottom: 15px;
    height: 45px;
    width: 45px;
}.quantitative_data_tool .statistics_expert_tool span {
    font-size: calc(33px - 4px);
}.quantitative_data_tool .statistics_expert_tool p {
    font-size: calc(15px - 1px);
}
}

@media screen and (max-width: 576px) {.quantitative_data_tool {
    padding: 60px 0;
}.quantitative_data_tool .container {
    padding: 0 15px;
}.quantitative_data_tool .key_classes_tool {
    height: 60px;
    padding: 12px;
    width: 60px;
}.quantitative_data_tool .statistics_zone_tool {
    font-size: calc(33px - 4px);
    padding-top: 40px;
    letter-spacing: 1px;
}.quantitative_data_tool .statistics_zone_tool::after {
    width: 60px;
}.quantitative_data_tool .class_benefits_tool {
    font-size: calc(15px - 1px);
    margin: 25px auto;
}.quantitative_data_tool .statistics_expert_tool {
    padding: 20px 10px;
}.quantitative_data_tool .statistics_classes_tool {
    height: 40px;
    width: 40px;
    margin-bottom: 12px;
}.quantitative_data_tool .statistics_expert_tool span {
    font-size: calc(33px - 6px);
}.quantitative_data_tool .statistics_expert_tool p {
    font-size: calc(15px - 2px);
}}.gratDiv_tool {
    position: relative;
    background: linear-gradient(135deg, rgb(233,221,214) 0%, rgb(211,188,173,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}.gratDiv_tool::before {
    z-index: 1;
    background: linear-gradient(220deg, rgb(184,153,144,0.5) 20%, transparent 80%);
    position: absolute;
    filter: blur(60px);
    content: "";
    width: 40%;
    height: 70%;
    animation: floatElement 15s ease-in-out infinite;
    right: -5%;
    transform: rotate(-15deg) skewX(10deg);
    top: -10%;
}.gratDiv_tool::after {
    position: absolute;
    transform: rotate(15deg) skewX(-10deg);
    z-index: 1;
    width: 40%;
    filter: blur(60px);
    left: -5%;
    content: "";
    animation: floatElement 15s ease-in-out infinite reverse;
    height: 70%;
    background: linear-gradient(220deg, rgb(211,188,173,0.5) 20%, transparent 80%);
    bottom: -10%;
}.gratDiv_tool .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.gratDiv_tool h2 {
    transform: translateY(20px);
    letter-spacing: -0.01em;
    margin-left: auto;
    font-size: 37px;
    position: relative;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 40px;
    color: #000000;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    max-width: 800px;
    margin-right: auto;
    font-weight: 700;
    opacity: 0;
}.gratDiv_tool h2::after {
    background: rgb(211,188,173);
    width: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border-radius: 10px;
    height: 3px;
    bottom: -15px;
}.gratDiv_tool .learning_zone_tool {
    opacity: 0;
    overflow: hidden;
    transform: translateY(30px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    animation: slideUp 0.8s forwards 0.5s ease-out;
    border-radius: 26px;
    position: relative;
    background: #ffffff;
    padding: 50px;
}.gratDiv_tool .learning_zone_tool::before {
    left: 0;
    background: linear-gradient(90deg, rgb(211,188,173) 0%, rgb(184,153,144) 100%);
    height: 6px;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
}.gratDiv_tool .learning_zone_tool::after {
    opacity: 0.2;
    height: 160px;
    content: "";
    position: absolute;
    width: 160px;
    background: linear-gradient(135deg, rgb(211,188,173,0.5) 0%, transparent 70%);
    transform: translateY(-10px);
    top: 20px;
    border-radius: 50%;
    right: 20px;
}.gratDiv_tool ul {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}.gratDiv_tool li {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 20px;
}.gratDiv_tool li::before {
    border-radius: 50%;
    position: absolute;
    left: -30px;
    background: rgb(211,188,173);
    content: "";
    top: 8px;
    width: 12px;
    height: 12px;
    animation: pulse 2s infinite;
}.gratDiv_tool span {
    text-align: left;
    color: #000000;
    font-size: calc(14px * 1.1);
    border-left: 3px solid rgb(211,188,173,0.5);
    padding-left: 15px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    position: relative;
}

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

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(211,188,173), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(211,188,173), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(211,188,173), 0);
  }
}

@keyframes floatElement {
  0% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
  50% {
    transform: rotate(-15deg) skewX(10deg) translateY(-20px);
  }
  100% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
}

@media (max-width: 991px) {.gratDiv_tool {
    padding: 80px 0;
}.gratDiv_tool h2 {
    font-size: calc(37px * 0.85);
}.gratDiv_tool .learning_zone_tool {
    padding: 40px 30px;
}.gratDiv_tool li::before {
    left: -20px;
}
}

@media (max-width: 767px) {.gratDiv_tool {
    padding: 60px 0;
}.gratDiv_tool h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 30px;
}.gratDiv_tool h2::after {
    width: 60px;
    bottom: -10px;
}.gratDiv_tool .learning_zone_tool {
    padding: 30px 20px;
}.gratDiv_tool li::before {
    display: none;
}.gratDiv_tool span {
    line-height: 1.6;
    font-size: 14px;
}
}

@media (max-width: 480px) {.gratDiv_tool {
    padding: 40px 0;
}.gratDiv_tool h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.6);
}.gratDiv_tool .learning_zone_tool {
    padding: 25px 15px;
}.gratDiv_tool span {
    border-left: 2px solid rgb(211,188,173,0.5);
    padding-left: 10px;
}}.learning_process_tool {
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(233,221,214);
    position: relative;
}.learning_process_tool::before {
    background: radial-gradient(circle at 30% 50%, rgb(211,188,173,0.5) 0%, transparent 50%),
                radial-gradient(circle at 70% 20%, rgb(184,153,144,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    opacity: 0.15;
    z-index: 1;
    height: 100%;
    left: 0;
    content: '';
    top: 0;
}.learning_process_tool .learning_zone_tool {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    align-items: center;
    max-width: 1200px;
    display: flex;
    padding: 0 20px;
}.learning_process_tool .reading_block_tool {
    width: 55%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-left: 3px solid rgb(211,188,173);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    position: relative;
    margin-left: 15%;
    padding: 60px;
}.learning_process_tool .reading_block_tool::before {
    background-size: 20px 20px;
    top: 0;
    opacity: 0.1;
    content: '';
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    height: 100%;
    z-index: -1;
    width: 100%;
}.learning_process_tool .reading_block_tool::after {
    content: '';
    z-index: -1;
    right: 0;
    transform: translate(50%, -50%);
    top: 0;
    width: 150px;
    border-radius: 50%;
    position: absolute;
    background-image: conic-gradient(
        from 0deg at 50% 50%,
        rgb(211,188,173) 0deg,
        transparent 60deg,
        transparent 180deg,
        rgb(184,153,144) 240deg,
        transparent 300deg
    );
    height: 150px;
    animation: spin 20s linear infinite;
    opacity: 0.15;
}.learning_process_tool .reading_block_tool h2 {
    font-size: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 0;
}.learning_process_tool .reading_block_tool h2::before {
    height: 100%;
    color: rgb(211,188,173);
    width: 100%;
    position: absolute;
    opacity: 0.7;
    z-index: -1;
    filter: blur(8px);
    top: 0;
    content: '';
    left: 0;
    animation: glitch 5s infinite;
}.learning_process_tool .reading_block_tool h2::after {
    background-color: rgb(211,188,173);
    bottom: -10px;
    width: 40px;
    transition: width 0.3s ease;
    height: 4px;
    content: '';
    position: absolute;
    left: 0;
}.learning_process_tool .reading_block_tool:hover h2::after {
    width: 100%;
}.learning_process_tool .reading_block_tool p {
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    opacity: 0.85;
    z-index: 2;
    color: #ffffff;
}.learning_process_tool .learning_zone_tool::before,
.learning_process_tool .learning_zone_tool::after {
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    content: '';
}.learning_process_tool .learning_zone_tool::before {
    left: 10%;
    top: 40px;
    height: 10px;
    box-shadow: 0 0 20px rgb(211,188,173);
    width: 10px;
    animation: particle1 15s infinite alternate;
    background-color: rgb(211,188,173);
}.learning_process_tool .learning_zone_tool::after {
    animation: particle2 20s infinite alternate-reverse;
    width: 15px;
    height: 15px;
    bottom: 60px;
    right: 5%;
    box-shadow: 0 0 30px rgb(184,153,144);
    background-color: rgb(184,153,144);
}.learning_process_tool::after {
    z-index: 3;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(211,188,173) 20%, 
        rgb(211,188,173) 40%, 
        transparent 40.1%, 
        transparent 60%, 
        rgb(184,153,144) 60%, 
        rgb(184,153,144) 80%, 
        transparent 100%
    );
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
}.learning_process_tool .reading_block_tool p::after {
    left: -100%;
    animation: digital-wave 8s infinite;
    top: 0;
    width: 100%;
    z-index: -1;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.05), 
        transparent
    );
    position: absolute;
    height: 100%;
}.learning_process_tool .reading_block_tool::before {
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(211,188,173,0.5) 25px, rgb(211,188,173,0.5) 26px, transparent 27px),
        linear-gradient(90deg, transparent 24px, rgb(211,188,173,0.5) 25px, rgb(211,188,173,0.5) 26px, transparent 27px);
    left: 0;
    top: 0;
    background-size: 50px 50px;
    position: absolute;
    content: '';
    opacity: 0.05;
}@keyframes spin {
    0% {
        transform: translate(50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, -50%) rotate(360deg);
    }
}

@keyframes glitch {
    0%, 100% {
        opacity: 0.1;
        transform: translateX(0);
    }
    20% {
        opacity: 0.5;
        transform: translateX(-2px);
    }
    40% {
        opacity: 0.3;
        transform: translateX(2px);
    }
    60% {
        opacity: 0.4;
        transform: translateX(-1px);
    }
    80% {
        opacity: 0.2;
        transform: translateX(1px);
    }
}

@keyframes particle1 {
    0% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
    25% {
        transform: translate(30px, 30px);
        opacity: 0.8;
    }
    50% {
        transform: translate(60px, 0);
        opacity: 0.6;
    }
    75% {
        transform: translate(30px, -30px);
        opacity: 0.8;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
}

@keyframes particle2 {
    0% {
        transform: translate(0, 0);
        opacity: 0.7;
    }
    33% {
        transform: translate(-40px, 20px);
        opacity: 0.9;
    }
    66% {
        transform: translate(-20px, -40px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.9;
    }
}

@keyframes digital-wave {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

.learning_process_tool .reading_block_tool p {
    overflow: hidden;
    position: relative;
}.learning_process_tool .reading_block_tool p::before {
    height: 2px;
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.3;
    z-index: 1;
    animation: scan 4s linear infinite;
    top: 0;
    background-color: rgb(211,188,173,0.5);
}@keyframes scan {
    0% {
        top: 0;
    }
    100% {
        top: 100%;
    }
}

.learning_process_tool .reading_block_tool:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(211,188,173,0.5),
                0 0 20px rgb(211,188,173,0.5);
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

@media screen and (max-width: 992px) {.learning_process_tool {
    padding: 80px 0;
}.learning_process_tool .reading_block_tool {
    margin-left: 10%;
    padding: 40px 30px;
    width: 65%;
}.learning_process_tool .reading_block_tool::after {
    height: 100px;
    width: 100px;
}.learning_process_tool .learning_zone_tool::before {
    top: 20px;
}.learning_process_tool .learning_zone_tool::after {
    bottom: 30px;
}
}

@media screen and (max-width: 768px) {.learning_process_tool {
    padding: 60px 0;
}.learning_process_tool .reading_block_tool {
    margin-left: 0;
    width: 100%;
    padding: 30px 20px;
}.learning_process_tool .reading_block_tool h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.9);
}.learning_process_tool .reading_block_tool::after {
    height: 80px;
    width: 80px;
}.learning_process_tool .learning_zone_tool::before,
    .learning_process_tool .learning_zone_tool::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.learning_process_tool {
    padding: 40px 0;
}.learning_process_tool .reading_block_tool {
    padding: 25px 15px;
    border-radius: calc(15px * 0.8);
}.learning_process_tool .reading_block_tool h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 20px;
}.learning_process_tool .reading_block_tool h2::after {
    width: 30px;
}.learning_process_tool .reading_block_tool p {
    font-size: calc(14px * 0.9);
}.learning_process_tool::after {
    height: 1px;
}}

.learning_process_tool .reading_block_tool h2 {
    position: relative;
}.learning_process_tool .reading_block_tool h2::before {
    background-color: rgb(211,188,173);
    animation: glitch 5s infinite;
    filter: blur(10px);
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    top: -5px;
    z-index: -1;
    height: calc(100% + 10px);
    left: -5px;
    opacity: 0.1;
}.stay_informed_tool {
    position: relative;
    background: linear-gradient(135deg, rgb(233,221,214) 0%, rgb(184,153,144,0.5) 100%);
    overflow: hidden;
    z-index: 1;
    padding: 4rem 2rem;
}.stay_informed_tool::before {
    filter: blur(20px);
    animation: float 12s ease-in-out infinite;
    background: linear-gradient(225deg, rgb(211,188,173) 0%, rgb(211,188,173,0.5) 90%);
    height: 60%;
    width: 30%;
    opacity: 0.2;
    position: absolute;
    top: -10%;
    content: '';
    transform: rotate(-15deg) skewX(15deg);
    z-index: -1;
    right: -5%;
}.stay_informed_tool::after {
    height: 50%;
    animation: float 15s ease-in-out infinite reverse;
    filter: blur(15px);
    bottom: -10%;
    content: '';
    transform: rotate(15deg) skewX(-10deg);
    width: 25%;
    left: -5%;
    background: linear-gradient(45deg, rgb(184,153,144) 0%, rgb(184,153,144,0.5) 90%);
    position: absolute;
    z-index: -1;
    opacity: 0.15;
}.stay_informed_tool .container {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.stay_informed_tool .learning_zone_tool {
    grid-template-columns: 1fr;
    padding: 3rem 2.5rem;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    gap: 2rem;
    border-left: 4px solid rgb(211,188,173);
    position: relative;
    transform: perspective(1000px) rotateY(-1deg);
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.03);
}.stay_informed_tool .learning_zone_tool:hover {
    transform: perspective(1000px) rotateY(0deg);
}.stay_informed_tool h3 {
    transform: translateZ(0);
    font-size: clamp(1.5rem, 3vw, 21px);
    font-weight: 600;
    letter-spacing: -0.01em;
    position: relative;
    line-height: 1.4;
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 0 0 1rem;
    padding-left: 1.25rem;
}.stay_informed_tool h3::before {
    bottom: 0.5rem;
    content: '';
    position: absolute;
    width: 4px;
    opacity: 0.8;
    background: linear-gradient(to bottom, rgb(211,188,173), rgb(184,153,144));
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scaleY(0.7);
    left: 0;
    top: 0.5rem;
    border-radius: 2px;
}.stay_informed_tool .learning_zone_tool:hover h3::before {
    opacity: 1;
    transform: scaleY(1);
}.stay_informed_tool .input_holder {
    gap: 1rem;
    display: flex;
    position: relative;
    margin-top: 1rem;
    flex-direction: column;
}.stay_informed_tool .input_holder div {
    position: relative;
    flex: 1;
}.stay_informed_tool .instant_learning_tool {
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
    background: #ffffff;
    padding: 0.875rem 1.25rem;
    color: #000000;
    width: 100%;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}.stay_informed_tool .instant_learning_tool:focus {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(211,188,173,0.5);
}.stay_informed_tool .instant_learning_tool::placeholder {
    transition: color 0.3s ease;
    color: rgba(0, 0, 0, 0.35);
}.stay_informed_tool .instant_learning_tool:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
}.stay_informed_tool .sub_benefit_tool {
    overflow: hidden;
    padding: 0.875rem 1.75rem;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(211,188,173) 0%, rgb(184,153,144) 100%);
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #ffffff;
    border: none;
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-self: flex-start;
}.stay_informed_tool .sub_benefit_tool:hover {
    box-shadow: 0 6px 15px rgba(rgb(211,188,173,0.5), 0.3);
    transform: translateY(-2px);
}.stay_informed_tool .sub_benefit_tool:active {
    box-shadow: 0 3px 8px rgba(rgb(211,188,173,0.5), 0.2);
    transform: translateY(0);
}.stay_informed_tool .sub_benefit_tool::before {
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    transition: transform 0.6s ease;
    content: '';
}.stay_informed_tool .sub_benefit_tool:hover::before {
    transform: translateX(100%);
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg) skewX(15deg);
    }
    50% {
        transform: translate(5%, 5%) rotate(-15deg) skewX(15deg);
    }
}

@media (min-width: 768px) {.stay_informed_tool {
    padding: 5rem 2rem;
}.stay_informed_tool .learning_zone_tool {
    gap: 3rem;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    padding: 3.5rem;
}.stay_informed_tool h3 {
    padding-left: 1.5rem;
    margin: 0;
}.stay_informed_tool .input_holder {
    margin-top: 0;
    flex-direction: row;
}.stay_informed_tool .instant_learning_tool {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}.stay_informed_tool .sub_benefit_tool {
    border-bottom-left-radius: 0;
    align-self: stretch;
    border-top-left-radius: 0;
}
}

@media (min-width: 992px) {.stay_informed_tool {
    padding: 6rem 2rem;
}.stay_informed_tool .learning_zone_tool {
    padding: 4rem;
    grid-template-columns: 1.8fr 1fr;
}.stay_informed_tool h3 {
    font-size: 21px;
}.stay_informed_tool .instant_learning_tool {
    padding: 1rem 1.5rem;
}.stay_informed_tool .sub_benefit_tool {
    padding: 1rem 2rem;
}
}

@media (max-width: 767px) {.stay_informed_tool .learning_zone_tool {
    transform: none;
    border-top: 4px solid rgb(211,188,173);
    border-left: none;
}.stay_informed_tool h3 {
    padding-left: 0;
    padding-top: 1.25rem;
}.stay_informed_tool h3::before {
    top: 0;
    left: 0;
    width: 40px;
    height: 4px;
    bottom: auto;
    transform: scaleX(0.7);
}.stay_informed_tool .learning_zone_tool:hover h3::before {
    transform: scaleX(1);
}}.potential_students_tool {
    position: relative;
    background: linear-gradient(120deg, rgb(233,221,214) 0%, #ffffff 100%);
    padding: 100px 0;
    overflow: hidden;
}.potential_students_tool::before {
    position: absolute;
    background-position: 0 0;
    width: 60%;
    background-size: 20px 20px;
    z-index: 1;
    right: 0;
    content: "";
    height: 60%;
    opacity: 0.3;
    background-image: radial-gradient(rgb(211,188,173,0.5) 20%, transparent 20%);
    bottom: 0;
}.potential_students_tool .container {
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.potential_students_tool .learning_zone_tool {
    position: relative;
}.potential_students_tool h4 {
    font-size: 45px;
    color: rgb(211,188,173);
    text-align: center;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    font-weight: 700;
    margin-bottom: 50px;
}.potential_students_tool h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}.potential_students_tool h4::after {
    border-radius: 5px;
    position: absolute;
    bottom: -15px;
    content: "";
    height: 5px;
    left: 50%;
    background: linear-gradient(90deg, rgb(211,188,173), rgb(184,153,144));
    transform: translateX(-50%);
    width: 100px;
}.potential_students_tool div > div {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    padding: 0 20px;
}.potential_students_tool p {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 40px 30px;
    align-items: center;
    color: #000000;
    display: flex;
    transition: all 0.3s ease;
    margin: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    text-align: center;
    z-index: 1;
    background: #ffffff;
    height: 200px;
    font-size: 15px;
}.potential_students_tool p:nth-child(even) {
    transform: translateY(100px);
}.potential_students_tool p::before {
    background: linear-gradient(135deg, #ffffff, rgb(233,221,214));
    opacity: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: opacity 0.3s ease;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}.potential_students_tool p:hover {
    color: #000000;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.potential_students_tool p:hover::before {
    opacity: 1;
}.potential_students_tool p svg {
    height: 32px;
    position: absolute;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    left: 50%;
    top: 30px;
    width: 32px;
}.potential_students_tool p svg path {
    fill: rgb(211,188,173);
    transition: fill 0.3s ease;
}.potential_students_tool p span {
    width: 100%;
    display: block;
    margin-top: 50px;
}.potential_students_tool p:hover svg {
    transform: translateX(-50%) scale(1.2);
}.potential_students_tool p:hover svg path {
    fill: rgb(184,153,144);
}@keyframes hexSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.potential_students_tool::after {
    position: absolute;
    width: 200px;
    height: 200px;
    content: "";
    top: 10%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    left: 5%;
    z-index: 1;
    border: 2px dashed rgb(184,153,144,0.5);
    opacity: 0.5;
    animation: hexSpin 30s linear infinite;
}@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.potential_students_tool .learning_zone_tool > div p {
    opacity: 0;
    animation: fadeScale 0.5s ease forwards;
}.potential_students_tool .learning_zone_tool > div p:nth-child(1) {
    animation-delay: 0.1s;
}.potential_students_tool .learning_zone_tool > div p:nth-child(2) {
    animation-delay: 0.2s;
}.potential_students_tool .learning_zone_tool > div p:nth-child(3) {
    animation-delay: 0.3s;
}.potential_students_tool .learning_zone_tool > div p:nth-child(4) {
    animation-delay: 0.4s;
}.potential_students_tool .learning_zone_tool > div p:nth-child(5) {
    animation-delay: 0.5s;
}.potential_students_tool .learning_zone_tool > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.potential_students_tool {
    padding: 80px 0;
}.potential_students_tool h4 {
    margin-bottom: 70px;
    font-size: calc(45px * 0.85);
}.potential_students_tool div > div {
    gap: 100px 20px;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
}.potential_students_tool p {
    height: 180px;
    padding: 35px 25px;
}.potential_students_tool p:nth-child(3n+2) {
    transform: translateY(0);
}.potential_students_tool p:nth-child(even) {
    transform: translateY(90px);
}.potential_students_tool p svg {
    top: 25px;
}.potential_students_tool p span {
    margin-top: 45px;
}.potential_students_tool::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 768px) {.potential_students_tool {
    padding: 70px 0;
}.potential_students_tool h4 {
    margin-bottom: 60px;
    font-size: calc(45px * 0.7);
}.potential_students_tool h4::after {
    width: 80px;
    bottom: -12px;
}.potential_students_tool div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.potential_students_tool p {
    padding: 20px;
    aspect-ratio: 1.73 / 1;
    clip-path: none;
    border-radius: 12px;
    height: auto;
}.potential_students_tool p::before {
    border-radius: 12px;
    clip-path: none;
}.potential_students_tool p:nth-child(even) {
    transform: translateY(0);
}.potential_students_tool p svg {
    height: 28px;
    position: static;
    width: 28px;
    margin-right: 15px;
    transform: none;
}.potential_students_tool p span {
    margin-top: 0;
    display: inline;
}.potential_students_tool p:hover {
    transform: translateY(0) scale(1.03);
}.potential_students_tool p:hover svg {
    transform: scale(1.2);
}.potential_students_tool::after {
    display: none;
}
}

@media (max-width: 576px) {.potential_students_tool {
    padding: 60px 0;
}.potential_students_tool h4 {
    margin-bottom: 40px;
    font-size: calc(45px * 0.6);
}.potential_students_tool h4::after {
    width: 60px;
    height: 4px;
    bottom: -10px;
}.potential_students_tool p {
    font-size: calc(15px * 0.9);
    padding: 15px;
}.potential_students_tool p svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}}.company_overview_tool {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.company_overview_tool::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(211,188,173,0.5) 70%);
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
}.company_overview_tool .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.company_overview_tool .reading_block_tool {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    transform-origin: left center;
    position: relative;
    padding: 40px 60px;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.company_overview_tool .reading_block_tool:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company_overview_tool .reading_block_tool::before {
    background: linear-gradient(to bottom, rgb(211,188,173), rgb(184,153,144));
    content: "";
    left: 0;
    top: 0;
    width: 6px;
    position: absolute;
    height: 100%;
}.company_overview_tool .reading_block_tool::after {
    right: -15px;
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    background: linear-gradient(to right, rgba(rgb(184,153,144,0.5), 0.3), transparent);
    height: 80%;
}.company_overview_tool h5 {
    display: inline-block;
    position: relative;
    margin: 0 0 15px 0;
    letter-spacing: 2px;
    font-weight: 700;
    color: rgb(211,188,173);
    text-transform: uppercase;
    font-size: 18px;
}.company_overview_tool h5::after {
    background: rgb(184,153,144);
    bottom: -5px;
    transition: transform 0.4s ease-out;
    position: absolute;
    left: 0;
    transform: scaleX(1);
    content: "";
    width: 70%;
    height: 3px;
    transform-origin: left;
}.company_overview_tool h5:hover::after {
    transform: scaleX(1.5);
}.company_overview_tool p {
    line-height: 1.5;
    font-size: calc(13px * 1.2);
    margin: 0 0 20px 0;
    color: #000000;
}.company_overview_tool p b {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    position: relative;
    font-size: calc(13px * 1.5);
    color: #000000;
}.company_overview_tool p b::after {
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, rgb(211,188,173), transparent);
    bottom: -8px;
    content: "";
}.company_overview_tool ol {
    list-style-type: none;
    counter-reset: item;
    padding: 0;
    margin: 20px 0 0;
}.company_overview_tool ol li {
    column-count: 1;
    hyphens: auto;
    column-gap: 40px;
    line-height: 1.8;
    font-size: 13px;
    text-align: justify;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    padding-left: 0;
}.company_overview_tool ol li::first-letter {
    font-weight: 600;
    font-size: 1.5em;
    color: rgb(211,188,173);
}

@media (min-width: 768px) {.company_overview_tool ol li {
    column-count: 2;
}
}

@media (min-width: 992px) {.company_overview_tool {
    padding: 180px 0;
}.company_overview_tool .reading_block_tool {
    padding: 60px 80px;
    margin-left: 60px;
    width: 80%;
}.company_overview_tool h5 {
    font-size: calc(18px * 1.2);
}.company_overview_tool p b {
    font-size: calc(13px * 1.8);
}.company_overview_tool ol li {
    font-size: calc(13px * 1.05);
    column-count: 2;
}
}

@media (max-width: 767px) {.company_overview_tool {
    padding: 80px 0;
}.company_overview_tool .reading_block_tool {
    transform: none;
    padding: 30px;
}.company_overview_tool .reading_block_tool::after {
    display: none;
}.company_overview_tool h5 {
    font-size: 18px;
}.company_overview_tool p b {
    font-size: calc(13px * 1.3);
}
}

@media (max-width: 575px) {.company_overview_tool {
    padding: 60px 0;
}.company_overview_tool .reading_block_tool {
    padding: 25px 20px;
}.company_overview_tool h5 {
    font-size: calc(18px * 0.9);
}.company_overview_tool p b {
    font-size: calc(13px * 1.2);
}.company_overview_tool ol li {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}header {
    z-index: 100;
    left: 0;
    width: 100%;
    position: fixed;
    background: linear-gradient(to bottom, 
        rgb(211,188,173,0.5) 0%,
        #000000 100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    top: 0;
}header::before {
    top: 0;
    width: 100%;
    position: absolute;
    animation: pulse-bg 8s infinite alternate;
    left: 0;
    opacity: 0.3;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(184,153,144,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(211,188,173,0.5) 0%, transparent 15%);
    height: 100%;
    content: "";
}header::after {
    height: 100%;
    position: absolute;
    z-index: 1;
    background-size: 20px 20px;
    opacity: 0.1;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(184,153,144,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(184,153,144,0.5) 100%);
    left: 0;
    width: 100%;
    content: "";
}header .container {
    padding: 0;
    z-index: 2;
    align-items: center;
    position: relative;
    flex-direction: column;
    display: flex;
}header .head_tutor_tool {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}header .main_top_tool {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 3;
    text-decoration: none;
    align-items: center;
    margin: 1rem 0 1.5rem;
}header .main_top_tool::before {
    opacity: 0.2;
    content: "";
    border-radius: 50%;
    position: absolute;
    animation: rotate 10s linear infinite;
    width: 120px;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(184,153,144,0.5) 120deg,
            transparent 180deg,
            rgb(211,188,173,0.5) 240deg,
            transparent 360deg
        );
    height: 120px;
    z-index: -1;
}header .main_top_tool::after {
    animation: pulse-opacity 4s ease infinite alternate;
    height: 70px;
    filter: blur(20px);
    background: rgb(184,153,144,0.5);
    z-index: -2;
    position: absolute;
    content: "";
    opacity: 0.3;
    border-radius: 50%;
    width: 70px;
}header .main_top_tool svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(211,188,173,0.5));
    transition: all 0.4s ease;
}header .main_top_tool:hover svg {
    filter: drop-shadow(0 0 12px rgb(184,153,144));
    transform: scale(1.08);
}header .head_primary_tool {
    width: 100vw;
    padding: 1rem 0;
    border-top: 1px solid rgb(211,188,173,0.5);
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    overflow-x: auto;
    gap: 0.8rem;
    justify-content: center;
    border-bottom: 1px solid rgb(211,188,173,0.5);
    position: relative;
    scrollbar-width: none;
    display: flex;
}header .head_primary_tool::-webkit-scrollbar {
    display: none;
}header .head_primary_tool::before {
    pointer-events: none;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    z-index: 3;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
}header .main_learning_tool {
    font-size: 13px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    perspective: 800px;
    z-index: 2;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    white-space: nowrap;
}header .main_learning_tool::before {
    border: 1px solid transparent;
    border-radius: 10px;
    transform: translateZ(-10px);
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    transition: all 0.3s ease;
    left: 0;
    top: 0;
}header .main_learning_tool::after {
    background: rgb(184,153,144);
    transition: all 0.3s ease;
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 50%;
    content: "";
    width: 0%;
    transform: translateX(-50%);
}header .main_learning_tool:hover {
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(184,153,144,0.5);
    color: rgb(184,153,144);
}header .main_learning_tool:hover::before {
    box-shadow: 0 0 15px rgb(211,188,173,0.5);
    transform: translateZ(0);
    border-color: rgb(184,153,144,0.5);
}header .main_learning_tool:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .main_top_tool {
    margin: 0.8rem 0 1.2rem;
}header .main_top_tool svg {
    height: 40px;
}header .main_learning_tool {
    font-size: calc(13px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .main_top_tool {
    margin: 0.6rem 0 1rem;
}header .main_top_tool svg {
    height: 35px;
}header .main_top_tool::before {
    width: 90px;
    height: 90px;
}header .main_top_tool::after {
    height: 50px;
    width: 50px;
}header .head_primary_tool {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .main_learning_tool {
    font-size: calc(13px - 2px);
    padding: 0.4rem 1rem;
}header .main_learning_tool:first-child {
    margin-left: 2rem;
}header .main_learning_tool:last-child {
    margin-right: 2rem;
}}.course_offering_tool {
    overflow: hidden;
    background: linear-gradient(45deg, rgb(184,153,144,0.5) 0%, rgb(233,221,214) 50%, rgb(211,188,173,0.5) 100%);
    padding: 8rem 2rem;
    position: relative;
}.course_offering_tool::before {
    content: "";
    z-index: 1;
    top: -50%;
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(184,153,144,0.5) 100%);
    left: -50%;
    position: absolute;
    height: 200%;
    width: 200%;
    animation: rotate 60s linear infinite;
}.course_offering_tool::after {
    position: absolute;
    left: 0;
    background: linear-gradient(
        rgb(184,153,144,0.5),
        transparent 20%,
        transparent 80%,
        rgb(211,188,173,0.5)
    );
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    z-index: 2;
}.course_offering_tool .container {
    max-width: 1400px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
}.course_offering_tool .study_path_tool {
    flex-direction: column;
    display: flex;
    position: relative;
    margin-bottom: 2rem;
}.course_offering_tool .reading_block_tool {
    text-align: center;
    max-width: 800px;
    margin-bottom: 4rem;
    margin-right: auto;
    margin-left: auto;
}.course_offering_tool h2 {
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    font-size: 47px;
    letter-spacing: 2px;
}.course_offering_tool h2::before,
.course_offering_tool h2::after {
    height: 3px;
    position: absolute;
    width: 150%;
    left: -25%;
    content: "";
    background: linear-gradient(to right, transparent, rgb(211,188,173), transparent);
}.course_offering_tool h2::before {
    top: -15px;
}.course_offering_tool h2::after {
    bottom: -15px;
}.course_offering_tool .description {
    animation-delay: 0.2s;
    margin-bottom: 1.5rem;
    transform: translateY(30px);
    animation: slideUp 0.8s forwards;
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-size: calc(15px * 1.1);
    opacity: 0;
}.course_offering_tool .description:nth-of-type(2) {
    animation-delay: 0.5s;
}.course_offering_tool .img_grid_tool {
    overflow: hidden;
    border-radius: 29px;
    margin-top: 2rem;
    transform: scale(0.95);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 500px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}.course_offering_tool .img_grid_tool::before {
    width: 100%;
    content: "";
    z-index: 1;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgb(211,188,173,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(184,153,144,0.5) 100%
    );
    top: 0;
    position: absolute;
    opacity: 0.7;
    height: 100%;
    transition: opacity 0.5s ease;
}.course_offering_tool .img_grid_tool:hover {
    transform: scale(1);
}.course_offering_tool .img_grid_tool:hover::before {
    opacity: 0.4;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.course_offering_tool {
    padding: 5rem 1.5rem;
}.course_offering_tool .reading_block_tool {
    margin-bottom: 3rem;
}.course_offering_tool h2 {
    font-size: calc(47px * 0.85);
}.course_offering_tool .img_grid_tool {
    height: 400px;
}
}

@media screen and (max-width: 768px) {.course_offering_tool {
    padding: 4rem 1rem;
}.course_offering_tool .reading_block_tool {
    margin-bottom: 2rem;
}.course_offering_tool h2 {
    font-size: calc(47px * 0.7);
}.course_offering_tool h2::before,
    .course_offering_tool h2::after {
    left: -10%;
    width: 120%;
}.course_offering_tool .description {
    font-size: 15px;
}.course_offering_tool .img_grid_tool {
    height: 300px;
}}.help_desk_info_tool {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    box-shadow: inset 0 5px 15px rgba(0,0,0,0.05);
}.help_desk_info_tool::before {
    right: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    top: -10%;
    content: '';
    z-index: 0;
    height: 300px;
    width: 300px;
    background: rgb(184,153,144,0.5);
    opacity: 0.04;
    transform: rotate(-15deg);
}.help_desk_info_tool::after {
    content: '';
    height: 250px;
    opacity: 0.05;
    width: 250px;
    bottom: -10%;
    z-index: 0;
    transform: rotate(15deg);
    position: absolute;
    background: rgb(211,188,173,0.5);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    left: -5%;
}.help_desk_info_tool .container {
    padding: 0 15px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.help_desk_info_tool .assist_support_tool {
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border: 1px solid rgba(200,200,200,0.1);
    position: relative;
    box-shadow: 12px 12px 24px rgba(0,0,0,0.03), 
               -12px -12px 24px rgba(255,255,255,0.8);
    max-width: 800px;
}.help_desk_info_tool .assist_support_tool::before {
    border-radius: 2px;
    filter: blur(3px);
    background: linear-gradient(to bottom right, 
                rgba(255,255,255,0.8), 
                rgba(255,255,255,0.3));
    position: absolute;
    inset: 1px;
    content: '';
    z-index: -1;
}.help_desk_info_tool h3 {
    font-size: calc(30px * 0.9);
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgb(184,153,144);
}.help_desk_info_tool h3::after {
    transform: scaleX(1);
    width: 60px;
    content: '';
    transform-origin: left;
    transition: transform 0.3s ease-out;
    height: 3px;
    bottom: -10px;
    position: absolute;
    left: 0;
    background: rgb(211,188,173);
}.help_desk_info_tool h3:hover::after {
    transform: scaleX(1.5);
}.help_desk_info_tool p {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
}.help_desk_info_tool h5 {
    margin-bottom: 10px;
    display: flex;
    color: #000000;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    align-items: center;
}.help_desk_info_tool svg {
    height: 20px;
    margin-left: 10px;
    transition: transform 0.3s ease;
    width: 20px;
}.help_desk_info_tool svg:hover {
    transform: scale(1.2);
}.help_desk_info_tool svg path {
    transition: fill 0.3s ease;
    fill: rgb(184,153,144);
}.help_desk_info_tool .ask_questions_tool {
    padding: 0;
    display: flex;
    list-style: none;
    margin: 30px 0 0 0;
    gap: 15px;
    flex-direction: column;
}.help_desk_info_tool .ask_questions_tool li {
    transform: translateX(0);
    margin-bottom: 5px;
    transition: transform 0.3s ease;
}.help_desk_info_tool .ask_questions_tool li:hover {
    transform: translateX(10px);
}.help_desk_info_tool .start_chat_tool {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    font-size: calc(14px * 0.95);
    transition: all 0.3s ease;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.05), 
               -5px -5px 10px rgba(255,255,255,0.8);
    border-radius: 4px;
    color: #000000;
    align-items: center;
    padding: 10px 15px;
}.help_desk_info_tool .start_chat_tool:hover {
    box-shadow: inset 4px 4px 8px rgba(0,0,0,0.05), 
                inset -4px -4px 8px rgba(255,255,255,0.9);
    color: rgb(211,188,173);
}.help_desk_info_tool .start_chat_tool:hover svg path {
    fill: rgb(211,188,173);
}

@media (min-width: 768px) {.help_desk_info_tool .assist_support_tool {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 30px;
}.help_desk_info_tool h3 {
    grid-column: 1 / -1;
}.help_desk_info_tool .ask_questions_tool {
    grid-column: 2;
    grid-row: 2 / 4;
    align-self: start;
    margin-top: 0;
}
}

@media (max-width: 767px) {.help_desk_info_tool {
    padding: 60px 0;
}.help_desk_info_tool .assist_support_tool {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.help_desk_info_tool h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 20px;
}.help_desk_info_tool .ask_questions_tool {
    margin-top: 20px;
}.help_desk_info_tool .start_chat_tool {
    padding: 8px 12px;
}
}

@media (max-width: 480px) {.help_desk_info_tool {
    padding: 40px 0;
}.help_desk_info_tool .assist_support_tool {
    padding: 20px;
    box-shadow: 8px 8px 16px rgba(0,0,0,0.03), 
                   -8px -8px 16px rgba(255,255,255,0.7);
    transform: none;
}.help_desk_info_tool h3 {
    font-size: calc(30px * 0.7);
}.help_desk_info_tool p {
    font-size: calc(14px * 0.95);
    margin-bottom: 20px;
}.help_desk_info_tool svg {
    height: 18px;
    width: 18px;
}}.landing_page_tool {
    position: relative;
    overflow: hidden;
    margin: 0;
    background-color: rgb(233,221,214);
    padding: 0;
    width: 100%;
}.landing_page_tool .master_studyfast_tool {
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    position: relative;
}.landing_page_tool .main_begin_tool {
    justify-content: center;
    min-height: 100vh;
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 2;
    padding: 80px 40px;
    overflow: hidden;
}.landing_page_tool .main_begin_tool::before {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(211,188,173,0.5) 0%, 
        rgba(0,0,0,0.75) 100%);
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
}.landing_page_tool .main_begin_tool::after {
    top: -50px;
    right: -50px;
    z-index: -1;
    height: 200px;
    transform: rotate(15deg);
    animation: float 15s ease-in-out infinite;
    position: absolute;
    content: "";
    opacity: 0.15;
    background: rgb(184,153,144);
    width: 200px;
}.landing_page_tool .main_begin_tool span {
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    max-width: 700px;
    margin-left: -20px;
    transform: translateY(20px);
    position: relative;
    display: inline-block;
    animation-delay: 0.2s;
}.landing_page_tool .main_begin_tool h3 {
    border-left: 3px solid rgb(184,153,144);
    font-weight: 400;
    color: #ffffff;
    transform: skewX(-5deg);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-size: calc(23px * 0.9);
    padding: 12px 20px;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, 
        rgb(211,188,173) 0%, 
        rgb(211,188,173,0.5) 100%);
    line-height: 1.5;
    font-family: Arial, sans-serif;
}.landing_page_tool .main_begin_tool h1 {
    animation-delay: 0.4s;
    font-family: Arial, sans-serif;
    max-width: 800px;
    transform: translateY(20px);
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    margin-bottom: 1.5rem;
    font-size: 47px;
    position: relative;
    line-height: 1.2;
    color: #ffffff;
    opacity: 0;
    font-weight: 700;
}.landing_page_tool .main_begin_tool h1::after {
    position: absolute;
    height: 3px;
    transform-origin: left;
    background: rgb(184,153,144);
    left: 0;
    bottom: -15px;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    content: "";
    animation-delay: 1s;
    width: 120px;
}.landing_page_tool .main_begin_tool div div {
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: 0.6s;
    max-width: 550px;
}.landing_page_tool .main_begin_tool p {
    font-family: Arial, sans-serif;
    border-left: 1px solid rgb(184,153,144);
    margin-top: 2rem;
    color: #ffffff;
    font-size: calc(18px * 1.2);
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    line-height: 1.6;
}.landing_page_tool .main_begin_tool p::before {
    content: "";
    transform: rotate(45deg);
    background: rgb(184,153,144);
    width: 10px;
    height: 10px;
    position: absolute;
    left: -5px;
    top: 0;
}@keyframes slideUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

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

.landing_page_tool .main_begin_tool:hover::after {
    animation-play-state: paused;
}.landing_page_tool .main_begin_tool > * {
    z-index: 5;
}

@media (max-width: 992px) {.landing_page_tool .main_begin_tool {
    padding: 60px 30px;
}.landing_page_tool .main_begin_tool h1 {
    font-size: calc(47px * 0.85);
}.landing_page_tool .main_begin_tool h3 {
    font-size: calc(23px * 0.85);
}
}

@media (max-width: 768px) {.landing_page_tool .main_begin_tool {
    min-height: 90vh;
    padding: 50px 25px;
}.landing_page_tool .main_begin_tool h1 {
    font-size: calc(47px * 0.75);
}.landing_page_tool .main_begin_tool h3 {
    font-size: calc(23px * 0.8);
    margin-left: 0;
    padding: 10px 15px;
}.landing_page_tool .main_begin_tool span {
    margin-left: 0;
    max-width: 100%;
}.landing_page_tool .main_begin_tool p {
    padding-left: 15px;
    font-size: 18px;
}
}

@media (max-width: 576px) {.landing_page_tool .main_begin_tool {
    min-height: 80vh;
    padding: 40px 20px;
}.landing_page_tool .main_begin_tool h1 {
    font-size: calc(47px * 0.65);
}.landing_page_tool .main_begin_tool h3 {
    transform: skewX(-3deg);
    font-size: calc(23px * 0.75);
}.landing_page_tool .main_begin_tool h1::after {
    width: 80px;
}.landing_page_tool .master_studyfast_tool {
    padding: 0 10px;
}
}

@media (min-width: 1400px) {.landing_page_tool .main_begin_tool h1 {
    font-size: calc(47px * 1.1);
}.landing_page_tool .main_begin_tool h3 {
    font-size: 23px;
}.landing_page_tool .main_begin_tool p {
    font-size: calc(18px * 1.3);
}
}

@media (hover: hover) {.landing_page_tool .main_begin_tool {
    transition: transform 0.3s ease;
}.landing_page_tool .main_begin_tool:hover {
    transform: scale(1.01);
}}.privacy_folio_tool {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(233,221,214) 0%, rgba(248, 248, 252, 0.95) 100%);
}.privacy_folio_tool::before {
    top: -10%;
    position: absolute;
    z-index: 0;
    transform: rotate(-15deg);
    right: -5%;
    height: 300px;
    opacity: 0.4;
    background: linear-gradient(to right, rgb(211,188,173,0.5), rgb(184,153,144,0.5));
    filter: blur(80px);
    width: 300px;
    content: "";
}.privacy_folio_tool::after {
    width: 250px;
    content: "";
    position: absolute;
    filter: blur(70px);
    opacity: 0.3;
    bottom: -10%;
    height: 250px;
    left: -5%;
    z-index: 0;
    background: linear-gradient(to right, rgb(184,153,144,0.5), rgb(211,188,173,0.5));
    transform: rotate(15deg);
}.privacy_folio_tool .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    padding: 0 20px;
    transform: translateZ(0);
    border-left: 3px solid rgb(211,188,173);
    background: rgba(255, 255, 255, 0.85);
    z-index: 1;
}.privacy_folio_tool h1 {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    color: #000000;
    transform: translateX(-10px);
}.privacy_folio_tool h1::after {
    background: linear-gradient(90deg, rgb(211,188,173) 0%, rgb(184,153,144) 100%);
    bottom: 0;
    height: 3px;
    position: absolute;
    content: "";
    transition: transform 0.4s ease-out;
    width: 80px;
    left: 0;
    transform: scaleX(1);
    transform-origin: left;
}.privacy_folio_tool h1:hover::after {
    transform: scaleX(1.5);
}.privacy_folio_tool h2 {
    font-size: 30px;
    color: #000000;
    position: relative;
    margin-top: 40px;
    font-weight: 600;
    padding-left: 16px;
    margin-bottom: 20px;
}.privacy_folio_tool h2::before {
    position: absolute;
    top: 0;
    opacity: 0.8;
    content: "";
    background: rgb(211,188,173);
    height: 100%;
    left: 0;
    transform: scaleY(0.8);
    width: 4px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}.privacy_folio_tool h2:hover::before {
    opacity: 1;
    transform: scaleY(1.1);
}.privacy_folio_tool h3 {
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(rgba(0, 0, 0, 0.5), 0.2);
    color: #000000;
    font-size: calc(30px * 0.85);
    margin-top: 30px;
}.privacy_folio_tool h4 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: calc(30px * 0.75);
    opacity: 0.9;
    margin-top: 25px;
}.privacy_folio_tool p {
    font-size: 13px;
    transition: transform 0.3s ease;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 20px;
    max-width: 95%;
}.privacy_folio_tool p:hover {
    transform: translateX(5px);
}.privacy_folio_tool p strong {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #000000;
}.privacy_folio_tool p strong::after {
    transform-origin: right;
    height: 2px;
    left: 0;
    position: absolute;
    content: "";
    bottom: -2px;
    width: 100%;
    transform: scaleX(0);
    background: rgb(184,153,144);
    transition: transform 0.3s ease;
}.privacy_folio_tool p strong:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.privacy_folio_tool span {
    padding: 15px;
    background: rgba(rgb(255, 255, 255, 0.5), 0.4);
    transform: translateY(0);
    color: #000000;
    display: block;
    margin-bottom: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    line-height: 1.6;
    font-size: 13px;
    border-left: 2px solid rgb(184,153,144);
}.privacy_folio_tool span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.privacy_folio_tool ul {
    margin-top: 15px;
    padding-left: 20px;
    margin-bottom: 30px;
    list-style: none;
}.privacy_folio_tool li {
    line-height: 1.6;
    transform: translateZ(0);
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
    color: #000000;
    transition: transform 0.3s ease;
    font-size: 13px;
}.privacy_folio_tool li::before {
    left: 0;
    background: rgb(211,188,173);
    position: absolute;
    height: 8px;
    width: 8px;
    top: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    content: "";
    opacity: 0.8;
    border-radius: 50%;
}.privacy_folio_tool li:hover {
    transform: translateX(5px);
}.privacy_folio_tool li:hover::before {
    transform: scale(1.3);
    background: rgb(184,153,144);
}

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

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

@media (max-width: 480px) {.privacy_folio_tool {
    padding: 30px 0;
}.privacy_folio_tool::before,
    .privacy_folio_tool::after {
    opacity: 0.25;
}.privacy_folio_tool .container {
    padding: 20px 15px;
}.privacy_folio_tool h1 {
    font-size: calc(42px * 0.7);
}.privacy_folio_tool h2 {
    font-size: calc(30px * 0.75);
    margin-top: 25px;
}.privacy_folio_tool h3 {
    font-size: calc(30px * 0.7);
}.privacy_folio_tool h4 {
    font-size: calc(30px * 0.65);
}.privacy_folio_tool p, .privacy_folio_tool span, .privacy_folio_tool li {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}.privacy_folio_tool p:hover,
    .privacy_folio_tool li:hover,
    .privacy_folio_tool span:hover {
    transform: none;
}}.course_instructor_tool {
    background: linear-gradient(135deg, #000000 0%, rgb(233,221,214) 100%);
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}.course_instructor_tool::before {
    animation: morphBackground 15s infinite alternate ease-in-out;
    mix-blend-mode: screen;
    height: 100%;
    width: 100%;
    background: 
    radial-gradient(circle at 25% 25%, rgb(211,188,173,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(184,153,144,0.5) 0%, transparent 40%);
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}.course_instructor_tool .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.course_instructor_tool .student_feedback_tool {
    display: grid;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    position: relative;
    grid-template-rows: auto auto 1fr;
    gap: 20px 40px;
    grid-template-columns: 35% 1fr;
}.course_instructor_tool .img_grid_tool {
    z-index: 3;
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    border-radius: 18px;
    position: relative;
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(211,188,173,0.5);
    height: 420px;
    transform: perspective(1000px) rotateY(-8deg);
    grid-area: photo;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.course_instructor_tool .img_grid_tool::before {
    mix-blend-mode: multiply;
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 18px;
}.course_instructor_tool .student_feedback_tool:hover .img_grid_tool {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.course_instructor_tool .name {
    transform: perspective(1000px) rotateY(5deg);
    align-self: end;
    grid-area: name;
    font-size: 28px;
    color: #ffffff;
    padding-left: 20px;
    margin: 0;
    font-weight: 700;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
}.course_instructor_tool .name::after {
    height: 4px;
    content: "";
    left: 20px;
    transform-origin: left;
    transform: scaleX(0.6);
    width: 60px;
    position: absolute;
    bottom: -8px;
    transition: transform 0.5s ease;
    background: rgb(211,188,173);
}.course_instructor_tool .student_feedback_tool:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.course_instructor_tool .student_feedback_tool:hover .name::after {
    transform: scaleX(1);
}.course_instructor_tool .student_feedback_tool > span:not(.name) {
    grid-area: job;
    transform-origin: left center;
    letter-spacing: 1px;
    font-size: 16px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-weight: 600;
    transform: perspective(1000px) rotateY(5deg);
    padding-left: 20px;
    margin-top: 5px;
    text-transform: uppercase;
    color: rgb(184,153,144);
}.course_instructor_tool .student_feedback_tool:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.course_instructor_tool .job_achievements_tool {
    line-height: 1.7;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: quote;
    color: #ffffff;
    border-left: 4px solid rgb(211,188,173);
    z-index: 2;
    font-size: 14px;
    margin: 30px 0 0;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    backdrop-filter: blur(10px);
    font-weight: 300;
}.course_instructor_tool .job_achievements_tool::before {
    opacity: 0.7;
    top: -15px;
    left: 25px;
    color: rgb(211,188,173);
    content: "";
    font-size: calc(41px * 2);
    position: absolute;
}.course_instructor_tool .student_feedback_tool:hover .job_achievements_tool {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.course_instructor_tool {
    padding: 80px 0;
}.course_instructor_tool .student_feedback_tool {
    grid-template-areas:
      "img_grid_tool"
      "name"
      "exp_card_tool"
      "job_achievements_tool";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 15px;
}.course_instructor_tool .img_grid_tool {
    transform: none;
    margin: 0 auto;
    height: 320px;
    max-width: 320px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}.course_instructor_tool .name,
  .course_instructor_tool .student_feedback_tool > span:not(.name) {
    padding-left: 0;
    transform: none;
    text-align: center;
}.course_instructor_tool .name::after {
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.course_instructor_tool .student_feedback_tool:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.course_instructor_tool .job_achievements_tool {
    margin-top: 20px;
}.course_instructor_tool .student_feedback_tool:hover .img_grid_tool,
  .course_instructor_tool .student_feedback_tool:hover .name,
  .course_instructor_tool .student_feedback_tool:hover > span:not(.name),
  .course_instructor_tool .student_feedback_tool:hover .job_achievements_tool {
    transform: none;
}
}

@media (max-width: 576px) {.course_instructor_tool {
    padding: 60px 0;
}.course_instructor_tool .img_grid_tool {
    height: 250px;
    max-width: 250px;
}.course_instructor_tool .name {
    font-size: 22px;
}.course_instructor_tool .job_achievements_tool {
    padding: 25px 20px;
    font-size: calc(14px * 0.95);
}}.experience_trial_tool {
    background: linear-gradient(135deg, rgb(211,188,173,0.5), rgb(184,153,144));
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    z-index: 1;
}.experience_trial_tool::before {
    right: -50%;
    background: linear-gradient(to bottom right, transparent 49.5%, rgb(184,153,144,0.5) 50%);
    z-index: -1;
    top: -50%;
    height: 200%;
    content: "";
    width: 100%;
    transform: rotate(-15deg);
    position: absolute;
}.experience_trial_tool::after {
    height: 10px;
    bottom: -5px;
    width: 100%;
    position: absolute;
    background: rgb(211,188,173);
    clip-path: polygon(0% 0%, 2% 40%, 4% 0%, 6% 40%, 8% 0%, 10% 40%, 12% 0%, 14% 40%, 16% 0%, 18% 40%, 20% 0%, 22% 40%, 24% 0%, 26% 40%, 28% 0%, 30% 40%, 32% 0%, 34% 40%, 36% 0%, 38% 40%, 40% 0%, 42% 40%, 44% 0%, 46% 40%, 48% 0%, 50% 40%, 52% 0%, 54% 40%, 56% 0%, 58% 40%, 60% 0%, 62% 40%, 64% 0%, 66% 40%, 68% 0%, 70% 40%, 72% 0%, 74% 40%, 76% 0%, 78% 40%, 80% 0%, 82% 40%, 84% 0%, 86% 40%, 88% 0%, 90% 40%, 92% 0%, 94% 40%, 96% 0%, 98% 40%, 100% 0%);
    content: "";
    left: 0;
}.experience_trial_tool .container {
    display: flex;
    position: relative;
    margin: 0 auto;
    align-items: flex-start;
    max-width: 1140px;
    flex-direction: column;
    padding: 0 15px;
    z-index: 2;
}.experience_trial_tool h2 {
    font-weight: 600;
    max-width: 80%;
    opacity: 0;
    position: relative;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 38px;
    animation: slideInText 0.8s ease-out forwards;
    color: #ffffff;
    margin-bottom: 2rem;
    line-height: 1.4;
    transform: translateX(-20px);
}.experience_trial_tool .learning_zone_tool {
    background: #ffffff;
    border-left: 5px solid rgb(211,188,173);
    transform: translateY(20px);
    overflow: hidden;
    animation: slideUpHolder 0.8s ease-out 0.3s forwards;
    opacity: 0;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    align-items: center;
    display: flex;
    position: relative;
}.experience_trial_tool .learning_zone_tool::before {
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, transparent 65%, rgba(rgb(211,188,173,0.5), 0.1) 75%, rgba(rgb(184,153,144,0.5), 0.08) 85%);
    content: "";
    height: 100%;
    left: 0;
}.experience_trial_tool .learning_zone_tool > * {
    z-index: 2;
    position: relative;
}.experience_trial_tool .learning_zone_tool svg {
    height: 48px;
    animation: pulseIcon 3s infinite ease-in-out;
    margin-right: 2rem;
    width: 48px;
    transform-origin: center;
}.experience_trial_tool .learning_zone_tool svg path {
    fill: rgb(211,188,173);
    transition: fill 0.3s ease;
}.experience_trial_tool .learning_zone_tool div {
    flex: 1;
}.experience_trial_tool .support_card_tool {
    position: relative;
    white-space: nowrap;
    font-size: 15px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 0.9rem 2.2rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    transform: translateZ(0);
    background: linear-gradient(135deg, rgb(211,188,173), rgb(184,153,144));
}.experience_trial_tool .support_card_tool::before {
    content: "";
    left: -100%;
    position: absolute;
    width: 100%;
    transition: left 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    height: 100%;
}.experience_trial_tool .support_card_tool:hover {
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.experience_trial_tool .support_card_tool:hover::before {
    left: 100%;
}.experience_trial_tool .support_card_tool:active {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

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

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

@keyframes pulseIcon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 992px) {.experience_trial_tool {
    padding: 4rem 0;
}.experience_trial_tool h2 {
    font-size: calc(38px * 0.9);
    max-width: 90%;
}.experience_trial_tool .learning_zone_tool {
    padding: 1.8rem;
}
}

@media (max-width: 768px) {.experience_trial_tool {
    padding: 3.5rem 0;
}.experience_trial_tool h2 {
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
}.experience_trial_tool .learning_zone_tool {
    flex-direction: column;
    padding: 1.5rem;
    text-align: center;
}.experience_trial_tool .learning_zone_tool svg {
    margin-right: 0;
    margin-bottom: 1.5rem;
}.experience_trial_tool .support_card_tool {
    text-align: center;
    width: 100%;
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 576px) {.experience_trial_tool {
    padding: 3rem 0;
}.experience_trial_tool h2 {
    font-size: calc(38px * 0.7);
    line-height: 1.5;
}.experience_trial_tool .learning_zone_tool {
    padding: 1.2rem;
}.experience_trial_tool .support_card_tool {
    font-size: calc(15px * 0.9);
    padding: 0.7rem 1.2rem;
}
}

@media (prefers-reduced-motion: reduce) {.experience_trial_tool h2,
  .experience_trial_tool .learning_zone_tool {
    transform: none;
    opacity: 1;
    animation: none;
}.experience_trial_tool .learning_zone_tool svg {
    animation: none;
}.experience_trial_tool .support_card_tool::before {
    display: none;
}}.cookie_warning_window_tool {
    position: fixed;
    overflow: hidden;
    width: 100%;
    background: rgb(233,221,214);
    z-index: 1050;
    border-top: 3px solid rgb(211,188,173);
    padding: 20px;
    bottom: 0;
    font-family: Arial, sans-serif;
}.user_tracker_tool {
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}.data_policy_tool {
    margin-right: 20px;
    flex-shrink: 0;
}#cookieNoticeOverlay_tool {
    display: none;
}#cookieNoticeOverlay_tool:checked ~ .cookie_warning_window_tool {
    visibility: hidden;
    opacity: 0;
}.data_policy_tool svg {
    width: 60px;
    height: 60px;
    fill: rgb(211,188,173);
    transition: fill 0.3s ease-in-out;
}.edu_approve_tool {
    margin-right: 20px;
    flex-grow: 1;
}.edu_approve_tool h5 {
    font-size: 22px;
    margin-bottom: 5px;
    color: rgb(211,188,173);
    font-weight: 700;
}.edu_approve_tool p {
    margin-bottom: 0;
    color: #000000;
    font-size: 12px;
}.track_cookies_tool {
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    margin-left: 10px;
    border-radius: 10px;
}.track_cookies_tool {
    border: 1px solid rgb(211,188,173);
    background-color: rgb(211,188,173);
    color: #ffffff;
}.track_cookies_tool:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.cookie_warning_window_tool p a {
    text-decoration: underline;
    color: rgb(211,188,173);
}.cookie_warning_window_tool p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.edu_approve_tool h5 {
    font-size: calc(22px - 2px);
}.edu_approve_tool p {
    font-size: calc(12px - 2px);
}.track_cookies_tool {
    padding: 8px 16px;
    font-size: calc(16px - 2px);
}
}
@media (max-width: 800px) {.user_tracker_tool {
    flex-direction: column;
    align-items: center;
}.data_policy_tool {
    margin-bottom: 15px;
}.edu_approve_tool {
    text-align: center;
    margin-bottom: 20px;
}.track_cookies_tool {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}
}
