﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
}a {
    color: inherit;
    text-decoration: none;
}.tool-footer-account {
    flex: 0 0 auto;
}.tool-nav-learning {
    flex: 1 0 auto;
}.tool-wrapper-skeleton {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.container {
    max-width: 100%;
    width: 1200px;
    margin: auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tool-attempt-now {
    background: linear-gradient(135deg, rgb(151,149,182) 0%, rgb(186,185,211) 100%);
    padding: 6rem 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}.tool-attempt-now::before {
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
}.tool-attempt-now::after {
    top: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03) 0px,
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
}.tool-attempt-now .container {
    position: relative;
    flex-direction: column;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}.tool-attempt-now .container:hover {
    transform: translateY(-5px);
}.tool-attempt-now h6 {
    letter-spacing: 0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    position: relative;
    text-align: center;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: clamp(1.2rem, 2vw, 22px);
    font-weight: 600;
    transform: perspective(1000px) rotateX(0);
    line-height: 1.5;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin: 0 auto;
    max-width: 800px;
}.tool-attempt-now h6::before {
    position: absolute;
    opacity: 0.7;
    content: "";
    background: #ffffff;
    bottom: -12px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateX(-50%) scaleX(0.7);
    width: 60px;
    left: 50%;
    height: 3px;
}.tool-attempt-now .container:hover h6::before {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
}.tool-attempt-now div div {
    position: relative;
    display: flex;
    justify-content: center;
}.tool-attempt-now span {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateZ(0);
    position: relative;
}.tool-attempt-now span::before {
    transform: scale(0);
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    content: "";
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}.tool-attempt-now span:hover::before {
    opacity: 1;
    transform: scale(2.5);
}.tool-attempt-now .tool-message-links {
    align-items: center;
    border-radius: 10px;
    color: rgb(186,185,211);
    justify-content: center;
    font-size: 15px;
    background: #ffffff;
    padding: 1rem 2.5rem;
    position: relative;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    display: inline-flex;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    text-decoration: none;
}.tool-attempt-now .tool-message-links::before {
    transition: transform 1s ease;
    transform: translateX(-100%);
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        transparent 100%);
    top: 0;
}.tool-attempt-now .tool-message-links:hover {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2), 0 8px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    background: #ffffff;
    color: rgb(151,149,182);
}.tool-attempt-now .tool-message-links:hover::before {
    transform: translateX(100%);
}.tool-attempt-now .tool-message-links span {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
}.tool-attempt-now .tool-message-links:hover span {
    transform: scale(1.05);
}.tool-attempt-now .tool-message-links:active {
    transform: translateY(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {.tool-attempt-now {
    padding: 4rem 1.5rem;
}.tool-attempt-now .container {
    gap: 2rem;
}.tool-attempt-now h6 {
    max-width: 100%;
    font-size: 1.1rem;
}.tool-attempt-now .tool-message-links {
    padding: 0.9rem 2rem;
    font-size: calc(15px - 0.1rem);
}
}

@media (max-width: 480px) {.tool-attempt-now {
    padding: 3rem 1rem;
}.tool-attempt-now .container {
    gap: 1.5rem;
}.tool-attempt-now h6 {
    font-size: 1rem;
    line-height: 1.4;
}.tool-attempt-now h6::before {
    height: 2px;
    bottom: -8px;
    width: 40px;
}.tool-attempt-now .tool-message-links {
    font-size: calc(15px - 0.15rem);
    padding: 0.8rem 1.8rem;
}
}

@media (min-width: 1600px) {.tool-attempt-now {
    padding: 8rem 2rem;
}.tool-attempt-now h6 {
    font-size: calc(22px + 0.2rem);
}.tool-attempt-now .tool-message-links {
    font-size: calc(15px + 0.1rem);
    padding: 1.2rem 3rem;
}
}

@media (prefers-reduced-motion: reduce) {.tool-attempt-now .container,
    .tool-attempt-now h6,
    .tool-attempt-now span,
    .tool-attempt-now .tool-message-links,
    .tool-attempt-now .tool-message-links::before,
    .tool-attempt-now .tool-message-links span,
    .tool-attempt-now h6::before,
    .tool-attempt-now span::before {
    transition: none;
    animation: none;
    transform: none;
}}.tool-program-overview {
    background: rgb(220,219,234);
    padding: 120px 0;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}.tool-program-overview::before {
    content: "";
    width: 100%;
    opacity: 0.05;
    left: 0;
    animation: shiftLines 20s linear infinite;
    height: 100%;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(186,185,211,0.5) 0,
        rgb(186,185,211,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.tool-program-overview .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1280px;
    position: relative;
    z-index: 2;
    overflow: visible;
}.tool-program-overview .tool-program-guide {
    min-height: 550px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
}.tool-program-overview .tool-text-item {
    grid-row: 2;
    margin-top: -80px;
    margin-right: 50px;
    position: relative;
    grid-column: 1;
    transform: translateZ(0);
    margin-left: 50px;
    background: #ffffff;
    border-radius: 10px;
    z-index: 5;
    padding: 40px;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
}.tool-program-overview .tool-text-item::before {
    height: 100%;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    z-index: -1;
    position: absolute;
}.tool-program-overview .tool-text-item::after {
    width: 100px;
    top: -20px;
    right: -20px;
    position: absolute;
    background: radial-gradient(circle, rgb(186,185,211) 0%, transparent 70%);
    z-index: -1;
    filter: blur(20px);
    border-radius: 50%;
    animation: pulsate 5s ease-in-out infinite;
    content: "";
    opacity: 0.3;
    height: 100px;
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.tool-program-overview .tool-text-item h2 {
    display: inline-block;
    z-index: 2;
    font-size: 28px;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
}.tool-program-overview .tool-text-item h2::before {
    position: absolute;
    height: 4px;
    transition: width 0.3s ease;
    content: "";
    bottom: -8px;
    border-radius: 10px;
    width: 40px;
    background: rgb(186,185,211);
    left: 0;
}.tool-program-overview .tool-text-item:hover h2::before {
    width: 100%;
}.tool-program-overview .tool-text-item .description {
    z-index: 2;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 16px;
}.tool-program-overview .tool-text-item .description:last-child {
    margin-bottom: 0;
}.tool-program-overview .tool-photo-cell {
    z-index: 3;
    transition: transform 0.5s ease;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    grid-row: 1;
    grid-column: 1;
    height: 450px;
    border-radius: 10px;
    transform: rotateX(5deg);
    position: relative;
}.tool-program-overview .tool-photo-cell::before {
    z-index: 1;
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}.tool-program-overview .tool-photo-cell::after {
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    mix-blend-mode: overlay;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(186,185,211,0.5) 0%,
        transparent 60%
    );
}.tool-program-overview:hover .tool-photo-cell {
    transform: rotateX(2deg) translateY(-10px);
}.tool-program-overview:hover .tool-text-item {
    transform: translateY(-10px);
}.tool-program-overview .container::before,
.tool-program-overview .container::after {
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    content: "";
    opacity: 0.1;
    background: rgb(151,149,182,0.5);
}.tool-program-overview .container::before {
    height: 200px;
    left: -50px;
    width: 200px;
    top: -100px;
    animation: float 20s ease-in-out infinite;
}.tool-program-overview .container::after {
    height: 150px;
    bottom: -50px;
    right: -30px;
    width: 150px;
    animation: float 15s ease-in-out infinite reverse;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.tool-program-overview .tool-program-guide::after {
    position: absolute;
    pointer-events: none;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(186,185,211,0.5) 20px,
        rgb(186,185,211,0.5) 21px
    );
    height: 100%;
    opacity: 0.05;
    right: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 100%;
}

@media screen and (max-width: 1024px) {.tool-program-overview {
    padding: 80px 0;
}.tool-program-overview .tool-program-guide {
    min-height: 400px;
}.tool-program-overview .tool-photo-cell {
    height: 350px;
}.tool-program-overview .tool-text-item {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -60px;
    padding: 30px;
}.tool-program-overview .container::before {
    width: 150px;
    height: 150px;
}.tool-program-overview .container::after {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 767px) {.tool-program-overview {
    padding: 60px 0;
}.tool-program-overview .tool-program-guide {
    min-height: auto;
}.tool-program-overview .tool-photo-cell {
    transform: none;
    height: 250px;
}.tool-program-overview .tool-text-item {
    padding: 25px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -40px;
    transform: none;
}.tool-program-overview .tool-text-item h2 {
    font-size: calc(28px * 0.85);
    margin-bottom: 20px;
}.tool-program-overview .tool-text-item .description {
    font-size: calc(16px * 0.95);
}.tool-program-overview:hover .tool-photo-cell,
    .tool-program-overview:hover .tool-text-item {
    transform: none;
}.tool-program-overview .container::before,
    .tool-program-overview .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tool-program-overview .tool-photo-cell {
    animation: slideUp 0.8s ease-out forwards;
}.tool-program-overview .tool-text-item {
    animation-fill-mode: forwards;
    opacity: 0;
    animation: slideUp 1s 0.3s ease-out forwards;
}

@media (prefers-color-scheme: dark) {.tool-program-overview {
    background: rgb(186,185,211);
}.tool-program-overview .tool-text-item::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.tool-program-overview .tool-text-item h2 {
    color: #ffffff;
}.tool-program-overview .tool-text-item .description {
    opacity: 0.9;
    color: #ffffff;
}
}

@media (prefers-contrast: more) {.tool-program-overview .tool-text-item {
    background: #ffffff;
}.tool-program-overview .tool-text-item h2 {
    color: #000000;
}.tool-program-overview .tool-text-item .description {
    color: #000000;
}.tool-program-overview .tool-photo-cell::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.tool-program-overview::before,
    .tool-program-overview .container::before,
    .tool-program-overview .container::after,
    .tool-program-overview .tool-text-item::after,
    .tool-program-overview:hover .tool-photo-cell,
    .tool-program-overview:hover .tool-text-item {
    animation: none;
    transform: none;
}.tool-program-overview .tool-photo-cell,
    .tool-program-overview .tool-text-item {
    opacity: 1;
    animation: none;
}}

.tool-program-overview .tool-photo-cell,
.tool-program-overview .tool-text-item {
    will-change: transform;
    transform: translateZ(0);
}

@media (hover: hover) {.tool-program-overview .tool-text-item:hover h2::before {
    width: 100%;
}.tool-program-overview:hover .tool-photo-cell {
    transform: rotateX(2deg) translateY(-10px);
}.tool-program-overview:hover .tool-text-item {
    transform: translateY(-10px);
}}header {
    background: rgb(220,219,234);
    position: relative;
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 0;
    z-index: 100;
}header::before {
    height: 100%;
    content: '';
    pointer-events: none;
    top: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(186,185,211), 0.03) 25%, 
        rgba(rgb(186,185,211), 0.05) 50%,
        rgba(rgb(186,185,211), 0.03) 75%,
        transparent 100%
    );
    position: absolute;
    width: 100%;
    left: 0;
}header .tool-top-lead {
    justify-content: space-between;
    z-index: 2;
    display: flex;
    position: relative;
    align-items: center;
    padding: 1.2rem 2rem;
}header .tool-head-main {
    margin-right: 2rem;
    flex: 0 0 auto;
    max-width: 180px;
    position: relative;
}header .tool-head-sitewrap {
    display: block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}header .tool-head-sitewrap:hover {
    transform: translateY(-3px);
}header .tool-head-sitewrap img {
    display: block;
    height: auto;
    max-width: 100%;
    filter: brightness(1.03);
}header .tool-head-sitewrap::before {
    background: rgb(186,185,211);
    opacity: 0;
    position: absolute;
    left: 0;
    height: 10px;
    transition: all 0.3s ease;
    transform: scaleX(0.7);
    width: 100%;
    content: '';
    border-radius: 10px;
    bottom: -15px;
}header .tool-head-sitewrap:hover::before {
    transform: scaleX(1);
    opacity: 0.7;
}header .tool-head-lead {
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
    display: flex;
}header .tool-head-lead::after {
    bottom: -15px;
    width: 100%;
    height: 1px;
    left: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(186,185,211,0.5), 
        transparent
    );
    position: absolute;
}header .tool-site-core {
    margin: 0;
    position: relative;
}header .tool-site-core a {
    color: #000000;
    font-weight: 600;
    display: block;
    padding: 1rem 1.2rem;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    font-size: 18px;
}header .tool-site-core a::before {
    content: '';
    left: 0;
    transition: transform 0.3s ease;
    height: 3px;
    background: rgb(186,185,211);
    bottom: 0;
    transform: translateX(-100%);
    width: 100%;
    position: absolute;
}header .tool-site-core a:hover {
    color: rgb(186,185,211);
}header .tool-site-core a:hover::before {
    transform: translateX(0);
}header .tool-site-core a::after {
    position: absolute;
    border-radius: 10px;
    content: '';
    z-index: -1;
    top: 0;
    transform: scale(0.8);
    background: rgb(186,185,211,0.5);
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    opacity: 0;
}header .tool-site-core a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}header .tool-top-lead::before {
    z-index: -1;
    width: 30%;
    height: 100%;
    content: '';
    background: linear-gradient(-90deg, rgb(220,219,234), transparent);
    right: 0;
    position: absolute;
    top: 0;
}header .tool-top-lead::after {
    content: '';
    top: 0;
    background: linear-gradient(90deg, rgb(220,219,234), transparent);
    z-index: -1;
    position: absolute;
    left: 0;
    width: 30%;
    height: 100%;
}header .tool-nav-learning {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    background: #ffffff;
}

@media (min-width: 1400px) {header .tool-top-lead {
    max-width: 1300px;
    margin: 0 auto;
}header .tool-site-core a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .tool-top-lead {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem;
}header .tool-head-main {
    margin-right: 0;
    margin-bottom: 0;
}header .tool-head-lead {
    margin-top: 0;
    flex-wrap: wrap;
    padding-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .tool-site-core {
    margin-bottom: 0.5rem;
}header .tool-site-core a {
    font-size: calc(18px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .tool-top-lead {
    padding: 1rem 1.5rem;
}header .tool-head-main {
    max-width: 150px;
    flex: 0 0 auto;
}header .tool-head-lead {
    padding-bottom: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    padding: 0.5rem 0;
    justify-content: flex-start;
    scrollbar-width: thin;
    margin-top: 0.5rem;
}header .tool-head-lead::-webkit-scrollbar {
    height: 3px;
}header .tool-head-lead::-webkit-scrollbar-thumb {
    background: rgb(186,185,211,0.5);
    border-radius: 10px;
}header .tool-site-core {
    flex: 0 0 auto;
}header .tool-site-core a {
    padding: 0.6rem 0.8rem;
    font-size: calc(18px - 2px);
    white-space: nowrap;
}header .tool-head-lead::after {
    bottom: 0;
}header .tool-head-sitewrap::before {
    display: none;
}}.tool-tariff-wrapper {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 120px 0;
}.tool-tariff-wrapper::before {
    content: "";
    z-index: 0;
    top: 0;
    background-color: rgba(0, 20, 50, 0.85);
    backdrop-filter: blur(5px);
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
}.tool-tariff-wrapper .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1320px;
}.tool-tariff-wrapper .tool-package-deal {
    perspective: 1200px;
}.tool-tariff-wrapper h2 {
    text-align: center;
    font-size: 34px;
    position: relative;
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    color: #ffffff;
    transform: translateZ(30px);
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.tool-tariff-wrapper h2::after {
    left: 50%;
    content: "";
    position: absolute;
    width: 80px;
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(186,185,211), rgb(151,149,182));
    height: 4px;
    box-shadow: 0 2px 10px rgba(rgb(186,185,211,0.5), 0.5);
}.tool-tariff-wrapper .tool-access-cost {
    font-size: calc(15px * 1.1);
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    margin: 0 auto 3rem;
    max-width: 800px;
    line-height: 1.6;
    transform: translateZ(20px);
}.tool-tariff-wrapper .tool-pricing-fees {
    display: grid;
    margin: 0;
    transform-style: preserve-3d;
    padding: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.tool-tariff-wrapper .tool-pricing-fees li {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: perspective(1000px) rotateX(5deg);
}.tool-tariff-wrapper .tool-pricing-fees li:hover {
    transform: perspective(1000px) rotateX(0) translateY(-10px) scale(1.02);
    z-index: 2;
}.tool-tariff-wrapper .tool-value-rates {
    display: block;
    transform-style: preserve-3d;
    color: #ffffff;
    text-decoration: none;
    height: 100%;
}.tool-tariff-wrapper .tool-premium-plan {
    height: 100%;
    backdrop-filter: blur(8px);
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-style: preserve-3d;
    background: linear-gradient(135deg, 
        rgba(rgb(186,185,211,0.5), 0.2) 0%, 
        rgba(rgb(186,185,211,0.5), 0.3) 50%, 
        rgba(rgb(186,185,211,0.5), 0.18) 100%);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 -1px 0 rgba(0, 0, 0, 0.3) inset;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}.tool-tariff-wrapper .tool-premium-plan::before {
    background: linear-gradient(90deg, 
        rgb(186,185,211), 
        rgb(151,149,182) 50%, 
        rgb(186,185,211));
    transform: translateZ(10px);
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 5px;
}.tool-tariff-wrapper .tool-premium-plan::after {
    transition: opacity 0.5s ease;
    left: -50%;
    top: -50%;
    position: absolute;
    opacity: 0;
    transform: translateZ(5px);
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    width: 200%;
    height: 200%;
    content: "";
}.tool-tariff-wrapper .tool-value-rates:hover .tool-premium-plan::after {
    opacity: 1;
}.tool-tariff-wrapper .tool-plan-cost {
    padding: 30px 25px;
    position: relative;
    transform-style: preserve-3d;
    z-index: 1;
}.tool-tariff-wrapper .tool-plan-cost h4 {
    transition: transform 0.4s ease;
    transform: translateZ(20px);
    margin-bottom: 15px;
    font-weight: 700;
    font-size: calc(23px * 1.1);
    color: #ffffff;
    position: relative;
}.tool-tariff-wrapper .tool-value-rates:hover .tool-plan-cost h4 {
    transform: translateZ(25px);
    color: rgb(151,149,182);
}.tool-tariff-wrapper .tool-plan-cost p {
    margin-bottom: 25px;
    overflow-y: auto;
    line-height: 1.7;
    font-size: 15px;
    padding-right: 5px;
    max-height: 220px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    transform: translateZ(15px);
}.tool-tariff-wrapper .tool-plan-cost p::-webkit-scrollbar {
    width: 3px;
}.tool-tariff-wrapper .tool-plan-cost p::-webkit-scrollbar-thumb {
    background-color: rgba(rgb(151,149,182,0.5), 0.6);
    border-radius: 3px;
}.tool-tariff-wrapper .tool-plan-cost p::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}.tool-tariff-wrapper .tool-pricing-card {
    transition: all 0.3s ease;
    margin-top: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: linear-gradient(rgba(rgb(186,185,211,0.5), 0.2), rgba(rgb(186,185,211,0.5), 0.4));
    transform: translateZ(25px);
    text-align: center;
    font-size: calc(23px * 1.3);
    position: relative;
    color: rgb(151,149,182);
    border-radius: 2px;
    font-weight: 700;
    display: block;
    padding: 10px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.tool-tariff-wrapper .tool-value-rates:hover .tool-pricing-card {
    color: #ffffff;
    background: linear-gradient(rgba(rgb(151,149,182,0.5), 0.4), rgba(rgb(151,149,182,0.5), 0.7));
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(30px) scale(1.05);
}

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

@media (max-width: 991px) {.tool-tariff-wrapper {
    padding: 80px 0;
}.tool-tariff-wrapper h2 {
    font-size: calc(34px * 0.9);
}.tool-tariff-wrapper .tool-access-cost {
    font-size: 15px;
    margin-bottom: 2.5rem;
}.tool-tariff-wrapper .tool-pricing-fees {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.tool-tariff-wrapper .tool-plan-cost {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.tool-tariff-wrapper {
    padding: 60px 0;
}.tool-tariff-wrapper h2 {
    font-size: calc(34px * 0.8);
}.tool-tariff-wrapper .tool-pricing-fees {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.tool-tariff-wrapper .tool-pricing-fees li {
    transform: perspective(800px) rotateX(3deg);
}.tool-tariff-wrapper .tool-pricing-card {
    font-size: calc(23px * 1.2);
}
}

@media (max-width: 575px) {.tool-tariff-wrapper {
    padding: 50px 0;
}.tool-tariff-wrapper h2 {
    font-size: calc(34px * 0.7);
}.tool-tariff-wrapper .tool-access-cost {
    font-size: calc(15px * 0.95);
    margin-bottom: 2rem;
}.tool-tariff-wrapper .tool-plan-cost {
    padding: 20px 15px;
}.tool-tariff-wrapper .tool-plan-cost h4 {
    font-size: 23px;
}.tool-tariff-wrapper .tool-plan-cost p {
    font-size: calc(15px * 0.9);
    max-height: 180px;
}.tool-tariff-wrapper .tool-pricing-card {
    padding: 8px 12px;
    font-size: 23px;
}}.tool-privacy-shell {
    background: linear-gradient(135deg, rgb(186,185,211,0.5) 30%, rgb(151,149,182,0.5) 100%);
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: auto;
    width: 100%;
}.tool-privacy-shell h1 {
    background: rgb(186,185,211);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
    font-size: 43px;
    padding: 10px;
    letter-spacing: 2px;
}.tool-privacy-shell h2 {
    border-bottom: 2px solid rgb(186,185,211);
    font-size: 30px;
    padding-bottom: 5px;
    text-align: left;
    margin-bottom: 25px;
    font-weight: 600;
    color: rgb(151,149,182);
    margin-top: 35px;
}.tool-privacy-shell ul, .tool-privacy-shell ol {
    color: #000000;
    font-size: 17px;
    list-style-position: outside;
    list-style: none;
    padding: 15px 0;
    padding-left: 20px;
    font-family: Arial, sans-serif;
}.tool-privacy-shell li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}.tool-privacy-shell li::before {
    font-size: 1.5em;
    left: 0;
    line-height: 1em;
    color: rgb(186,185,211);
    top: 0;
    position: absolute;
    content: '•';
}.tool-privacy-shell p, .tool-privacy-shell span, .tool-privacy-shell div {
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
}.tool-privacy-shell p:hover, .tool-privacy-shell span:hover, .tool-privacy-shell div:hover {
    transform: translateY(-2px);
    color: rgb(186,185,211);
}

@media only screen and (max-width: 800px) {.tool-privacy-shell {
    padding: 20px 10px;
    border-radius: 10px;
}.tool-privacy-shell h1 {
    margin-bottom: 20px;
    font-size: calc(18px - 10px);
    margin-top: 20px;
}.tool-privacy-shell h2 {
    font-size: calc(18px - 8px);
    margin-top: 20px;
    margin-bottom: 15px;
}.tool-privacy-shell ul, .tool-privacy-shell ol {
    padding-left: 10px;
}.tool-privacy-shell li {
    padding-left: 15px;
}}
.tool-cookie-overlay-banner {
    bottom: 0;
    z-index: 90;
    width: 100%;
    padding: 15px 20px;
    background: rgb(151,149,182);
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    border-top: 3px solid rgb(186,185,211);
}.tool-track-ack {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}.tool-online-cookies {
    margin-right: 20px;
    flex-shrink: 0;
}.tool-online-cookies svg {
    fill: rgb(186,185,211);
    width: 50px;
    height: 50px;
}.tool-cookie-guide {
    max-width: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.tool-cookie-overlay-banner h5 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
}.tool-cookie-overlay-banner p {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}.tool-policy-ack {
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    margin-left: 10px;
    text-align: center;
    min-width: 150px;
    flex-shrink: 0;
    text-decoration: none;
    background: rgb(186,185,211);
    border-radius: 10px;
    padding: 10px 20px;
    transition: none;
    border: 2px solid rgb(186,185,211);
}.tool-policy-ack:hover {
    border-color: rgb(186,185,211,0.5);
    background: rgb(186,185,211,0.5);
}.tool-cookie-overlay-banner p a {
    border-bottom: 2px solid rgb(186,185,211);
    text-decoration: none;
    color: rgb(186,185,211);
}.tool-cookie-overlay-banner p a:hover {
    border-bottom-color: rgb(151,149,182);
    color: rgb(151,149,182);
}
@media only screen and (max-width: 1200px) {.tool-cookie-overlay-banner {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.tool-online-cookies {
    display: none;
}.tool-track-ack {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.tool-cookie-overlay-banner h5, .tool-cookie-overlay-banner p {
    text-align: center;
}.tool-cookie-guide {
    margin-bottom: 15px;
}.tool-policy-ack {
    margin-top: 10px;
    margin-left: 0;
}}
#tool-cookie-info-alert {
    display: none;
}#tool-cookie-info-alert:checked ~ .tool-cookie-overlay-banner {
    visibility: hidden;
    opacity: 0;
}.tool-gratNote {
    position: relative;
    background: linear-gradient(135deg, rgb(186,185,211,0.5) 0%, rgb(220,219,234) 40%, rgb(151,149,182,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.tool-gratNote::before {
    height: 100%;
    left: 0;
    top: 0;
    animation: pulse 8s infinite alternate ease-in-out;
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    z-index: 1;
    content: "";
    position: absolute;
    opacity: 0.5;
    width: 100%;
}.tool-gratNote::after {
    width: 150%;
    top: -25%;
    opacity: 0.04;
    position: absolute;
    animation: patternShift 20s infinite linear;
    content: "";
    transform: rotate(-5deg);
    height: 150%;
    z-index: 0;
    left: -25%;
    background: repeating-linear-gradient(45deg, rgb(186,185,211,0.5) 0px, transparent 2px, transparent 10px);
}.tool-gratNote .container {
    z-index: 2;
    max-width: 1140px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.tool-gratNote h2 {
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    text-align: center;
    color: #000000;
    font-size: 37px;
    position: relative;
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    opacity: 0;
}.tool-gratNote h2::after {
    transform: translateX(-50%) scaleX(0);
    width: 80px;
    bottom: -15px;
    left: 50%;
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(186,185,211), rgb(151,149,182));
    height: 4px;
}.tool-gratNote .tool-expert-team {
    transform-origin: center top;
    background: #ffffff;
    padding: 3rem;
    animation: fadeIn 1s 0.5s both ease-out;
    transition: transform 0.5s;
    position: relative;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transform: perspective(1000px) rotateX(2deg);
}.tool-gratNote .tool-expert-team::before {
    background: linear-gradient(180deg, rgb(186,185,211,0.5) 0%, transparent 80%);
    filter: blur(12px);
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 95%;
    transform: translateX(-50%);
    opacity: 0.3;
    left: 50%;
    top: -8px;
    content: "";
    border-radius: 10px;
}.tool-gratNote .tool-expert-team:hover {
    transform: perspective(1000px) rotateX(0deg);
}.tool-gratNote ul {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}.tool-gratNote ul::before {
    background: linear-gradient(to bottom, rgb(186,185,211), rgb(151,149,182));
    left: -20px;
    position: absolute;
    width: 4px;
    top: 0;
    animation: growHeight 1.5s 1s forwards ease-in-out;
    height: 0;
    content: "";
}.tool-gratNote li {
    padding-left: 0;
    transform: translateX(20px);
    position: relative;
    opacity: 0;
    animation: slideIn 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.tool-gratNote li::before {
    border-radius: 50%;
    position: absolute;
    height: 32px;
    box-shadow: 0 5px 15px -5px rgb(151,149,182,0.5);
    opacity: 0;
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
    background: linear-gradient(135deg, rgb(151,149,182) 0%, rgb(186,185,211) 100%);
    transform: scale(0);
    width: 32px;
    content: "";
    top: -5px;
    left: -40px;
}.tool-gratNote li span {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 13px;
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.7;
    animation: fadeIn 1s 1.2s forwards ease-out;
    color: #000000;
    opacity: 0;
}.tool-gratNote li span::first-letter {
    font-weight: 700;
    color: rgb(186,185,211);
    font-size: 1.4em;
}

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}

@media (max-width: 992px) {.tool-gratNote {
    padding: 5rem 0;
}.tool-gratNote h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2.5rem;
}.tool-gratNote .tool-expert-team {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.tool-gratNote {
    padding: 4rem 0;
}.tool-gratNote h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
    line-height: 1.4;
}.tool-gratNote .tool-expert-team {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.tool-gratNote ul::before {
    left: -15px;
}.tool-gratNote li::before {
    height: 24px;
    left: -30px;
    width: 24px;
}
}

@media (max-width: 576px) {.tool-gratNote {
    padding: 3rem 0;
}.tool-gratNote h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.7);
}.tool-gratNote .tool-expert-team {
    padding: 1.5rem;
    transform: none;
}.tool-gratNote ul::before {
    left: -12px;
}.tool-gratNote li::before {
    top: -2px;
    left: -25px;
    height: 20px;
    width: 20px;
}.tool-gratNote li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.tool-join-list {
    background: linear-gradient(145deg, rgb(220,219,234) 0%, rgba(240, 242, 245, 1) 100%);
    position: relative;
    box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.05);
    padding: 4rem 0;
    overflow: hidden;
}.tool-join-list::before {
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(186,185,211,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(151,149,182,0.5) 0%, transparent 30%);
    top: 0;
    height: 100%;
    z-index: 0;
    opacity: 0.15;
}.tool-join-list .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 1;
    position: relative;
}.tool-join-list .tool-expert-team {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    border-radius: 12px;
    padding: 3rem;
    position: relative;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.03),
        -12px -12px 24px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.tool-join-list .tool-expert-team:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.tool-join-list h3 {
    max-width: 90%;
    font-weight: 700;
    font-size: calc(21px * 1.2);
    color: #000000;
    line-height: 1.4;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
}.tool-join-list h3::after {
    position: absolute;
    content: "";
    border-radius: 1rem;
    bottom: -0.8rem;
    width: 3rem;
    height: 0.25rem;
    transition: width 0.3s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(186,185,211) 0%, rgb(151,149,182) 100%);
    transform-origin: left center;
}.tool-join-list .tool-expert-team:hover h3::after {
    width: 5rem;
}.tool-join-list .input_holder {
    margin-top: 1.5rem;
    flex-wrap: wrap;
    display: flex;
    gap: 1rem;
    position: relative;
}.tool-join-list .input_holder div {
    position: relative;
    flex: 1;
    min-width: 200px;
}.tool-join-list input[type="email"] {
    background: #ffffff;
    font-size: 16px;
    color: #000000;
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.8);
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-radius: 8px;
}.tool-join-list input[type="email"]:focus {
    border-color: rgb(186,185,211,0.5);
    transform: translateY(-2px);
    outline: none;
    box-shadow: 
        0 5px 15px -5px rgb(186,185,211,0.5),
        inset 2px 2px 5px rgba(0, 0, 0, 0.03),
        inset -2px -2px 5px rgba(255, 255, 255, 0.6);
}.tool-join-list input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.tool-join-list input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.tool-join-list .tool-updates-form {
    font-size: 16px;
    border: none;
    color: #ffffff;
    border-radius: 8px;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, rgb(186,185,211) 0%, rgba(86, 58, 250, 1) 100%);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    font-family: Arial, sans-serif;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.1),
        -6px -6px 12px rgba(255, 255, 255, 0.7),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}.tool-join-list .tool-updates-form::before {
    position: absolute;
    top: 0;
    content: "";
    left: -100%;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    height: 100%;
    width: 100%;
}.tool-join-list .tool-updates-form:hover {
    transform: translateY(-3px);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3);
}.tool-join-list .tool-updates-form:hover::before {
    left: 100%;
}.tool-join-list .tool-updates-form:active {
    transform: translateY(-1px);
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(0, 0, 0, 0.1),
        inset -2px -2px 4px rgba(255, 255, 255, 0.3);
}.tool-join-list .tool-expert-team:hover {
    transition: transform 0.2s ease-out;
}

@media (min-width: 1024px) {.tool-join-list .tool-expert-team {
    padding: 3.5rem 4rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.tool-join-list h3 {
    margin-bottom: 0;
    flex: 1;
    padding-right: 2rem;
    font-size: 21px;
}.tool-join-list .input_holder {
    margin-top: 0;
    flex: 1;
}
}

@media (max-width: 1023px) {.tool-join-list .tool-expert-team {
    text-align: center;
    padding: 2.5rem;
}.tool-join-list h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}.tool-join-list h3::after {
    transform: translateX(-50%);
    left: 50%;
}.tool-join-list .input_holder {
    align-items: center;
    flex-direction: column;
}.tool-join-list .input_holder div {
    width: 100%;
}.tool-join-list .tool-updates-form {
    margin-top: 0.5rem;
    width: 100%;
}
}

@media (max-width: 767px) {.tool-join-list {
    padding: 3rem 0;
}.tool-join-list .tool-expert-team {
    padding: 2rem 1.5rem;
    transform: perspective(800px) rotateX(1deg);
}.tool-join-list h3 {
    font-size: calc(22px * 1.1);
    max-width: 100%;
}.tool-join-list input[type="email"] {
    padding: 0.9rem 1.2rem;
}.tool-join-list .tool-updates-form {
    padding: 0.9rem 1.5rem;
}
}

@media (max-width: 480px) {.tool-join-list {
    padding: 2rem 0;
}.tool-join-list .tool-expert-team {
    padding: 1.5rem 1.2rem;
}.tool-join-list h3 {
    margin-bottom: 1.5rem;
    font-size: 22px;
}.tool-join-list .input_holder {
    margin-top: 1rem;
}
}

@media (prefers-reduced-motion: reduce) {.tool-join-list .tool-expert-team,
    .tool-join-list .tool-updates-form,
    .tool-join-list input[type="email"],
    .tool-join-list h3::after,
    .tool-join-list .tool-updates-form::before {
    transition: none;
}}.tool-future-learners {
    background: rgb(220,219,234);
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}.tool-future-learners::before {
    height: 100%;
    right: -50%;
    position: absolute;
    z-index: 1;
    background: rgb(186,185,211,0.5);
    width: 100%;
    transform: rotate(35deg);
    top: -50%;
    content: "";
}.tool-future-learners::after {
    z-index: 1;
    position: absolute;
    background: rgb(151,149,182,0.5);
    transform: rotate(-35deg);
    bottom: -50%;
    height: 100%;
    left: -50%;
    content: "";
    width: 100%;
}.tool-future-learners .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
}.tool-future-learners .tool-expert-team {
    padding: 60px 40px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}.tool-future-learners .tool-expert-team::before {
    top: 0;
    background: linear-gradient(90deg, rgb(186,185,211), rgb(151,149,182));
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    height: 6px;
}.tool-future-learners .tool-expert-team::after {
    height: 120px;
    top: 20px;
    content: "";
    border: 2px solid rgb(186,185,211,0.5);
    width: 120px;
    z-index: -1;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    right: 20px;
}.tool-future-learners h4 {
    position: relative;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #000000;
    font-size: 33px;
}.tool-future-learners h4::before {
    height: 4px;
    left: 50%;
    background: rgb(186,185,211);
    transform: translateX(-50%);
    border-radius: 10px;
    content: "";
    position: absolute;
    width: 40px;
    bottom: -20px;
}.tool-future-learners h4::after {
    background: rgb(151,149,182,0.5);
    content: "";
    width: 80px;
    transform: translateX(-20px);
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    height: 4px;
}.tool-future-learners div > div {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
    position: relative;
    gap: 30px;
}.tool-future-learners div > div::before {
    z-index: -1;
    height: 1px;
    opacity: 0.5;
    content: "";
    left: 0;
    top: 50%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(151,149,182,0.5) 20%, 
        rgb(151,149,182,0.5) 80%, 
        transparent 100%);
    width: 100%;
}.tool-future-learners p {
    display: flex;
    border-radius: 10px;
    position: relative;
    margin: 0;
    background: #ffffff;
    padding: 24px;
    font-size: 15px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    align-items: center;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.tool-future-learners p::before {
    left: 0;
    top: 0;
    content: "";
    border-radius: 10px;
    opacity: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(220,219,234) 100%);
    transition: opacity 0.4s ease;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}.tool-future-learners p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
    border-color: rgb(186,185,211,0.5);
}.tool-future-learners p:hover::before {
    opacity: 1;
}.tool-future-learners p svg {
    margin-right: 18px;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}.tool-future-learners p svg path {
    transition: fill 0.3s ease;
    fill: rgb(186,185,211);
}.tool-future-learners p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.tool-future-learners p:hover svg path {
    fill: rgb(151,149,182);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.tool-future-learners .tool-expert-team::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.tool-future-learners .tool-expert-team > div p {
    animation: fadeSlideIn 0.6s ease forwards;
    opacity: 0;
}.tool-future-learners .tool-expert-team > div p:nth-child(1) {
    animation-delay: 0.1s;
}.tool-future-learners .tool-expert-team > div p:nth-child(2) {
    animation-delay: 0.3s;
}.tool-future-learners .tool-expert-team > div p:nth-child(3) {
    animation-delay: 0.5s;
}.tool-future-learners .tool-expert-team > div p:nth-child(4) {
    animation-delay: 0.7s;
}.tool-future-learners .tool-expert-team > div p:nth-child(5) {
    animation-delay: 0.9s;
}.tool-future-learners .tool-expert-team > div p:nth-child(6) {
    animation-delay: 1.1s;
}.tool-future-learners p::after {
    height: 30px;
    z-index: -1;
    width: 30px;
    background: rgb(151,149,182,0.5);
    bottom: 10px;
    opacity: 0;
    right: 10px;
    position: absolute;
    transition: all 0.4s ease;
    border-radius: 50%;
    content: "";
}.tool-future-learners p:hover::after {
    transform: scale(2);
    opacity: 0.3;
}

@media (max-width: 991px) {.tool-future-learners {
    padding: 90px 0 80px;
}.tool-future-learners .tool-expert-team {
    padding: 50px 30px;
}.tool-future-learners h4 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
}.tool-future-learners div > div {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.tool-future-learners p {
    padding: 20px;
}.tool-future-learners .tool-expert-team::after {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 768px) {.tool-future-learners {
    padding: 80px 0 70px;
}.tool-future-learners .tool-expert-team {
    padding: 40px 25px;
}.tool-future-learners h4 {
    font-size: calc(33px * 0.8);
    margin-bottom: 35px;
}.tool-future-learners div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.tool-future-learners div > div::before {
    display: none;
}.tool-future-learners p {
    padding: 18px;
}.tool-future-learners p svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.tool-future-learners .tool-expert-team::after {
    width: 80px;
    left: 20px;
    height: 80px;
    bottom: 20px;
    top: auto;
    right: auto;
}
}

@media (max-width: 576px) {.tool-future-learners {
    padding: 60px 0 50px;
}.tool-future-learners .tool-expert-team {
    padding: 35px 20px;
}.tool-future-learners h4 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.7);
}.tool-future-learners h4::before {
    width: 30px;
    height: 3px;
}.tool-future-learners h4::after {
    width: 60px;
    height: 3px;
}.tool-future-learners p {
    font-size: calc(15px * 0.9);
    padding: 15px;
}.tool-future-learners p svg {
    height: 20px;
    margin-right: 12px;
    width: 20px;
}.tool-future-learners p:hover {
    transform: translateY(-5px) scale(1.01);
}.tool-future-learners .tool-expert-team::after {
    width: 60px;
    height: 60px;
}}.tool-training-specialist {
    position: relative;
    overflow: hidden;
    padding: 60px 30px;
    min-height: 400px;
    background: linear-gradient(135deg, rgb(220,219,234) 0%, rgb(186,185,211,0.5) 100%);
}.tool-training-specialist::before {
    z-index: 0;
    background: rgb(151,149,182,0.5);
    filter: blur(40px);
    border-radius: 50%;
    height: 200px;
    right: -50px;
    width: 200px;
    top: -50px;
    position: absolute;
    animation: float 8s ease-in-out infinite;
    content: "";
}.tool-training-specialist::after {
    animation: float 6s ease-in-out infinite reverse;
    content: "";
    left: -30px;
    z-index: 0;
    bottom: -30px;
    height: 150px;
    border-radius: 50%;
    width: 150px;
    position: absolute;
    filter: blur(30px);
    background: rgb(186,185,211,0.5);
}.tool-training-specialist .tool-success-quotes {
    transform: rotate(-3deg);
    transition: all 0.5s ease;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    flex-direction: row;
    z-index: 1;
}.tool-training-specialist .tool-success-quotes:hover {
    transform: rotate(0deg) scale(1.02);
}.tool-training-specialist .tool-photo-cell {
    box-shadow: 15px 15px 0 rgb(151,149,182,0.5);
    position: relative;
    border-radius: 12px;
    transform: translateY(20px);
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    height: 350px;
    transition: all 0.4s ease;
    width: 280px;
}.tool-training-specialist .tool-success-quotes:hover .tool-photo-cell {
    box-shadow: 20px 20px 0 rgb(151,149,182);
    transform: translateY(0);
}.tool-training-specialist .tool-exp-details {
    border-radius: 12px;
    justify-content: center;
    min-width: 280px;
    padding: 30px;
    display: flex;
    transform: translateX(-30px) rotate(3deg);
    position: relative;
    transition: all 0.4s ease;
    background: #ffffff;
    flex: 1;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.tool-training-specialist .tool-success-quotes:hover .tool-exp-details {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0) rotate(0deg);
}.tool-training-specialist .name {
    margin-bottom: 10px;
    position: relative;
    font-weight: 700;
    font-size: 35px;
    color: rgb(186,185,211);
    padding-bottom: 15px;
}.tool-training-specialist .name::after {
    width: 60px;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(151,149,182) 0%, transparent 100%);
    border-radius: 2px;
    height: 4px;
}.tool-training-specialist .tool-exp-details > div:nth-child(2) {
    margin-bottom: 20px;
    color: #000000;
    opacity: 0.8;
    font-weight: 600;
    font-size: 16px;
}.tool-training-specialist .tool-exp-timeline {
    padding-left: 20px;
    font-style: italic;
    line-height: 1.6;
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(151,149,182,0.5);
    font-size: calc(16px + 2px);
}.tool-training-specialist .tool-exp-timeline::before {
    position: absolute;
    color: rgb(186,185,211);
    left: -15px;
    font-family: Arial, sans-serif;
    top: -20px;
    font-size: 80px;
    content: "";
    opacity: 0.1;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media (max-width: 991px) {.tool-training-specialist {
    padding: 40px 20px;
}.tool-training-specialist .tool-success-quotes {
    flex-direction: column;
    gap: 20px;
}.tool-training-specialist .tool-photo-cell {
    transform: translateY(0) rotate(-3deg);
    height: 280px;
    width: 220px;
    margin: 0 auto;
}.tool-training-specialist .tool-exp-details {
    margin-top: -30px;
    transform: translateX(0) rotate(0);
}.tool-training-specialist .tool-success-quotes:hover .tool-photo-cell {
    transform: translateY(-10px) rotate(0);
}
}

@media (max-width: 767px) {.tool-training-specialist {
    padding: 30px 15px;
}.tool-training-specialist .tool-photo-cell {
    width: 180px;
    height: 220px;
}.tool-training-specialist .tool-exp-details {
    padding: 20px;
}.tool-training-specialist .name {
    font-size: calc(35px - 4px);
}.tool-training-specialist .tool-exp-timeline {
    font-size: 16px;
}}.tool-title-portal {
    min-height: 100vh;
    display: flex;
    padding: 2rem 1rem;
    justify-content: center;
    background: linear-gradient(135deg, rgb(220,219,234) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    align-items: center;
}.tool-title-portal::before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    pointer-events: none;
    background: 
    radial-gradient(circle at 20% 30%, rgb(186,185,211,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgb(151,149,182,0.5) 0%, transparent 50%);
    left: 0;
    width: 100%;
}.tool-title-portal::after {
    pointer-events: none;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgb(220,219,234) 0%, transparent 100%);
    content: '';
    bottom: 0;
    left: 0;
}.tool-title-portal .tool-start-hero {
    gap: 2rem;
    max-width: 1200px;
    z-index: 3;
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
}.tool-title-portal .tool-start-hero > div:first-child {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(120deg, rgb(186,185,211,0.5) 0%, transparent 80%);
    padding: 2rem;
    backdrop-filter: blur(8px);
    transform: translateX(-20px);
    position: relative;
}.tool-title-portal .tool-start-hero > div:first-child:hover {
    transform: translateX(0);
}.tool-title-portal .tool-start-hero > div:first-child::before {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 6px;
    top: 0;
    background: rgb(186,185,211);
    height: 100%;
    transform: scaleY(0);
    position: absolute;
    content: '';
    left: 0;
    transform-origin: top;
}.tool-title-portal .tool-start-hero > div:first-child:hover::before {
    transform: scaleY(1);
}.tool-title-portal h3 {
    margin: 0;
    font-size: 22px;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    max-width: 90%;
}.tool-title-portal .tool-start-hero > div:last-child {
    flex-direction: column;
    display: flex;
    align-items: flex-end;
    position: relative;
}.tool-title-portal .tool-edu-values {
    border-radius: 20px;
    padding: 2.5rem;
    background: linear-gradient(210deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
    max-width: 600px;
    transform: translateY(20px);
}.tool-title-portal .tool-edu-values:hover {
    transform: translateY(0);
}.tool-title-portal h1 {
    font-family: Arial, sans-serif;
    font-size: 42px;
    margin: 0 0 2rem;
    padding-bottom: 1rem;
    color: #ffffff;
    position: relative;
    letter-spacing: -0.5px;
    line-height: 1.2;
    font-weight: 700;
}.tool-title-portal h1::after {
    background: linear-gradient(90deg, rgb(186,185,211) 0%, transparent 100%);
    bottom: 0;
    width: 60%;
    height: 3px;
    left: 0;
    content: '';
    position: absolute;
}.tool-title-portal .tool-edu-values > div {
    margin-top: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}.tool-title-portal .tool-edu-values > div::before {
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%, #000000 100%);
}.tool-title-portal p {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    font-size: 13px;
    padding: 2rem;
    line-height: 1.6;
    margin: 0;
    z-index: 2;
}

@media (min-width: 768px) {.tool-title-portal {
    padding: 4rem 2rem;
}.tool-title-portal .tool-start-hero {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.tool-title-portal h3 {
    font-size: calc(22px * 1.1);
}.tool-title-portal h1 {
    font-size: calc(42px * 1.2);
}.tool-title-portal p {
    font-size: calc(13px * 1.1);
}.tool-title-portal .tool-edu-values {
    padding: 3rem;
}
}

@media (min-width: 1024px) {.tool-title-portal {
    padding: 5rem 2rem;
}.tool-title-portal .tool-start-hero > div:first-child {
    transform: translateX(-40px);
}.tool-title-portal .tool-edu-values {
    transform: translate(40px, 20px);
}.tool-title-portal .tool-edu-values:hover {
    transform: translate(20px, 0);
}.tool-title-portal h3 {
    max-width: 80%;
    font-size: calc(22px * 1.2);
}.tool-title-portal h1 {
    font-size: calc(42px * 1.3);
}
}

@media (max-width: 767px) {.tool-title-portal .tool-start-hero {
    transform: perspective(1000px) rotateX(0);
}.tool-title-portal .tool-start-hero > div:first-child {
    transform: translateX(0);
    padding: 1.5rem;
}.tool-title-portal h3 {
    font-size: calc(22px * 0.9);
    max-width: 100%;
}.tool-title-portal .tool-edu-values {
    transform: translateY(0);
    padding: 1.5rem;
}.tool-title-portal h1 {
    font-size: calc(42px * 0.9);
    margin-bottom: 1.5rem;
}.tool-title-portal p {
    padding: 1.5rem;
}}.tool-contact-section {
    position: relative;
    background: linear-gradient(135deg, rgb(220,219,234) 0%, rgb(220,219,234) 50%, rgb(186,185,211,0.5) 150%);
    overflow: hidden;
    padding: 120px 0 100px;
}.tool-contact-section::before {
    left: 0;
    background-image: 
        linear-gradient(to right, rgb(186,185,211,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(186,185,211,0.5) 1px, transparent 1px);
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: 0.05;
    background-size: 30px 30px;
    width: 100%;
}.tool-contact-section::after {
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    animation: scanline 3s infinite linear;
    height: 2px;
    z-index: 2;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(186,185,211) 15%, 
        rgb(151,149,182) 35%, 
        rgb(186,185,211) 65%, 
        transparent 100%);
    content: "";
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.tool-contact-section .tool-photo-cell {
    height: 100%;
    opacity: 0.06;
    top: 0;
    mix-blend-mode: luminosity;
    position: absolute;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    width: 100%;
    left: 0;
    z-index: 0;
}.tool-contact-section .tool-photo-cell::before {
    width: 100%;
    content: "";
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(186,185,211) 0,
        rgb(186,185,211) 5px,
        transparent 5px,
        transparent 10px
    );
    mix-blend-mode: color-burn;
    position: absolute;
    top: 0;
    opacity: 0.03;
    left: 0;
}.tool-contact-section .container {
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.tool-contact-section h3 {
    margin-bottom: 60px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(186,185,211);
    text-align: center;
    position: relative;
    font-size: 37px;
}.tool-contact-section .tool-feedback-map {
    background: #ffffff;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    overflow: hidden;
    z-index: 2;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(220,219,234),
        0 0 30px rgb(186,185,211,0.5);
    border-radius: 10px;
}.tool-contact-section .tool-feedback-map::before {
    z-index: 3;
    left: 0;
    top: 0;
    content: "";
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, rgb(186,185,211), rgb(151,149,182));
    position: absolute;
}.tool-contact-section .tool-connect-request {
    flex: 1 1 60%;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(220,219,234), 0.3) 100%
    );
    position: relative;
    z-index: 2;
    padding: 50px;
}.tool-contact-section .tool-connect-request::after {
    position: absolute;
    border-right: 2px solid rgb(186,185,211,0.5);
    width: 40px;
    right: 20px;
    top: 20px;
    content: "";
    height: 40px;
    opacity: 0.5;
    border-top: 2px solid rgb(186,185,211,0.5);
}.tool-contact-section .tool-connect-request::before {
    left: 20px;
    border-left: 2px solid rgb(186,185,211,0.5);
    border-bottom: 2px solid rgb(186,185,211,0.5);
    bottom: 20px;
    width: 40px;
    opacity: 0.5;
    height: 40px;
    position: absolute;
    content: "";
}.tool-contact-section .tool-connect-request h3 {
    color: #000000;
    font-size: 22px;
    letter-spacing: normal;
    border-bottom: 1px solid rgb(220,219,234);
    text-transform: none;
    text-align: left;
    margin-bottom: 30px;
    padding: 0 0 10px 0;
}.tool-contact-section .tool-connect-request h3::before,
.tool-contact-section .tool-connect-request h3::after {
    display: none;
}.tool-contact-section .tool-connect-request input[type="text"],
.tool-contact-section .tool-connect-request textarea {
    padding: 16px 20px;
    transition: all 0.3s ease;
    border: none;
    font-size: 14px;
    width: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 20px;
    background: rgb(220,219,234);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.tool-contact-section .tool-connect-request input[type="text"]:focus,
.tool-contact-section .tool-connect-request textarea:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(186,185,211,0.5);
}.tool-contact-section .tool-connect-request input[type="text"]::placeholder,
.tool-contact-section .tool-connect-request textarea::placeholder {
    opacity: 0.6;
    transition: all 0.3s ease;
    color: #000000;
}.tool-contact-section .tool-connect-request input[type="text"]:focus::placeholder,
.tool-contact-section .tool-connect-request textarea:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.4;
}.tool-contact-section .tool-connect-request textarea {
    min-height: 150px;
    resize: vertical;
}.tool-contact-section .tool-connect-request .tool-connect-list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.tool-contact-section .tool-connect-request .tool-connect-list input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.tool-contact-section .tool-connect-request .tool-connect-list label {
    font-size: 13px;
    position: relative;
    color: #000000;
    padding-left: 35px;
    line-height: 1.6;
    cursor: pointer;
}.tool-contact-section .tool-connect-request .tool-connect-list label::before {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 2px;
    content: "";
    left: 0;
    top: 2px;
    border: 1px solid rgb(220,219,234);
    transition: all 0.2s ease;
}.tool-contact-section .tool-connect-request .tool-connect-list input[type="checkbox"]:checked + label::before {
    background: rgb(186,185,211);
    border-color: rgb(186,185,211);
}.tool-contact-section .tool-connect-request .tool-connect-list input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    position: absolute;
    border-width: 0 2px 2px 0;
    width: 6px;
    left: 7px;
    transform: rotate(45deg);
    height: 12px;
    content: "";
    top: 4px;
}.tool-contact-section .tool-connect-request .tool-connect-list a {
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size 0.3s ease;
    background-size: 0% 100%;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(186,185,211,0.5) 2px
    );
    color: rgb(186,185,211);
    font-weight: 600;
    transition: all 0.3s ease;
}.tool-contact-section .tool-connect-request .tool-connect-list a:hover {
    background-size: 100% 100%;
}.tool-contact-section .tool-connect-request .tool-message-links {
    transition: all 0.4s ease;
    font-size: 20px;
    background: rgb(186,185,211);
    color: #ffffff;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 10px;
    z-index: 1;
    padding: 16px 30px;
    position: relative;
    box-shadow: 0 4px 15px rgb(186,185,211,0.5);
    overflow: hidden;
}.tool-contact-section .tool-connect-request .tool-message-links::before {
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 200% 200%;
    opacity: 0;
    content: "";
    transition: opacity 0.4s ease;
    z-index: -1;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(151,149,182) 0%,
        rgb(151,149,182) 10%,
        rgb(186,185,211) 10%,
        rgb(186,185,211) 20%
    );
    position: absolute;
}.tool-contact-section .tool-connect-request .tool-message-links:hover {
    box-shadow: 0 8px 20px rgb(186,185,211,0.5);
    transform: translateY(-2px);
}.tool-contact-section .tool-connect-request .tool-message-links:hover::before {
    animation: buttonBg 5s linear infinite;
    opacity: 1;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.tool-contact-section .tool-inquiry-card {
    position: relative;
    flex: 1 1 35%;
    overflow: hidden;
    padding: 50px;
    z-index: 2;
    background: rgb(220,219,234);
}.tool-contact-section .tool-inquiry-card::before {
    top: 0;
    opacity: 0.1;
    background-size: 60px 60px;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(186,185,211,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(186,185,211,0.5) 0%, transparent 10px);
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
}.tool-contact-section .tool-inquiry-card::after {
    left: 0;
    background: 
        linear-gradient(90deg, transparent 90%, rgb(186,185,211,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(186,185,211,0.5) 100%);
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.3;
    width: 100%;
}.tool-contact-section .tool-inquiry-card h4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    color: #000000;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}.tool-contact-section .tool-inquiry-card h4::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(186,185,211), rgb(151,149,182));
    content: "";
    width: 50px;
    bottom: -1px;
    height: 3px;
    left: 0;
}.tool-contact-section .tool-inquiry-card .tool-connect-query {
    margin: 0;
    padding: 0;
    list-style: none;
}.tool-contact-section .tool-inquiry-card .tool-connect-query li {
    overflow: hidden;
    border-left: 3px solid rgb(186,185,211);
    padding: 15px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    position: relative;
    margin-bottom: 25px;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}.tool-contact-section .tool-inquiry-card .tool-connect-query li::before {
    background: rgb(186,185,211);
    content: "";
    left: 0;
    z-index: 2;
    height: 100%;
    position: absolute;
    width: 3px;
    top: 0;
}.tool-contact-section .tool-inquiry-card .tool-connect-query li::after {
    content: "";
    left: 0;
    position: absolute;
    background: rgb(186,185,211,0.5);
    opacity: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    transition: all 0.3s ease;
    width: 100%;
}.tool-contact-section .tool-inquiry-card .tool-connect-query li:hover {
    border-left-color: rgb(151,149,182);
    transform: translateX(5px);
}.tool-contact-section .tool-inquiry-card .tool-connect-query li:hover::after {
    opacity: 0.05;
}.tool-contact-section .tool-inquiry-card .tool-connect-query li svg {
    margin-right: 15px;
    height: 22px;
    position: relative;
    width: 22px;
    z-index: 2;
    transition: all 0.3s ease;
}.tool-contact-section .tool-inquiry-card .tool-connect-query li:hover svg {
    transform: scale(1.2);
}.tool-contact-section .tool-inquiry-card .tool-connect-query li svg path {
    fill: rgb(186,185,211);
    transition: all 0.3s ease;
}.tool-contact-section .tool-inquiry-card .tool-connect-query li:hover svg path {
    fill: rgb(151,149,182);
}.tool-contact-section .tool-inquiry-card .tool-connect-query li span {
    z-index: 2;
    color: #000000;
    position: relative;
    font-size: 14px;
}.tool-contact-section .tool-inquiry-card .tool-connect-query li a {
    text-decoration: none;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
}.tool-contact-section .tool-inquiry-card .tool-connect-query li a::before {
    transform-origin: right;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    transform: scaleX(0);
    background: rgb(186,185,211);
    height: 1px;
    transition: transform 0.3s ease;
}.tool-contact-section .tool-inquiry-card .tool-connect-query li a:hover {
    color: rgb(186,185,211);
}.tool-contact-section .tool-inquiry-card .tool-connect-query li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 992px) {.tool-contact-section {
    padding: 80px 0 60px;
}.tool-contact-section h3 {
    margin-bottom: 40px;
}.tool-contact-section .tool-feedback-map {
    flex-direction: column;
}.tool-contact-section .tool-connect-request,
    .tool-contact-section .tool-inquiry-card {
    flex: 1 1 100%;
}.tool-contact-section .tool-inquiry-card {
    border-top: 1px solid rgb(220,219,234);
}
}

