﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}.achieve-cta-tool {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.header-pagewrap-tool {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    width: 1149px;
    max-width: 100%;
    margin: auto;
}.wrap-structure-tool {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our-story-tool {
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our-story-tool::before {
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.85) 25%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
}.our-story-tool::after {
    animation: floatBlob 20s infinite alternate ease-in-out;
    z-index: 0;
    content: "";
    right: -10%;
    height: 60%;
    top: -10%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 60%;
    background: rgb(190,208,178);
    position: absolute;
    filter: blur(40px);
    opacity: 0.15;
}.our-story-tool .container {
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.our-story-tool .reading-block-tool {
    transform: translateX(0);
    max-width: 840px;
    position: relative;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.our-story-tool h1 {
    font-weight: 700;
    font-size: 40px;
    transform: translateY(0);
    color: #ffffff;
    position: relative;
    display: inline-block;
    transition: all 0.5s ease-out;
    margin-bottom: 50px;
    opacity: 1;
}.our-story-tool h1::after {
    height: 4px;
    content: "";
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    background: linear-gradient(90deg, rgb(190,208,178) 0%, rgb(154,184,136) 100%);
    bottom: -15px;
    transform-origin: left;
    width: 80px;
    position: absolute;
    left: 0;
}.our-story-tool ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.our-story-tool li {
    margin-bottom: 20px;
}.our-story-tool h4 {
    color: rgb(154,184,136);
    display: inline-block;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    transition: transform 0.4s ease;
    transform: translateX(0);
    font-size: calc(35px - 2px);
    margin: 0 0 15px 0;
}.our-story-tool h4::before {
    left: 0;
    content: "";
    bottom: -5px;
    position: absolute;
    background: rgb(154,184,136);
    height: 2px;
    width: 0;
    transition: width 0.4s ease;
}.our-story-tool h4:hover {
    transform: translateX(5px);
}.our-story-tool h4:hover::before {
    width: 100%;
}.our-story-tool span {
    line-height: 1.7;
    transition: all 0.4s ease;
    position: relative;
    border-left: 3px solid rgb(190,208,178);
    display: block;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 30px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.3) 100%);
}.our-story-tool span:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.our-story-tool span::first-letter {
    float: left;
    color: rgb(190,208,178);
    margin-right: 8px;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

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

@media (max-width: 992px) {.our-story-tool {
    padding: 90px 0;
}.our-story-tool h1 {
    font-size: calc(40px - 6px);
    margin-bottom: 40px;
}.our-story-tool h4 {
    font-size: calc(35px - 4px);
}.our-story-tool span {
    padding: 25px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 768px) {.our-story-tool {
    padding: 70px 0;
}.our-story-tool .container {
    padding: 0 20px;
}.our-story-tool h1 {
    margin-bottom: 35px;
    font-size: calc(40px - 10px);
}.our-story-tool h4 {
    font-size: calc(35px - 6px);
}.our-story-tool span {
    padding: 20px;
    line-height: 1.6;
}.our-story-tool span::first-letter {
    font-size: 2em;
}.our-story-tool::after {
    height: 50%;
    width: 80%;
}
}

@media (max-width: 576px) {.our-story-tool {
    padding: 50px 0;
}.our-story-tool .container {
    padding: 0 15px;
}.our-story-tool h1 {
    font-size: calc(40px - 14px);
    margin-bottom: 30px;
}.our-story-tool h1::after {
    height: 3px;
    bottom: -10px;
}.our-story-tool h4 {
    margin-bottom: 10px;
    font-size: calc(35px - 8px);
}.our-story-tool span {
    padding: 15px;
    font-size: calc(15px - 2px);
    line-height: 1.5;
}.our-story-tool span::first-letter {
    font-size: 1.8em;
    margin-right: 5px;
}}header .top_plank {
    background: rgb(190,208,178);
    color:  #ffffff;
}header .top_plank .prime-track-tool div svg, header .top_plank .prime-track-tool div svg path {
    fill: #ffffff;
}header .top_plank .prime-track-tool div span {
    color: #ffffff;
}header .top_plank .prime-track-tool {
    width: 100%;
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    align-items: center;
    line-height: 21px;
    display: flex;
}header .top_plank .prime-track-tool div {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-right: 24px;
}header .top_plank .prime-track-tool div img, header .top_plank .prime-track-tool div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.cookieAgreementModal-tool {
    z-index: 1050;
    text-align: center;
    bottom: 20px;
    width: 90%;
    overflow: hidden;
    align-items: center;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    position: fixed;
    background: rgb(227,233,221);
    display: flex;
    padding: 20px;
    transform: translateX(-50%);
    border-radius: 27px;
    flex-direction: column;
    max-width: 600px;
    left: 50%;
}.track-bar-tool {
    align-items: center;
    flex-direction: column;
    z-index: 1;
    display: flex;
}.cookies-tech-tool {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.cookies-tech-tool svg, .cookies-tech-tool svg path, .cookies-tech-tool img {
    fill: rgb(190,208,178);
    height: 80px;
    width: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookieAgreementModal-tool h5 {
    margin-bottom: 10px;
    font-size: 21px;
    color: rgb(190,208,178);
    font-weight: 700;
}.cookieAgreementModal-tool p {
    margin-bottom: 20px;
    font-size: 13px;
    color: #000000;
}.online-tracking-tool {
    display: inline-block;
    margin: 5px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #ffffff;
    background: rgb(190,208,178);
    padding: 10px 20px;
    text-decoration: none;
    width: calc(50% - 10px);
    font-size: 14px;
    cursor: pointer;
}.online-tracking-tool:hover {
    background: rgb(154,184,136);
    transform: translateY(-3px);
}.cookie_button.cookie-necessary-tool {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie-necessary-tool:hover {
    background: rgb(154,184,136,0.5);
}.cookieAgreementModal-tool p a {
    text-decoration: underline;
    color: rgb(190,208,178);
    transition: color 0.3s ease-in-out;
}.cookieAgreementModal-tool p a:hover {
    color: rgb(154,184,136);
}
@media only screen and (max-width: 600px) {.cookieAgreementModal-tool {
    left: 0;
    width: 100%;
    border-radius: 0;
    transform: none;
    bottom: 0;
}.track-bar-tool {
    padding: 15px;
}.cookies-tech-tool svg {
    width: 50px;
    height: 50px;
}.cookieAgreementModal-tool h5 {
    font-size: calc(21px - 2px);
}.cookieAgreementModal-tool p {
    font-size: calc(13px - 2px);
}.online-tracking-tool {
    width: calc(100% - 10px);
    padding: 8px 16px;
    font-size: calc(14px - 2px);
}}
#cookieNoticePrompt-tool {
    display: none;
}#cookieNoticePrompt-tool:checked ~ .cookieAgreementModal-tool {
    visibility: hidden;
    opacity: 0;
}footer {
    position: relative;
    width: 100%;
}.achieve-cta-tool {
    position: relative;
    color: #000000;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
}.achieve-cta-tool::before {
    position: absolute;
    content: "";
    bottom: 0;
    background-image: repeating-linear-gradient(
        to right,
        rgb(190,208,178),
        rgb(190,208,178) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    height: 1px;
    left: 0;
}footer .contest-info-tool {
    z-index: 1;
    position: relative;
}footer .msg-info-tool {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
    height: 100px;
    display: flex;
}footer .info_item {
    overflow: hidden;
    transition: all 0.5s ease;
    flex: 1;
    align-items: center;
    min-width: 250px;
    padding: 0 25px;
    cursor: pointer;
    margin-right: 1px;
    background-color: rgb(154,184,136);
    height: 100px;
    position: relative;
    display: flex;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    flex: 1.5;
    background-color: rgb(190,208,178);
}footer .info_item::after {
    height: 100%;
    content: "";
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
    position: absolute;
    width: 1px;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    position: relative;
    height: 24px;
    flex-shrink: 0;
    z-index: 2;
    fill: #ffffff;
    width: 24px;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    white-space: nowrap;
    font-size: 15px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    max-width: 100%;
    position: relative;
    z-index: 2;
    color: #ffffff;
}footer .info_item::before {
    transition: opacity 0.5s ease;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    left: 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    display: flex;
    -ms-overflow-style: none;
    gap: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    flex-wrap: nowrap;
    margin: 0 -20px;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
    overflow-x: auto;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .nav-info-tool, footer .site-main-tool, footer .subscribe_holder {
    margin-right: 30px;
    border-radius: 13px;
    transition: all 0.4s ease;
    max-width: 500px;
    min-width: 280px;
    height: 450px;
    scroll-snap-align: start;
    padding: 30px;
    position: relative;
    flex: 0 0 100%;
}footer .nav-info-tool {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    background-color: rgb(227,233,221);
    text-align: center;
}footer .nav-info-tool svg {
    width: auto;
    height: 50px;
    margin-bottom: 30px;
}footer .conduct-code-tool {
    max-width: 300px;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}footer .site-main-tool {
    color: #ffffff;
    background-color: rgb(154,184,136);
    overflow: hidden;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(154,184,136,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(190,208,178,0.5) 0%, transparent 40%);
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}footer .site-main-tool::after {
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0.3;
    position: absolute;
    pointer-events: none;
    left: 0;
    content: "";
    background-size: 30px 30px;
}footer .site-main-tool h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    position: relative;
    color: #ffffff;
}footer .site-main-tool h5::after {
    left: 0;
    width: 30px;
    bottom: -10px;
    position: absolute;
    height: 2px;
    background-color: rgb(190,208,178);
    content: "";
}footer .head-site-tool {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
    max-height: 280px;
    position: relative;
}footer .head-site-tool a {
    display: block;
    font-size: 15px;
    padding: 10px 0;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}footer .head-site-tool a:hover {
    padding-left: 10px;
    border-bottom-color: rgb(190,208,178);
    color: #ffffff;
}footer .subscribe_holder {
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    background-color: rgb(190,208,178);
    display: flex;
}footer .subscribe_holder h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}footer .subscribe_holder p {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 15px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 15px;
    padding: 15px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub-signup-tool {
    cursor: pointer;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    background-color: rgb(154,184,136);
    border: none;
    font-size: 19px;
    text-align: center;
    font-weight: 600;
}footer .sub-signup-tool:hover {
    background-color: rgb(154,184,136,0.5);
}footer .webinar-cta-tool {
    padding-top: 20px;
    position: relative;
    margin-top: 40px;
}footer .webinar-cta-tool::before {
    height: 1px;
    content: "";
    right: 20%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: 20%;
    position: absolute;
}footer .trust-badge-tool {
    font-size: 13px;
    text-align: center;
    color: #000000;
}

@media (min-width: 992px) {footer .text_main_holder {
    gap: 30px;
    overflow-x: visible;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    scroll-snap-type: none;
}footer .nav-info-tool, footer .site-main-tool, footer .subscribe_holder {
    flex: 1;
    min-width: 0;
    height: 500px;
    margin-right: 0;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .nav-info-tool::before,
    footer .site-main-tool::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .achieve-cta-tool {
    padding: 60px 0 30px;
}footer .msg-info-tool {
    flex-direction: column;
    margin-bottom: 40px;
    height: auto;
}footer .info_item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1px;
}footer .info_item:hover {
    padding-left: 35px;
    flex: 1;
}footer .nav-info-tool, footer .site-main-tool, footer .subscribe_holder {
    padding: 25px 20px;
    height: auto;
    min-height: 350px;
}
}

@media (max-width: 576px) {footer .achieve-cta-tool {
    padding: 50px 0 20px;
}footer .nav-info-tool::before,
    footer .site-main-tool::before,
    footer .subscribe_holder::before {
    left: 15px;
    font-size: 2rem;
    top: 15px;
}footer .head-site-tool {
    height: auto;
    max-height: 220px;
}footer .nav-info-tool, footer .site-main-tool, footer .subscribe_holder {
    min-height: 300px;
    padding: 20px 15px;
}footer .site-main-tool h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(20px - 2px);
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .sub-signup-tool {
    padding: 12px;
}}.thanksSpace-tool {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(227,233,221) 0%, rgb(190,208,178,0.5) 100%);
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}.thanksSpace-tool::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    opacity: 0.1;
    width: 100%;
    z-index: 1;
    height: 100%;
    transform: translateZ(-50px);
    background: linear-gradient(45deg, transparent 45%, rgb(154,184,136,0.5) 45%, rgb(154,184,136,0.5) 55%, transparent 55%);
}.thanksSpace-tool::after {
    right: -50%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(190,208,178,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    top: -50%;
    opacity: 0.2;
    animation: rotateGradient 15s infinite linear;
    z-index: 0;
    width: 100%;
}.thanksSpace-tool .container {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
}.thanksSpace-tool .training-experts-tool {
    transform: translateZ(30px);
    max-width: 900px;
    border-left: 4px solid rgb(190,208,178);
    flex-direction: column;
    gap: 2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
    background: linear-gradient(170deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    padding: 3rem;
    display: flex;
}.thanksSpace-tool .training-experts-tool::before {
    bottom: 10px;
    background: linear-gradient(135deg, rgb(154,184,136,0.5) 0%, transparent 70%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    position: absolute;
    content: "";
    top: -10px;
    right: 10px;
    opacity: 0.4;
    z-index: -1;
    left: -10px;
    transform: translateZ(-15px);
}.thanksSpace-tool .training-experts-tool > div:first-child {
    transform: translateZ(20px);
    position: relative;
    animation: slideInTop 0.8s ease-out forwards;
}.thanksSpace-tool .training-experts-tool > div:first-child::after {
    transform: translateZ(5px);
    left: 0;
    width: 70%;
    height: 3px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(190,208,178) 0%, transparent 100%);
    bottom: -10px;
}.thanksSpace-tool .training-experts-tool > div:last-child {
    animation: slideInBottom 0.8s ease-out 0.3s forwards;
    opacity: 0;
    position: relative;
    transform: translateZ(10px);
}.thanksSpace-tool h5 {
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 19px;
    transform: translateX(-5px);
    font-weight: 700;
    display: inline-block;
}.thanksSpace-tool h5::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    left: -20px;
    height: 15px;
    width: 15px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    background-color: rgb(190,208,178);
}.thanksSpace-tool p {
    transition: color 0.3s ease;
    line-height: 1.7;
    color: #000000;
    font-size: 16px;
    max-width: 95%;
    padding-left: 1rem;
    position: relative;
}.thanksSpace-tool p::before {
    left: 0;
    top: 0;
    transform: scaleY(0.9);
    bottom: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(190,208,178) 0%, rgb(154,184,136) 100%);
    transition: transform 0.3s ease;
    content: "";
    width: 3px;
}.thanksSpace-tool a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.thanksSpace-tool a:hover {
    transform: translateX(10px);
}.thanksSpace-tool a:hover p {
    color: rgb(190,208,178);
}.thanksSpace-tool a:hover p::before {
    transform: scaleY(1.1);
}

@keyframes slideInTop {
    from {
        transform: translateZ(20px) translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateZ(20px) translateY(0);
        opacity: 1;
    }
}

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

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

@media (max-width: 992px) {.thanksSpace-tool {
    padding: 4rem 0;
}.thanksSpace-tool .training-experts-tool {
    margin: 0 2rem;
    padding: 2.5rem;
}.thanksSpace-tool h5 {
    font-size: calc(19px - 0.1rem);
}
}

@media (max-width: 768px) {.thanksSpace-tool {
    padding: 3rem 0;
}.thanksSpace-tool .training-experts-tool {
    margin: 0 1.5rem;
    padding: 2rem;
    gap: 1.5rem;
}.thanksSpace-tool h5 {
    font-size: calc(19px - 0.2rem);
}.thanksSpace-tool p {
    max-width: 100%;
    font-size: calc(16px - 0.1rem);
}
}

@media (max-width: 576px) {.thanksSpace-tool {
    padding: 2.5rem 0;
}.thanksSpace-tool .training-experts-tool {
    padding: 1.5rem;
    margin: 0 1rem;
    gap: 1.2rem;
}.thanksSpace-tool h5 {
    font-size: calc(19px - 0.3rem);
}.thanksSpace-tool h5::before {
    left: -15px;
    width: 12px;
    height: 12px;
}.thanksSpace-tool p {
    padding-left: 0.7rem;
}.thanksSpace-tool a:hover {
    transform: translateX(5px);
}}.education-experience-tool {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: rgb(227,233,221);
}.education-experience-tool::before {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(120deg, transparent 30%, rgb(190,208,178,0.5) 100%);
    content: "";
    z-index: 1;
    width: 100%;
}.education-experience-tool::after {
    z-index: 1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 70%;
    right: 0;
    opacity: 0.5;
    position: absolute;
    background: rgb(154,184,136,0.5);
    bottom: 0;
    width: 40%;
    content: "";
}.education-experience-tool .rating-showcase-tool {
    gap: 3rem;
    z-index: 2;
    max-width: 1200px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    margin: 0 auto;
}.education-experience-tool .img-circular-tool {
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 0;
    aspect-ratio: 3/4;
    filter: grayscale(100%);
    width: 100%;
    position: relative;
}.education-experience-tool .img-circular-tool::before {
    height: 100%;
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(190,208,178,0.5) 100%);
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
}.education-experience-tool .img-circular-tool:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}.education-experience-tool .emp-tasks-tool {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    position: relative;
}.education-experience-tool .emp-tasks-tool::before {
    background: rgb(190,208,178);
    width: 2px;
    left: 0;
    transition: height 0.8s ease-out;
    content: "";
    height: 0;
    top: 0;
    position: absolute;
}.education-experience-tool .rating-showcase-tool:hover .emp-tasks-tool::before {
    height: 100%;
}.education-experience-tool .name {
    font-weight: 700;
    font-size: 39px;
    position: relative;
    margin-bottom: 0.5rem;
    overflow: hidden;
    color: #000000;
}.education-experience-tool .name::after {
    left: 0;
    background: rgb(154,184,136);
    bottom: 0;
    transition: transform 0.6s ease-out 0.2s;
    height: 1px;
    width: 100%;
    transform: translateX(-101%);
    content: "";
    position: absolute;
}.education-experience-tool .rating-showcase-tool:hover .name::after {
    transform: translateX(0);
}.education-experience-tool .emp-tasks-tool > div:nth-child(2) {
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0.4s;
    color: rgb(154,184,136);
    transform: translateY(20px);
    font-size: 21px;
    letter-spacing: 3px;
    margin-bottom: 2.5rem;
    opacity: 0;
}.education-experience-tool .rating-showcase-tool:hover .emp-tasks-tool > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}.education-experience-tool .exp-details-tool {
    color: #000000;
    opacity: 0;
    transform: translateY(20px);
    font-weight: 300;
    transition: all 0.5s ease-out 0.6s;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
}.education-experience-tool .rating-showcase-tool:hover .exp-details-tool {
    opacity: 1;
    transform: translateY(0);
}.education-experience-tool .exp-details-tool::first-letter {
    color: rgb(190,208,178);
    font-size: 1.5em;
    font-weight: 700;
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.education-experience-tool:hover .name {
    overflow: hidden;
    white-space: nowrap;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
}

@media (max-width: 992px) {.education-experience-tool .rating-showcase-tool {
    gap: 2rem;
    grid-template-columns: 1fr;
}.education-experience-tool .img-circular-tool {
    max-height: 300px;
    aspect-ratio: 16/9;
}.education-experience-tool .emp-tasks-tool {
    padding: 1rem 0;
}.education-experience-tool .emp-tasks-tool::before {
    transition: width 0.8s ease-out;
    height: 2px;
    width: 0;
}.education-experience-tool .rating-showcase-tool:hover .emp-tasks-tool::before {
    width: 100%;
    height: 2px;
}}.title-opener-tool {
    align-items: center;
    background: linear-gradient(135deg, rgb(227,233,221) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    position: relative;
    padding: 2rem 1rem;
    justify-content: center;
}.title-opener-tool::before {
    left: 0;
    width: 100%;
    z-index: 1;
    content: '';
    top: 0;
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(190,208,178,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgb(154,184,136,0.5) 0%, transparent 50%);
    height: 100%;
    pointer-events: none;
}.title-opener-tool::after {
    position: absolute;
    z-index: 2;
    height: 30%;
    pointer-events: none;
    content: '';
    bottom: 0;
    background: linear-gradient(to top, rgb(227,233,221) 0%, transparent 100%);
    left: 0;
    width: 100%;
}.title-opener-tool .learning-lead-tool {
    grid-template-columns: 1fr;
    max-width: 1200px;
    z-index: 3;
    gap: 2rem;
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    position: relative;
}.title-opener-tool .learning-lead-tool > div:first-child {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    position: relative;
    transform: translateX(-20px);
    background: linear-gradient(120deg, rgb(190,208,178,0.5) 0%, transparent 80%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2rem;
    backdrop-filter: blur(8px);
}.title-opener-tool .learning-lead-tool > div:first-child:hover {
    transform: translateX(0);
}.title-opener-tool .learning-lead-tool > div:first-child::before {
    transform: scaleY(0);
    transform-origin: top;
    position: absolute;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    content: '';
    background: rgb(190,208,178);
    top: 0;
    width: 6px;
}.title-opener-tool .learning-lead-tool > div:first-child:hover::before {
    transform: scaleY(1);
}.title-opener-tool h3 {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
    max-width: 90%;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}.title-opener-tool .learning-lead-tool > div:last-child {
    position: relative;
    align-items: flex-end;
    flex-direction: column;
    display: flex;
}.title-opener-tool .value-prop-tool {
    max-width: 600px;
    border-radius: 17px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    background: linear-gradient(210deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 2.5rem;
    transform: translateY(20px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.title-opener-tool .value-prop-tool:hover {
    transform: translateY(0);
}.title-opener-tool h1 {
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    color: #ffffff;
    letter-spacing: -0.5px;
    font-size: 38px;
    font-family: Arial, sans-serif;
    line-height: 1.2;
    margin: 0 0 2rem;
}.title-opener-tool h1::after {
    content: '';
    width: 60%;
    background: linear-gradient(90deg, rgb(190,208,178) 0%, transparent 100%);
    left: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
}.title-opener-tool .value-prop-tool > div {
    margin-top: 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border-radius: 10px;
}.title-opener-tool .value-prop-tool > div::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 0%, #000000 100%);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
}.title-opener-tool p {
    z-index: 2;
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin: 0;
    color: #ffffff;
    padding: 2rem;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    line-height: 1.6;
    position: relative;
}

@media (min-width: 768px) {.title-opener-tool {
    padding: 4rem 2rem;
}.title-opener-tool .learning-lead-tool {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.title-opener-tool h3 {
    font-size: calc(18px * 1.1);
}.title-opener-tool h1 {
    font-size: calc(38px * 1.2);
}.title-opener-tool p {
    font-size: calc(13px * 1.1);
}.title-opener-tool .value-prop-tool {
    padding: 3rem;
}
}

@media (min-width: 1024px) {.title-opener-tool {
    padding: 5rem 2rem;
}.title-opener-tool .learning-lead-tool > div:first-child {
    transform: translateX(-40px);
}.title-opener-tool .value-prop-tool {
    transform: translate(40px, 20px);
}.title-opener-tool .value-prop-tool:hover {
    transform: translate(20px, 0);
}.title-opener-tool h3 {
    max-width: 80%;
    font-size: calc(18px * 1.2);
}.title-opener-tool h1 {
    font-size: calc(38px * 1.3);
}
}

@media (max-width: 767px) {.title-opener-tool .learning-lead-tool {
    transform: perspective(1000px) rotateX(0);
}.title-opener-tool .learning-lead-tool > div:first-child {
    padding: 1.5rem;
    transform: translateX(0);
}.title-opener-tool h3 {
    font-size: calc(18px * 0.9);
    max-width: 100%;
}.title-opener-tool .value-prop-tool {
    transform: translateY(0);
    padding: 1.5rem;
}.title-opener-tool h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.5rem;
}.title-opener-tool p {
    padding: 1.5rem;
}}.training-method-tool {
    background: linear-gradient(135deg, rgb(227,233,221) 0%, rgba(245, 247, 250, 0.85) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.training-method-tool::before {
    background: linear-gradient(120deg, rgb(190,208,178,0.5) 0%, rgba(255, 255, 255, 0) 70%);
    right: -5%;
    opacity: 0.15;
    height: 75%;
    content: "";
    animation: floatGradient 18s ease-in-out infinite alternate;
    width: 45%;
    position: absolute;
    top: -10%;
    transform: rotate(-15deg) skewX(5deg);
    z-index: 1;
}.training-method-tool::after {
    position: absolute;
    transform: rotate(12deg) skewX(-8deg);
    background: linear-gradient(240deg, rgb(154,184,136,0.5) 0%, rgba(255, 255, 255, 0) 80%);
    content: "";
    width: 35%;
    opacity: 0.12;
    animation-delay: 2s;
    animation: floatGradient 14s ease-in-out infinite alternate;
    height: 65%;
    left: -3%;
    z-index: 1;
    bottom: -5%;
}.training-method-tool .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.training-method-tool .training-experts-tool {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    padding: 3.5rem;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    align-items: center;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
}.training-method-tool .training-experts-tool:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.training-method-tool .training-experts-tool > div {
    z-index: 3;
    max-width: 85%;
    position: relative;
}.training-method-tool h3 {
    animation: slideInTitle 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    opacity: 0;
    margin-bottom: 1.8rem;
    font-size: calc(36px * 0.85);
    color: #000000;
    transform: translateX(-10px);
    font-weight: 700;
    font-family: Arial, sans-serif;
}.training-method-tool h3::after {
    position: absolute;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
    bottom: -12px;
    width: 80px;
    background: linear-gradient(90deg, rgb(190,208,178) 0%, rgb(154,184,136) 100%);
    animation: expandLine 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.6s;
    left: 0;
    content: "";
}.training-method-tool p {
    transform: translateY(10px);
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    margin-top: 0.8rem;
    font-size: 16px;
    animation-delay: 0.3s;
    line-height: 1.8;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.training-method-tool p span {
    position: relative;
    display: inline-block;
}.training-method-tool p span::before {
    border-radius: 1px;
    background: rgb(190,208,178,0.5);
    transform: rotate(45deg) scale(0);
    top: -12px;
    opacity: 0.1;
    width: 30px;
    animation-delay: 0.9s;
    content: "";
    animation: rotateIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    height: 30px;
    position: absolute;
    left: -15px;
    z-index: -1;
}

@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) skewX(5deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skewX(3deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skewX(5deg) translateY(0);
    }
}

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

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

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

@keyframes rotateIn {
    0% {
        transform: rotate(45deg) scale(0);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

@media screen and (max-width: 992px) {.training-method-tool {
    padding: 90px 0;
}.training-method-tool .training-experts-tool {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.training-method-tool .training-experts-tool > div {
    max-width: 90%;
}.training-method-tool h3 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.75);
}
}

@media screen and (max-width: 768px) {.training-method-tool {
    padding: 70px 0;
}.training-method-tool .training-experts-tool {
    padding: 2rem;
    transform: none;
}.training-method-tool .training-experts-tool > div {
    max-width: 100%;
}.training-method-tool h3 {
    margin-bottom: 1.3rem;
    font-size: calc(36px * 0.7);
}.training-method-tool h3::after {
    width: 60px;
    height: 2px;
}.training-method-tool::before,
    .training-method-tool::after {
    opacity: 0.08;
}
}

@media screen and (max-width: 576px) {.training-method-tool {
    padding: 50px 0;
}.training-method-tool .training-experts-tool {
    padding: 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}.training-method-tool h3 {
    margin-bottom: 1.2rem;
    font-size: calc(18px * 1.1);
}.training-method-tool p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}}.join-now-tool {
    background: linear-gradient(135deg, rgb(227,233,221) 0%, #ffffff 70%, rgb(190,208,178,0.5) 100%);
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    padding: 5rem 0;
    perspective: 1000px;
}.join-now-tool::before {
    background: linear-gradient(45deg, rgb(190,208,178,0.5) 0%, transparent 60%);
    height: 110%;
    left: -10%;
    z-index: 0;
    pointer-events: none;
    top: -5%;
    position: absolute;
    content: "";
    width: 120%;
    transform: rotateZ(-5deg) translateZ(-10px);
}.join-now-tool::after {
    position: absolute;
    transform: translateZ(-5px);
    pointer-events: none;
    z-index: 0;
    width: 40%;
    content: "";
    background: linear-gradient(210deg, rgb(154,184,136,0.5) 0%, transparent 80%);
    right: 0;
    height: 60%;
    bottom: 0;
}.join-now-tool .container {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    z-index: 1;
    margin: 0 auto;
    transform: translateZ(0);
    max-width: 1200px;
    padding: 2rem;
}.join-now-tool h2 {
    transform: translateZ(10px);
    font-size: 30px;
    max-width: 90%;
    color: #000000;
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.4;
}.join-now-tool h2::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(190,208,178) 0%, rgb(154,184,136) 100%);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    width: 8rem;
    transform-origin: left center;
    content: "";
    left: 0;
    transform: scaleX(1);
    bottom: -0.75rem;
}.join-now-tool .training-experts-tool {
    gap: 2.5rem;
    position: relative;
    display: flex;
    transform: translateZ(20px);
    align-items: center;
    margin-top: 2rem;
}.join-now-tool .training-experts-tool::before {
    left: -2rem;
    z-index: -1;
    transform: translateZ(-5px);
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -1rem;
    width: calc(100% + 4rem);
    height: calc(100% + 2rem);
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}.join-now-tool svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    transform: translateZ(15px) rotate(-5deg);
    height: 4rem;
    width: 4rem;
}.join-now-tool svg:hover {
    transform: translateZ(25px) rotate(0deg) scale(1.1);
}.join-now-tool svg path {
    transition: fill 0.3s ease-out;
    fill: rgb(190,208,178);
}.join-now-tool svg:hover path {
    fill: rgb(154,184,136);
}.join-now-tool .training-experts-tool div {
    position: relative;
    flex-grow: 1;
    transform: translateZ(5px);
}.join-now-tool .request-links-tool {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(190,208,178) 0%, rgb(154,184,136) 100%);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
    border: none;
    align-items: center;
    font-size: 15px;
    position: relative;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    overflow: hidden;
    transform: translateZ(5px);
    padding: 0.9rem 2.2rem;
}.join-now-tool .request-links-tool::before {
    height: 100%;
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    width: 100%;
}.join-now-tool .request-links-tool:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(10px) scale(1.05);
}.join-now-tool .request-links-tool:hover::before {
    left: 100%;
}.join-now-tool .request-links-tool::after {
    height: 10px;
    position: absolute;
    border-radius: 50%;
    transform: translateX(-50%) scaleX(0.9);
    width: 90%;
    transition: all 0.4s ease;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    filter: blur(5px);
    z-index: -1;
    left: 50%;
    content: "";
}.join-now-tool .request-links-tool:hover::after {
    height: 15px;
    width: 95%;
    filter: blur(8px);
    transform: translateX(-50%) scaleX(0.95);
}

@media (max-width: 992px) {.join-now-tool {
    padding: 4rem 0;
}.join-now-tool .container {
    padding: 1.5rem;
}.join-now-tool h2 {
    max-width: 100%;
    font-size: calc(30px * 0.9);
}.join-now-tool .training-experts-tool {
    gap: 2rem;
}.join-now-tool svg {
    width: 3.5rem;
    height: 3.5rem;
}
}

@media (max-width: 768px) {.join-now-tool {
    padding: 3rem 0;
}.join-now-tool .container {
    padding: 1.25rem;
}.join-now-tool h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.join-now-tool h2::after {
    width: 6rem;
}.join-now-tool .training-experts-tool {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}.join-now-tool svg {
    height: 3rem;
    width: 3rem;
}.join-now-tool .request-links-tool {
    width: 100%;
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 576px) {.join-now-tool {
    padding: 2.5rem 0;
}.join-now-tool .container {
    padding: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}.join-now-tool h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
}.join-now-tool h2::after {
    height: 2px;
    width: 5rem;
}.join-now-tool .training-experts-tool {
    margin-top: 1.5rem;
}.join-now-tool svg {
    height: 2.5rem;
    width: 2.5rem;
}.join-now-tool .request-links-tool {
    padding: 0.7rem 1.5rem;
    font-size: calc(15px * 0.9);
}
}

@media (hover: none) {.join-now-tool .request-links-tool:active {
    transform: translateZ(5px) scale(0.95);
}.join-now-tool svg:active {
    transform: translateZ(15px) scale(1.1);
}
}

@media (prefers-reduced-motion) {.join-now-tool .request-links-tool::before,
  .join-now-tool .request-links-tool:hover::before,
  .join-now-tool .request-links-tool:hover,
  .join-now-tool svg:hover {
    transform: none;
    transition: none;
}}.pricing-group-tool {
    background: rgb(227,233,221);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.pricing-group-tool::before {
    content: "";
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    top: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    height: 100%;
    width: 100%;
}.pricing-group-tool .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}.pricing-group-tool .study-offers-tool {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}.pricing-group-tool .skill-plans-tool {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    opacity: 0;
    transform: translateY(20px);
}.pricing-group-tool .skill-plans-tool h2 {
    color: #000000;
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}.pricing-group-tool .skill-plans-tool h2::after {
    background: linear-gradient(90deg, rgb(190,208,178), rgb(154,184,136));
    content: "";
    width: 80px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -10px;
    height: 3px;
}.pricing-group-tool .payment-scheme-tool {
    line-height: 1.6;
    color: #000000;
    margin-top: 30px;
    font-size: calc(13px + 0.1rem);
}.pricing-group-tool .study-fees-tool {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    transform: translateY(30px);
    margin-top: 20px;
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    gap: 30px;
}.pricing-group-tool .cost-summary-tool {
    z-index: 1;
    will-change: transform;
    position: relative;
    color: inherit;
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing-group-tool .cost-summary-tool:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing-group-tool .fee-offers-tool {
    border-radius: 28px;
    background: #ffffff;
    flex-direction: column;
    display: flex;
    min-height: 420px;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.pricing-group-tool .cost-summary-tool:hover .fee-offers-tool {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.pricing-group-tool .cost-summary-tool:nth-child(odd) .fee-offers-tool::before {
    width: 5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    transform-origin: bottom;
    content: "";
    background: rgb(190,208,178);
    transform: scaleY(0);
}.pricing-group-tool .cost-summary-tool:nth-child(even) .fee-offers-tool::before {
    height: 100%;
    top: 0;
    background: rgb(154,184,136);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    right: 0;
    transform: scaleY(0);
    width: 5px;
    transform-origin: bottom;
}.pricing-group-tool .cost-summary-tool:hover .fee-offers-tool::before {
    transform: scaleY(1);
}.pricing-group-tool .rate-options-tool {
    position: relative;
    padding: 40px 30px;
    z-index: 1;
    flex: 1;
    flex-direction: column;
    display: flex;
}.pricing-group-tool .rate-options-tool h3 {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    transition: color 0.3s ease;
    position: relative;
    color: #000000;
    font-size: calc(19px + 0.2rem);
}.pricing-group-tool .cost-summary-tool:hover .rate-options-tool h3 {
    color: rgb(190,208,178);
}.pricing-group-tool .cost-summary-tool:nth-child(even):hover .rate-options-tool h3 {
    color: rgb(154,184,136);
}.pricing-group-tool .class-cost-tool {
    font-size: calc(19px + 0.5rem);
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    margin: 10px 0 20px;
    color: rgb(190,208,178);
}.pricing-group-tool .cost-summary-tool:nth-child(even) .class-cost-tool {
    color: rgb(154,184,136);
}.pricing-group-tool .class-cost-tool::after {
    left: 0;
    bottom: 0;
    background: currentColor;
    opacity: 0.6;
    width: 40px;
    height: 3px;
    position: absolute;
    content: "";
}.pricing-group-tool .rate-options-tool p {
    line-height: 1.6;
    color: #000000;
    margin-top: auto;
    overflow-wrap: break-word;
    hyphens: auto;
    word-wrap: break-word;
    font-size: 13px;
    word-break: break-word;
}.pricing-group-tool .img-circular-tool {
    transition: transform 0.5s ease;
    position: relative;
    height: 200px;
    transform-origin: center;
    width: 100%;
}.pricing-group-tool .cost-summary-tool:hover .img-circular-tool {
    transform: scale(1.05);
}.pricing-group-tool .img-circular-tool::after {
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    content: "";
    transition: opacity 0.4s ease;
    height: 40%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    width: 100%;
    left: 0;
}.pricing-group-tool .cost-summary-tool:hover .img-circular-tool::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.pricing-group-tool .study-offers-tool {
    grid-template-columns: 1fr;
}.pricing-group-tool .study-fees-tool {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}

@media (min-width: 992px) {.pricing-group-tool {
    padding: 150px 0;
}.pricing-group-tool .study-offers-tool {
    grid-template-columns: 1fr;
    gap: 80px;
}.pricing-group-tool .study-fees-tool {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}.pricing-group-tool .fee-offers-tool {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.pricing-group-tool .study-fees-tool {
    gap: 40px;
}
}

@media (max-width: 767px) {.pricing-group-tool {
    padding: 80px 0;
}.pricing-group-tool .skill-plans-tool h2 {
    font-size: calc(38px - 0.4rem);
}.pricing-group-tool .payment-scheme-tool {
    font-size: 13px;
}.pricing-group-tool .rate-options-tool {
    padding: 30px 20px;
}.pricing-group-tool .fee-offers-tool {
    min-height: 400px;
}.pricing-group-tool .img-circular-tool {
    height: 160px;
}
}

@media (max-width: 480px) {.pricing-group-tool {
    padding: 60px 0;
}.pricing-group-tool .study-offers-tool {
    gap: 40px;
}.pricing-group-tool .study-fees-tool {
    gap: 25px;
}.pricing-group-tool .rate-options-tool h3 {
    font-size: 19px;
}.pricing-group-tool .class-cost-tool {
    font-size: 19px;
}.pricing-group-tool .rate-options-tool p {
    font-size: calc(13px - 0.1rem);
}}.course-program-details-tool {
    overflow: hidden;
    background-color: rgb(227,233,221);
    padding: 120px 0;
    position: relative;
}.course-program-details-tool::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0;
    top: 0;
    background-size: 60px 60px;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
}.course-program-details-tool::after {
    top: 0;
    opacity: 0.15;
    content: "";
    position: absolute;
    background: radial-gradient(circle at center, rgb(190,208,178,0.5) 0%, transparent 70%);
    width: 100%;
    z-index: 2;
    left: 0;
    height: 100%;
}.course-program-details-tool .learn-more-tool {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.course-program-details-tool .reading-block-tool {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.02);
    z-index: 4;
    backdrop-filter: blur(10px);
    width: 100%;
    border-radius: 29px;
    position: relative;
    transform: translateZ(0);
    padding: 40px;
}.course-program-details-tool .reading-block-tool::before {
    border-radius: 29px;
    position: absolute;
    -webkit-mask-composite: xor;
    content: "";
    mask-composite: exclude;
    z-index: -1;
    width: 100%;
    border: 1px solid transparent;
    left: 0;
    height: 100%;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    background: linear-gradient(135deg, rgb(190,208,178,0.5), transparent 70%, rgb(154,184,136,0.5)) border-box;
    opacity: 0.3;
    top: 0;
}.course-program-details-tool .reading-block-tool h2 {
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    color: #000000;
    font-size: 32px;
}.course-program-details-tool .reading-block-tool h2::after {
    width: 60px;
    bottom: 0;
    left: 50%;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(190,208,178), rgb(154,184,136));
    content: "";
    position: absolute;
    transform: translateX(-50%);
}.course-program-details-tool .reading-block-tool .description {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.8;
    color: #000000;
}.course-program-details-tool .reading-block-tool .description:last-child {
    margin-bottom: 0;
}.course-program-details-tool .img-circular-tool {
    width: 100%;
    height: 500px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 29px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}.course-program-details-tool .img-circular-tool::before {
    background: linear-gradient(135deg, rgb(190,208,178,0.5) 0%, transparent 50%);
    height: 100%;
    opacity: 0.3;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
}.course-program-details-tool .img-circular-tool::after {
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.3;
    content: "";
    width: 100%;
    z-index: 2;
    background: linear-gradient(45deg, transparent 50%, rgb(154,184,136,0.5) 100%);
}.course-program-details-tool .learn-more-tool::before,
.course-program-details-tool .learn-more-tool::after {
    opacity: 0.5;
    background-color: rgb(190,208,178,0.5);
    height: 1px;
    content: "";
    top: 50%;
    width: 200px;
    z-index: 1;
    position: absolute;
}.course-program-details-tool .learn-more-tool::before {
    left: -100px;
    transform: rotate(45deg);
}.course-program-details-tool .learn-more-tool::after {
    right: -100px;
    transform: rotate(-45deg);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {.course-program-details-tool .learn-more-tool {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-gap: 30px;
    align-items: center;
}.course-program-details-tool .reading-block-tool {
    margin-bottom: 60px;
    grid-row: 1;
    grid-column: 1 / 3;
    max-width: 100%;
}.course-program-details-tool .reading-block-tool .description:first-of-type {
    text-align: right;
    grid-column: 1;
    padding-right: 30px;
    grid-row: 2;
}.course-program-details-tool .reading-block-tool .description:last-child {
    grid-column: 2;
    grid-row: 2;
    padding-left: 30px;
    text-align: left;
}.course-program-details-tool .img-circular-tool {
    grid-column: 1 / 3;
    margin-top: 60px;
    max-width: 100%;
    height: 500px;
    grid-row: 3;
}.course-program-details-tool .learn-more-tool {
    position: relative;
}.course-program-details-tool .learn-more-tool::after {
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(190,208,178,0.5) 30%, rgb(190,208,178,0.5) 70%, transparent);
    position: absolute;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    width: 1px;
}
}

@media (min-width: 1200px) {.course-program-details-tool .learn-more-tool {
    flex-direction: column;
    align-items: center;
    display: flex;
}.course-program-details-tool .reading-block-tool {
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    flex-wrap: wrap;
}.course-program-details-tool .reading-block-tool h2 {
    width: 100%;
}.course-program-details-tool .reading-block-tool .description {
    padding: 0 15px;
    width: calc(50% - 30px);
    text-align: left;
    position: relative;
}.course-program-details-tool .reading-block-tool .description:first-of-type::after {
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(190,208,178,0.5), transparent);
}.course-program-details-tool .img-circular-tool {
    height: 450px;
    margin-top: 60px;
    border-radius: calc(29px * 2);
    max-width: 80%;
}.course-program-details-tool .learn-more-tool::after {
    display: none;
}
}

@media (max-width: 991px) {.course-program-details-tool {
    padding: 80px 0;
}.course-program-details-tool .reading-block-tool {
    padding: 30px;
}.course-program-details-tool .reading-block-tool h2 {
    font-size: calc(32px * 0.9);
}.course-program-details-tool .img-circular-tool {
    height: 400px;
    margin-top: 40px;
}.course-program-details-tool .learn-more-tool::before,
    .course-program-details-tool .learn-more-tool::after {
    width: 150px;
}
}

@media (max-width: 768px) {.course-program-details-tool {
    padding: 60px 0;
}.course-program-details-tool .reading-block-tool {
    padding: 25px 20px;
}.course-program-details-tool .reading-block-tool h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.85);
    padding-bottom: 15px;
}.course-program-details-tool .reading-block-tool h2::after {
    height: 2px;
    width: 50px;
}.course-program-details-tool .reading-block-tool .description {
    font-size: calc(15px * 0.95);
}.course-program-details-tool .img-circular-tool {
    margin-top: 30px;
    height: 350px;
}.course-program-details-tool .learn-more-tool::before,
    .course-program-details-tool .learn-more-tool::after {
    display: none;
}
}

@media (max-width: 576px) {.course-program-details-tool {
    padding: 50px 0;
}.course-program-details-tool .reading-block-tool {
    padding: 20px 15px;
}.course-program-details-tool .reading-block-tool h2 {
    font-size: calc(32px * 0.8);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.course-program-details-tool .reading-block-tool h2::after {
    width: 40px;
}.course-program-details-tool .reading-block-tool .description {
    font-size: calc(15px * 0.9);
    line-height: 1.7;
}.course-program-details-tool .img-circular-tool {
    margin-top: 25px;
    height: 250px;
}}.quantitative-data-tool {
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
}.quantitative-data-tool::before {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 1;
    top: 0;
}.quantitative-data-tool::after {
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    background: linear-gradient(135deg, rgb(190,208,178,0.5) 0%, transparent 50%, rgb(154,184,136,0.5) 100%);
    animation: gradientShift 15s infinite alternate;
    position: absolute;
    height: 100%;
}@keyframes gradientShift {
    0% {
        opacity: 0.6;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.8;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.6;
        background-position: 0% 100%;
    }
}

.quantitative-data-tool .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 5;
}.quantitative-data-tool .extra-statistics-tool {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 19px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    padding: 50px 40px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
}.quantitative-data-tool .extra-statistics-tool::before {
    z-index: -1;
    top: -50%;
    width: 200%;
    content: "";
    left: -50%;
    background: radial-gradient(circle, rgb(190,208,178,0.5) 0%, transparent 70%);
    animation: pulse 10s infinite ease-in-out;
    height: 200%;
    opacity: 0.3;
    position: absolute;
}@keyframes pulse {
    0% { transform: scale(0.8); opacity: 0.2; }
    50% { transform: scale(1.2); opacity: 0.3; }
    100% { transform: scale(0.8); opacity: 0.2; }
}

.quantitative-data-tool .fast-gain-tool {
    display: block;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    width: 80px;
    background: linear-gradient(135deg, rgb(190,208,178) 0%, rgb(154,184,136) 100%);
    transform: translateY(0);
    justify-content: center;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin: 0 auto 20px;
}.quantitative-data-tool .fast-gain-tool:hover {
    transform: translateY(-5px);
}.quantitative-data-tool .fast-gain-tool svg {
    height: 40px;
    fill: #ffffff;
    width: 40px;
}.quantitative-data-tool .fast-gain-tool svg path {
    fill: #ffffff;
}.quantitative-data-tool .class-statistics-tool {
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    font-size: 33px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}.quantitative-data-tool .class-statistics-tool::after {
    content: "";
    display: block;
    margin: 20px auto 0;
    background: linear-gradient(135deg, rgb(190,208,178) 0%, rgb(154,184,136) 100%);
    width: 80px;
    height: 3px;
    border-radius: 10px;
}.quantitative-data-tool .statistics-upgrade-tool {
    line-height: 1.6;
    margin-right: auto;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
    font-size: 16px;
    max-width: 800px;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-weight: 400;
}.quantitative-data-tool .study-statistics-tool {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-top: 30px;
    display: grid;
    gap: 30px;
}.quantitative-data-tool .statistics-highlights-tool {
    backdrop-filter: blur(5px);
    padding: 30px 20px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 19px;
    overflow: hidden;
}.quantitative-data-tool .statistics-highlights-tool::before {
    opacity: 0.2;
    height: 40px;
    left: -10px;
    z-index: -1;
    position: absolute;
    transition: all 0.5s ease;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(190,208,178) 0%, rgb(154,184,136) 100%);
    top: -10px;
    width: 40px;
    content: "";
}.quantitative-data-tool .statistics-highlights-tool:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
}.quantitative-data-tool .statistics-highlights-tool:hover::before {
    transform: scale(10);
    opacity: 0.05;
}.quantitative-data-tool .statistics-gain-tool {
    height: 60px;
    display: flex;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(190,208,178,0.5) 0%, rgb(154,184,136,0.5) 100%);
    margin: 0 auto 15px;
    justify-content: center;
    width: 60px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    align-items: center;
}.quantitative-data-tool .statistics-gain-tool svg {
    fill: #ffffff;
    width: 30px;
    height: 30px;
}.quantitative-data-tool .statistics-gain-tool svg path {
    fill: #ffffff;
}.quantitative-data-tool .statistics-highlights-tool span {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    display: block;
    -webkit-text-fill-color: transparent;
    font-size: calc(33px * 1.2);
    position: relative;
    margin-bottom: 10px;
    transform: translateZ(30px);
    font-weight: 700;
    -webkit-background-clip: text !important;
}.quantitative-data-tool .statistics-highlights-tool span::after {
    content: "";
    height: 2px;
    width: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(190,208,178) 0%, rgb(154,184,136) 100%);
    margin: 10px auto;
    display: block;
}.quantitative-data-tool .statistics-highlights-tool p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