@media (max-width: 768px) {.tool-contact-section {
    padding: 60px 0;
}.tool-contact-section h3 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.85);
}.tool-contact-section .tool-connect-request h3,
    .tool-contact-section .tool-inquiry-card h4 {
    font-size: calc(22px * 0.9);
}.tool-contact-section .tool-connect-request,
    .tool-contact-section .tool-inquiry-card {
    padding: 35px;
}.tool-contact-section .tool-connect-request::before,
    .tool-contact-section .tool-connect-request::after {
    width: 30px;
    height: 30px;
}.tool-contact-section .tool-connect-request input[type="text"],
    .tool-contact-section .tool-connect-request textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.tool-contact-section {
    padding: 50px 0;
}.tool-contact-section h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.7);
}.tool-contact-section .tool-feedback-map {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(220,219,234);
}.tool-contact-section .tool-connect-request,
    .tool-contact-section .tool-inquiry-card {
    padding: 25px 20px;
}.tool-contact-section .tool-connect-request::before,
    .tool-contact-section .tool-connect-request::after {
    display: none;
}.tool-contact-section .tool-connect-request input[type="text"],
    .tool-contact-section .tool-connect-request textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.tool-contact-section .tool-connect-request .tool-connect-list label {
    font-size: calc(13px * 0.9);
}.tool-contact-section .tool-connect-request .tool-message-links {
    padding: 14px 20px;
    width: 100%;
}.tool-contact-section .tool-inquiry-card .tool-connect-query li {
    margin-bottom: 15px;
    padding: 12px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    background: rgb(186,185,211);
    opacity: 0.95;
    top: 0;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    z-index: -2;
    left: 0;
}footer::after {
    content: "";
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(151,149,182) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(151,149,182) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(151,149,182) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(151,149,182) 1px, transparent 1px);
    right: 0;
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    z-index: -1;
    top: 0;
    background-size: 50px 50px;
    left: 0;
}.tool-footer-account {
    position: relative;
    padding: 4rem 0 2rem;
    color: #ffffff;
}.tool-footer-account::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(151,149,182);
    position: absolute;
    height: 3px;
}.tool-footer-account::after {
    top: 3px;
    opacity: 0.5;
    content: "";
    background-image: 
        linear-gradient(90deg, 
            rgb(151,149,182) 0px, rgb(151,149,182) 10px,
            transparent 10px, transparent 15px,
            rgb(151,149,182) 15px, rgb(151,149,182) 30px,
            transparent 30px, transparent 35px,
            rgb(151,149,182) 35px, rgb(151,149,182) 40px,
            transparent 40px, transparent 60px,
            rgb(151,149,182) 60px, rgb(151,149,182) 70px,
            transparent 70px, transparent 80px,
            rgb(151,149,182) 80px, rgb(151,149,182) 90px,
            transparent 90px, transparent 110px,
            rgb(151,149,182) 110px, rgb(151,149,182) 120px,
            transparent 120px, transparent 140px
        );
    width: 100%;
    background-repeat: repeat-x;
    left: 0;
    height: 8px;
    position: absolute;
}.tool-footer-account .container {
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}.tool-footer-account .company_holder {
    border-radius: 18px;
    flex: 1 1 400px;
    position: relative;
    padding: 0;
}.tool-footer-account .company_holder::before {
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(151,149,182) 25px, rgb(151,149,182) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(151,149,182) 25px, rgb(151,149,182) 26px, transparent 27px, transparent 49px);
    left: 0;
    background-size: 50px 50px;
    content: "";
    height: 100%;
    border-radius: 18px;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.1;
}.tool-footer-account .company_holder h3 {
    border-top-right-radius: 18px;
    font-size: 30px;
    color: #ffffff;
    padding: 1.5rem 2rem;
    position: relative;
    font-weight: 700;
    margin: 0;
    background: rgb(151,149,182);
    border-top-left-radius: 18px;
}.tool-footer-account .company_holder h3::after {
    width: 10px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: #ffffff;
    height: 10px;
    content: "";
}.tool-footer-account .tool-policy-links {
    font-size: 18px;
    position: relative;
    border-bottom-right-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    padding: 2rem;
    border-bottom-left-radius: 18px;
    color: #ffffff;
}.tool-footer-account .tool-policy-links::before {
    left: -10px;
    top: 2rem;
    content: "";
    background: rgb(151,149,182);
    height: 20px;
    width: 20px;
    position: absolute;
    opacity: 0.6;
    border-radius: 50%;
}.tool-footer-account .tool-policy-links::after {
    position: absolute;
    width: 20px;
    content: "";
    right: -10px;
    opacity: 0.6;
    border-radius: 50%;
    bottom: 2rem;
    background: rgb(151,149,182);
    height: 20px;
}.tool-footer-account .tool-study-group {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.tool-footer-account .tool-top-edu {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}.tool-footer-account .tool-head-lead {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}.tool-footer-account .tool-head-lead::before {
    border-radius: 18px;
    right: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    bottom: 0;
    z-index: -1;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}.tool-footer-account .tool-head-lead h5 {
    padding: 1rem 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    position: relative;
    display: flex;
    font-size: 24px;
    align-items: center;
    background: rgb(151,149,182);
}.tool-footer-account .tool-head-lead h5::before {
    border-radius: 50%;
    height: 8px;
    width: 8px;
    display: inline-block;
    content: "";
    background: #ffffff;
    margin-right: 10px;
}.tool-footer-account .tool-head-lead h5::after {
    position: absolute;
    transform: translateY(-50%);
    height: 6px;
    top: 50%;
    background: #ffffff;
    border-radius: 50%;
    right: 15px;
    content: "";
    width: 6px;
}.tool-footer-account .tool-head-lead .tool-top-edu {
    flex-direction: column;
    gap: 2px;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    display: flex;
}.tool-footer-account .tool-head-lead .tool-top-edu a {
    color: #ffffff;
    display: block;
    font-size: 18px;
    padding: 0.8rem 1rem 0.8rem 2rem;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    text-decoration: none;
}.tool-footer-account .tool-head-lead .tool-top-edu a::before {
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    left: 0.7rem;
    content: "";
    transition: all 0.3s ease;
    height: 6px;
    width: 6px;
    position: absolute;
    background: rgb(151,149,182);
}.tool-footer-account .tool-head-lead .tool-top-edu a:hover {
    background: rgba(255, 255, 255, 0.1);
}.tool-footer-account .tool-head-lead .tool-top-edu a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}.tool-glossary {
    background: rgb(151,149,182);
    padding: 2rem 0;
    position: relative;
    margin-top: 2.5rem;
}.tool-glossary::before {
    height: 5px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(186,185,211) 20px, rgb(186,185,211) 40px,
            transparent 40px, transparent 60px,
            rgb(186,185,211) 60px, rgb(186,185,211) 80px,
            transparent 80px, transparent 100px,
            rgb(186,185,211) 100px, rgb(186,185,211) 120px
        );
    width: 100%;
    top: -5px;
    content: "";
    background-repeat: repeat-x;
    left: 0;
    position: absolute;
}.tool-glossary .container {
    justify-content: center;
    position: relative;
    align-items: center;
    display: flex;
}.tool-glossary .container::before,
.tool-glossary .container::after {
    height: 15px;
    background: rgb(186,185,211);
    transform: translateY(-50%);
    position: absolute;
    width: 15px;
    border-radius: 50%;
    content: "";
    top: 50%;
}.tool-glossary .container::before {
    left: 15%;
}.tool-glossary .container::after {
    right: 15%;
}.tool-glossary .tool-skill-links {
    font-size: 13px;
    position: relative;
    padding: 0.5rem 2rem;
    background: rgb(186,185,211);
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    color: #ffffff;
}.tool-glossary .tool-skill-links::before,
.tool-glossary .tool-skill-links::after {
    content: "";
    height: 1px;
    transform: translateY(-50%);
    width: 50px;
    top: 50%;
    position: absolute;
    background: rgb(186,185,211);
}.tool-glossary .tool-skill-links::before {
    right: 100%;
    margin-right: 15px;
}.tool-glossary .tool-skill-links::after {
    margin-left: 15px;
    left: 100%;
}