@media screen and (max-width: 992px) {.quantitative-data-tool {
    padding: 80px 0;
}.quantitative-data-tool .extra-statistics-tool {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.quantitative-data-tool .fast-gain-tool {
    width: 70px;
    height: 70px;
}.quantitative-data-tool .fast-gain-tool svg {
    height: 35px;
    width: 35px;
}.quantitative-data-tool .study-statistics-tool {
    grid-template-columns: repeat(2, 1fr);
}.quantitative-data-tool .statistics-gain-tool {
    width: 50px;
    height: 50px;
}.quantitative-data-tool .statistics-gain-tool svg {
    height: 25px;
    width: 25px;
}
}

@media screen and (max-width: 768px) {.quantitative-data-tool {
    padding: 60px 0;
}.quantitative-data-tool .extra-statistics-tool {
    padding: 30px 20px;
    transform: none;
}.quantitative-data-tool .class-statistics-tool {
    font-size: calc(33px * 0.9);
}.quantitative-data-tool .statistics-upgrade-tool {
    font-size: calc(16px * 0.95);
    margin-bottom: 40px;
}.quantitative-data-tool .study-statistics-tool {
    gap: 20px;
    grid-template-columns: 1fr;
}.quantitative-data-tool .statistics-highlights-tool span {
    font-size: calc(33px * 1.1);
}
}

@media screen and (max-width: 480px) {.quantitative-data-tool {
    padding: 50px 0;
}.quantitative-data-tool .container {
    padding: 0 15px;
}.quantitative-data-tool .extra-statistics-tool {
    padding: 25px 15px;
}.quantitative-data-tool .fast-gain-tool {
    height: 60px;
    width: 60px;
    margin-bottom: 15px;
}.quantitative-data-tool .fast-gain-tool svg {
    width: 30px;
    height: 30px;
}.quantitative-data-tool .class-statistics-tool {
    font-size: calc(33px * 0.8);
    margin-bottom: 15px;
}.quantitative-data-tool .class-statistics-tool::after {
    margin: 15px auto 0;
    width: 60px;
}.quantitative-data-tool .statistics-upgrade-tool {
    margin-bottom: 30px;
    font-size: calc(16px * 0.9);
}.quantitative-data-tool .statistics-highlights-tool {
    padding: 20px 15px;
}.quantitative-data-tool .statistics-gain-tool {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
}.quantitative-data-tool .statistics-gain-tool svg {
    height: 22px;
    width: 22px;
}.quantitative-data-tool .statistics-highlights-tool span {
    font-size: calc(33px * 1);
}.quantitative-data-tool .statistics-highlights-tool span::after {
    margin: 8px auto;
    width: 30px;
}.quantitative-data-tool .statistics-highlights-tool p {
    font-size: calc(16px * 0.9);
}}.privacy-folio-tool {
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 30px;
}.privacy-folio-tool h1 {
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #000000;
}.privacy-folio-tool h2 {
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin: 10px 0;
}.privacy-folio-tool h3, .privacy-folio-tool h4, .privacy-folio-tool h5, .privacy-folio-tool h6 {
    font-size: 21px;
    color: #000000;
    margin: 1em 0;
}.privacy-folio-tool ul {
    margin: 20px 0;
    list-style-type: square;
    color: #000000;
}.privacy-folio-tool li {
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 800px) {.privacy-folio-tool {
    padding: 20px;
}.privacy-folio-tool h1 {
    font-size: 21px;
}.privacy-folio-tool h2 {
    font-size: 18px;
}.privacy-folio-tool li {
    font-size: 15px;
}}.contact-panel-tool {
    background: linear-gradient(135deg, rgb(227,233,221) 0%, rgb(190,208,178,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.contact-panel-tool::before {
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(154,184,136,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(190,208,178,0.5) 0%, transparent 40%);
    left: 0;
    content: '';
    animation: pulse 15s infinite alternate;
    position: absolute;
}.contact-panel-tool::after {
    width: 100%;
    z-index: 1;
    background-size: 200px 200px;
    top: 0;
    opacity: 0.05;
    height: 100%;
    content: '';
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(190,208,178,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(190,208,178,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(190,208,178,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(190,208,178,0.5) 75%);
    position: absolute;
}.contact-panel-tool .img-circular-tool {
    filter: grayscale(40%) contrast(120%);
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.2;
    z-index: 2;
    left: 0;
}.contact-panel-tool .container {
    z-index: 3;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.contact-panel-tool h3 {
    font-size: 36px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.contact-panel-tool h3::after {
    bottom: -10px;
    border-radius: 10px;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    content: '';
    left: 50%;
    background: rgb(190,208,178);
    height: 4px;
}.contact-panel-tool .support-message-tool {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    background: #ffffff;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 24px;
}.contact-panel-tool .support-message-tool::before {
    animation: border-glow 5s infinite linear;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, rgb(154,184,136), rgb(190,208,178), rgb(154,184,136));
    position: absolute;
    content: '';
    left: -5px;
    z-index: -1;
    border-radius: calc(24px + 5px);
    top: -5px;
}.contact-panel-tool .support-grid-tool {
    flex: 1 1 60%;
    position: relative;
    overflow: hidden;
    padding: 40px;
}.contact-panel-tool .support-grid-tool::before {
    width: 100%;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    opacity: 0.3;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    content: '';
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    left: 0;
}.contact-panel-tool .support-grid-tool #contact {
    position: relative;
    z-index: 1;
}.contact-panel-tool .support-grid-tool h3 {
    color: #000000;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 23px;
}.contact-panel-tool .support-grid-tool h3::after {
    left: 0;
    transform: none;
    width: 60px;
}.contact-panel-tool .support-grid-tool input[type="text"],
.contact-panel-tool .support-grid-tool textarea {
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 15px 20px;
}.contact-panel-tool .support-grid-tool input[type="text"]:focus,
.contact-panel-tool .support-grid-tool textarea:focus {
    background-color: #ffffff;
    border-color: rgb(190,208,178);
    box-shadow: 0 0 0 3px rgb(190,208,178,0.5);
    outline: none;
}.contact-panel-tool .support-grid-tool textarea {
    height: 120px;
    resize: vertical;
}.contact-panel-tool .support-grid-tool .query-message-tool {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.contact-panel-tool .support-grid-tool .query-message-tool input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-panel-tool .support-grid-tool .query-message-tool label {
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
    position: relative;
    cursor: pointer;
    font-size: calc(16px - 2px);
}.contact-panel-tool .support-grid-tool .query-message-tool label::before {
    border-radius: 10px;
    left: 0;
    top: 2px;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.02);
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    height: 22px;
    width: 22px;
}.contact-panel-tool .support-grid-tool .query-message-tool input[type="checkbox"]:checked + label::before {
    border-color: rgb(190,208,178);
    background-color: rgb(190,208,178);
}.contact-panel-tool .support-grid-tool .query-message-tool input[type="checkbox"]:checked + label::after {
    left: 7px;
    content: '';
    border-left: 2px solid #ffffff;
    position: absolute;
    top: 9px;
    width: 8px;
    height: 4px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}.contact-panel-tool .support-grid-tool .query-message-tool a {
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(190,208,178);
}.contact-panel-tool .support-grid-tool .query-message-tool a:hover {
    text-decoration: underline;
    color: rgb(154,184,136);
}.contact-panel-tool .support-grid-tool .request-links-tool {
    letter-spacing: 1px;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    padding: 15px 30px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(190,208,178) 0%, rgb(154,184,136) 100%);
    border-radius: 24px;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 17px;
}.contact-panel-tool .support-grid-tool .request-links-tool::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    content: '';
    top: 0;
    height: 100%;
}.contact-panel-tool .support-grid-tool .request-links-tool:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.contact-panel-tool .support-grid-tool .request-links-tool:hover::before {
    left: 100%;
}.contact-panel-tool .help-support-tool {
    overflow: hidden;
    padding: 40px;
    position: relative;
    background: linear-gradient(135deg, rgb(154,184,136) 0%, rgb(190,208,178) 100%);
    flex: 1 1 40%;
}.contact-panel-tool .help-support-tool::before {
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.6;
    content: '';
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    top: 0;
}.contact-panel-tool .help-support-tool h4 {
    position: relative;
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 600;
}.contact-panel-tool .help-support-tool h4::after {
    background: #ffffff;
    position: absolute;
    height: 3px;
    left: 0;
    border-radius: 10px;
    bottom: -10px;
    content: '';
    width: 60px;
}.contact-panel-tool .help-support-tool .request-map-tool {
    margin: 0;
    list-style: none;
    padding: 0;
}.contact-panel-tool .help-support-tool .request-map-tool li {
    position: relative;
    z-index: 1;
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.contact-panel-tool .help-support-tool .request-map-tool li svg {
    width: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    height: 24px;
}.contact-panel-tool .help-support-tool .request-map-tool li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact-panel-tool .help-support-tool .request-map-tool li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.contact-panel-tool .help-support-tool .request-map-tool li span {
    line-height: 1.5;
    font-size: 16px;
    color: #ffffff;
}.contact-panel-tool .help-support-tool .request-map-tool li a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.contact-panel-tool .help-support-tool .request-map-tool li a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {.contact-panel-tool {
    padding: 60px 0;
}.contact-panel-tool .container {
    padding: 0 15px;
}.contact-panel-tool .support-message-tool {
    flex-direction: column;
}.contact-panel-tool .support-grid-tool,
    .contact-panel-tool .help-support-tool {
    flex: 1 1 100%;
}.contact-panel-tool .support-grid-tool {
    padding: 30px;
}.contact-panel-tool .help-support-tool {
    padding: 30px;
}
}

@media (max-width: 768px) {.contact-panel-tool {
    padding: 40px 0;
}.contact-panel-tool h3 {
    margin-bottom: 30px;
    font-size: calc(36px - 4px);
}.contact-panel-tool .support-grid-tool h3,
    .contact-panel-tool .help-support-tool h4 {
    font-size: calc(23px - 2px);
    margin-bottom: 20px;
}.contact-panel-tool .support-grid-tool input[type="text"],
    .contact-panel-tool .support-grid-tool textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-panel-tool .support-grid-tool textarea {
    height: 100px;
}.contact-panel-tool .support-grid-tool .request-links-tool {
    font-size: calc(17px - 1px);
    padding: 12px 25px;
}.contact-panel-tool .help-support-tool .request-map-tool li {
    margin-bottom: 20px;
}.contact-panel-tool .help-support-tool .request-map-tool li svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 576px) {.contact-panel-tool {
    padding: 30px 0;
}.contact-panel-tool .support-grid-tool,
    .contact-panel-tool .help-support-tool {
    padding: 20px;
}.contact-panel-tool h3 {
    font-size: calc(36px - 6px);
}.contact-panel-tool .support-grid-tool .query-message-tool label {
    font-size: calc(16px - 3px);
}}header {
    z-index: 100;
    background: rgb(227,233,221);
    padding: 1.2rem 0;
    position: relative;
}header::before {
    content: '';
    opacity: 0.5;
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, 
        rgb(190,208,178,0.5) 0%, 
        transparent 50%, 
        rgb(154,184,136,0.5) 100%);
    height: 100%;
    position: absolute;
}header .container {
    z-index: 1;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}header .nav-pagewrap-tool {
    background: #ffffff;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-radius: 28px;
    flex-direction: column;
    display: flex;
    padding: 1rem;
}header .head-mainbar-tool {
    margin-bottom: 0.5rem;
    position: relative;
    justify-content: center;
    display: flex;
    padding: 0.5rem 1rem;
    text-decoration: none;
}header .head-mainbar-tool::before {
    content: '';
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(190,208,178,0.5), 
        rgb(154,184,136,0.5), 
        rgb(190,208,178,0.5), 
        transparent);
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
}header .head-mainbar-tool svg {
    transition: all 0.3s ease;
    height: auto;
    width: 160px;
}header .head-mainbar-tool:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(190,208,178,0.5));
}header .site-main-tool {
    width: 100%;
    display: flex;
    background: rgb(227,233,221);
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
    border-radius: 10px;
    padding: 0.6rem;
}header .head-sitewrap-tool {
    border-radius: 10px;
    font-weight: 400;
    overflow: hidden;
    font-size: 12px;
    padding: 0.5rem 1rem;
    color: #000000;
    transition: all 0.3s ease;
    z-index: 1;
    text-decoration: none;
    position: relative;
    font-family: Arial, sans-serif;
}header .head-sitewrap-tool::before {
    opacity: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(190,208,178), rgb(154,184,136));
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    transition: opacity 0.3s ease;
    content: '';
}header .head-sitewrap-tool:hover {
    color: #ffffff;
}header .head-sitewrap-tool:hover::before {
    opacity: 1;
}header .head-sitewrap-tool::after {
    transition: transform 0.3s ease;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(190,208,178), rgb(154,184,136));
    content: '';
    transform-origin: left;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
}header .head-sitewrap-tool:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .nav-pagewrap-tool {
    padding: 0.8rem;
    gap: 0.8rem;
}header .head-mainbar-tool svg {
    width: 140px;
}header .site-main-tool {
    padding: 0.5rem;
}header .head-sitewrap-tool {
    font-size: calc(12px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .nav-pagewrap-tool {
    padding: 0.7rem;
    gap: 0.7rem;
}header .head-mainbar-tool svg {
    width: 120px;
}header .site-main-tool {
    padding: 0.4rem;
    gap: 0.3rem;
}header .head-sitewrap-tool {
    font-size: calc(12px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .nav-pagewrap-tool {
    padding: 0.6rem;
    gap: 0.6rem;
}header .head-mainbar-tool svg {
    width: 110px;
}header .site-main-tool {
    padding: 0.4rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .site-main-tool::-webkit-scrollbar {
    height: 2px;
}header .site-main-tool::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(190,208,178);
}header .head-sitewrap-tool {
    white-space: nowrap;
    flex-shrink: 0;
}
}