@media (max-width: 1200px) {.tool-footer-account .container {
    gap: 2rem;
}.tool-footer-account .company_holder {
    flex: 1 1 350px;
}.tool-footer-account .tool-study-group {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.tool-footer-account .tool-top-edu {
    gap: 2rem;
}.tool-glossary .container::before {
    left: 5%;
}.tool-glossary .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.tool-footer-account {
    padding: 3.5rem 0 1.5rem;
}.tool-footer-account .container {
    flex-direction: column;
    gap: 2.5rem;
}.tool-footer-account .company_holder,
    .tool-footer-account .tool-study-group {
    min-width: 100%;
    flex: 1 1 100%;
}.tool-footer-account .tool-head-lead {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
}.tool-glossary .container::before,
    .tool-glossary .container::after {
    display: none;
}
}

@media (max-width: 768px) {.tool-footer-account {
    padding: 3rem 0 1rem;
}.tool-footer-account .tool-top-edu {
    gap: 1.5rem;
}.tool-footer-account .company_holder h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(30px - 2px);
}.tool-footer-account .tool-policy-links {
    padding: 1.5rem;
}.tool-footer-account .tool-policy-links::before,
    .tool-footer-account .tool-policy-links::after {
    display: none;
}.tool-glossary {
    margin-top: 2rem;
}.tool-glossary .tool-skill-links::before,
    .tool-glossary .tool-skill-links::after {
    width: 30px;
}
}

@media (max-width: 576px) {.tool-footer-account {
    padding: 2.5rem 0 0.8rem;
}.tool-footer-account .tool-head-lead {
    flex: 1 1 100%;
    min-width: 100%;
}.tool-footer-account .tool-top-edu {
    gap: 1rem;
}.tool-footer-account .tool-head-lead .tool-top-edu a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.tool-footer-account .tool-head-lead .tool-top-edu a::before {
    left: 0.6rem;
}.tool-glossary {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.tool-glossary .tool-skill-links::before,
    .tool-glossary .tool-skill-links::after {
    display: none;
}
}

@media (max-width: 420px) {.tool-footer-account::after {
    height: 5px;
    background-size: 100px 5px;
}.tool-footer-account .company_holder h3::after,
    .tool-footer-account .tool-head-lead h5::before,
    .tool-footer-account .tool-head-lead h5::after {
    display: none;
}.tool-footer-account .tool-head-lead h5 {
    padding: 0.8rem 1rem;
}.tool-footer-account .tool-head-lead .tool-top-edu {
    padding: 1rem;
}.tool-glossary .tool-skill-links {
    padding: 0.4rem 1.5rem;
    width: 90%;
}}.tool-our-background {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.tool-our-background::before {
    z-index: 1;
    backdrop-filter: blur(4px);
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(186,185,211,0.5), rgba(0, 0, 0, 0.5) 85%);
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
}.tool-our-background .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
}.tool-our-background .tool-text-item {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    gap: 30px;
}.tool-our-background .tool-text-item::before {
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(186,185,211), rgb(151,149,182));
    height: 100%;
    width: 5px;
}.tool-our-background .tool-text-item::after {
    transform: scaleX(0.7);
    width: calc(100% - 60px);
    height: 1px;
    transform-origin: right center;
    right: 30px;
    bottom: -15px;
    content: '';
    background: linear-gradient(to right, transparent, rgb(151,149,182,0.5), transparent);
    position: absolute;
}.tool-our-background .tool-text-item:hover {
    transform: perspective(1000px) rotateY(0deg);
}.tool-our-background h5 {
    letter-spacing: 1.5px;
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(186,185,211);
    margin: 0 0 15px;
    font-size: 24px;
    position: relative;
}.tool-our-background h5::after {
    position: absolute;
    content: '';
    transition: transform 0.4s ease;
    height: 3px;
    left: 0;
    background: rgb(151,149,182);
    width: 60px;
    transform: scaleX(1);
    transform-origin: left;
    bottom: 0;
}.tool-our-background .tool-text-item:hover h5::after {
    transform: scaleX(1.5);
}.tool-our-background p {
    line-height: 1.5;
    color: #000000;
    margin: 0;
    font-size: calc(17px * 1.2);
}.tool-our-background p b {
    font-size: calc(17px * 1.6);
    letter-spacing: 0.5px;
    color: rgb(151,149,182);
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}.tool-our-background ol {
    counter-reset: item;
    padding: 0;
    margin: 25px 0 0;
    list-style: none;
}.tool-our-background ol li {
    column-count: 1;
    column-gap: 40px;
    font-size: 17px;
    padding: 0;
    color: #000000;
    hyphens: auto;
    line-height: 1.7;
    text-align: justify;
    position: relative;
}.tool-our-background ol li::before {
    position: absolute;
    content: '';
    background-color: #ffffff;
    left: -20px;
    width: 40px;
    counter-increment: item;
    opacity: 0.1;
    top: -20px;
    z-index: -1;
    transition: all 0.4s ease;
    height: 40px;
    border: 2px solid rgb(186,185,211);
    border-radius: 50%;
}.tool-our-background .tool-text-item:hover ol li::before {
    transform: scale(1.2);
    opacity: 0.2;
}

@media (min-width: 768px) {.tool-our-background .tool-text-item {
    align-items: start;
    grid-template-columns: 1fr 2fr;
}.tool-our-background ol li {
    column-count: 2;
}.tool-our-background h5, .tool-our-background div:nth-child(2) {
    grid-column: 1;
}.tool-our-background ol {
    grid-column: 1 / span 2;
    margin-top: 10px;
}
}

@media (min-width: 992px) {.tool-our-background {
    padding: 150px 0;
}.tool-our-background .tool-text-item {
    padding: 70px;
    grid-template-columns: 1fr 3fr;
}.tool-our-background ol li {
    column-count: 3;
}.tool-our-background h5 {
    font-size: calc(24px * 1.2);
}.tool-our-background p b {
    font-size: calc(17px * 1.8);
}
}

@media (max-width: 767px) {.tool-our-background {
    padding: 80px 0;
}.tool-our-background .tool-text-item {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px;
}.tool-our-background h5 {
    font-size: calc(24px * 0.9);
}.tool-our-background p b {
    font-size: calc(17px * 1.4);
}.tool-our-background ol li {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.tool-our-background {
    padding: 60px 0;
}.tool-our-background .container {
    padding: 0 20px;
}.tool-our-background .tool-text-item {
    transform: none;
    padding: 25px;
}.tool-our-background h5 {
    font-size: calc(24px * 0.85);
}.tool-our-background p b {
    font-size: calc(17px * 1.3);
}
}