* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.head-page-style {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.play-market-style {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    width: 1146px;
    margin: auto;
}.layer-container-style {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.who-we-are-style {
    padding: 120px 30px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.who-we-are-style::before {
    bottom: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    top: 0;
    content: "";
}.who-we-are-style::after {
    z-index: 2;
    right: -50%;
    animation: subtle-shift 20s infinite alternate ease-in-out;
    height: 100%;
    position: absolute;
    background: rgb(159,192,198);
    width: 100%;
    top: -50%;
    content: "";
    opacity: 0.15;
    transform: rotate(45deg) translateY(-50%);
}.who-we-are-style h4 {
    z-index: 10;
    opacity: 1;
    font-size: 35px;
    text-transform: uppercase;
    transform: translateY(0);
    letter-spacing: 2px;
    color: #ffffff;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}.who-we-are-style h4::after {
    left: 50%;
    width: 80px;
    bottom: -15px;
    z-index: 10;
    content: "";
    height: 3px;
    background: rgb(106,176,190);
    position: absolute;
    transform: translateX(-50%);
}.who-we-are-style .container {
    max-width: 1200px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}.who-we-are-style .info-card-style {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(106,176,190);
    transform: translateY(0);
    position: relative;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.05)
    );
    opacity: 1;
    padding: 40px;
}.who-we-are-style .info-card-style::before {
    top: 20px;
    position: absolute;
    z-index: -1;
    width: 120px;
    border: 2px solid rgb(106,176,190,0.5);
    opacity: 0.3;
    content: "";
    height: 120px;
    right: 20px;
    transform: rotate(15deg);
}.who-we-are-style h6 {
    display: inline-block;
    color: rgb(106,176,190);
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    font-size: calc(20px * 1.2);
    letter-spacing: 1px;
}.who-we-are-style h6::after {
    width: 60%;
    transform: scaleX(1);
    bottom: -8px;
    transition: transform 0.4s ease;
    transform-origin: left;
    position: absolute;
    left: 0;
    background: rgb(106,176,190);
    height: 2px;
    content: "";
}.who-we-are-style .info-card-style div {
    padding-right: 15px;
    overflow-y: auto;
    scrollbar-width: thin;
    position: relative;
    max-height: 400px;
    scrollbar-color: rgb(106,176,190) rgba(255, 255, 255, 0.1);
}.who-we-are-style .info-card-style div::-webkit-scrollbar {
    width: 6px;
}.who-we-are-style .info-card-style div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}.who-we-are-style .info-card-style div::-webkit-scrollbar-thumb {
    background: rgb(106,176,190);
    border-radius: 10px;
}.who-we-are-style span {
    font-size: 15px;
    line-height: 1.8;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: block;
}

@keyframes subtle-shift {
    0% {
        transform: rotate(45deg) translateY(-50%);
    }
    50% {
        transform: rotate(42deg) translateY(-48%);
    }
    100% {
        transform: rotate(48deg) translateY(-52%);
    }
}

@media (min-width: 768px) {.who-we-are-style {
    padding: 150px 50px;
}.who-we-are-style h4 {
    font-size: calc(35px * 1.2);
    margin-bottom: 60px;
}.who-we-are-style .info-card-style {
    border-left: 5px solid rgb(106,176,190);
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    padding: 60px;
    max-width: 90%;
    margin: 0 auto;
}.who-we-are-style h6 {
    font-size: calc(20px * 1.5);
    margin-bottom: 30px;
}.who-we-are-style .info-card-style div {
    column-count: 2;
    column-gap: 40px;
    max-height: none;
}.who-we-are-style span {
    font-size: calc(15px * 1.1);
}
}

@media (min-width: 1200px) {.who-we-are-style {
    padding: 180px 0;
}.who-we-are-style .info-card-style {
    max-width: 80%;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 80px;
}.who-we-are-style .info-card-style:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who-we-are-style h6::after {
    width: 40%;
}.who-we-are-style span {
    font-size: calc(15px * 1.2);
}.who-we-are-style .info-card-style::before {
    right: 30px;
    top: 30px;
    width: 180px;
    height: 180px;
}
}

@media (max-width: 767px) {.who-we-are-style {
    padding: 80px 20px;
}.who-we-are-style h4 {
    font-size: 20px;
    margin-bottom: 30px;
}.who-we-are-style .info-card-style {
    padding: 30px 20px;
}.who-we-are-style h6 {
    margin-bottom: 20px;
    font-size: 17px;
}.who-we-are-style span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.who-we-are-style .info-card-style div {
    max-height: 300px;
}}.subscribe-to-newsletter-style {
    background: linear-gradient(135deg, rgb(159,192,198,0.5) 0%, rgb(106,176,190) 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
}.subscribe-to-newsletter-style::before {
    left: -10%;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
    top: -10%;
    transform: rotate(-15deg);
    content: "";
    height: 70%;
    background: rgb(106,176,190,0.5);
    position: absolute;
    z-index: 1;
    width: 120%;
}.subscribe-to-newsletter-style .training-experts-style {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.subscribe-to-newsletter-style .query-section-style {
    flex-direction: column;
    transform: translateX(10%);
    display: flex;
    max-width: 90%;
}.subscribe-to-newsletter-style h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 2rem;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transform: skewX(-5deg);
    font-family: Arial, sans-serif;
    font-weight: 700;
}.subscribe-to-newsletter-style .input_holder {
    flex-direction: row;
    border-radius: 27px;
    align-items: stretch;
    overflow: hidden;
    transform: perspective(800px) rotateY(-5deg);
    max-width: 90%;
    display: flex;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}.subscribe-to-newsletter-style input[type="email"] {
    color: #000000;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    background: #ffffff;
    flex-grow: 1;
    font-family: Arial, sans-serif;
    border: none;
    font-size: 15px;
}.subscribe-to-newsletter-style input[type="email"]:focus {
    background: rgb(207,219,221);
    outline: none;
    box-shadow: inset 0 0 0 3px rgb(159,192,198,0.5);
}.subscribe-to-newsletter-style .sub-approach-style {
    border: none;
    font-size: 17px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
    background: linear-gradient(to right, rgb(159,192,198), rgb(106,176,190));
    color: #ffffff;
}.subscribe-to-newsletter-style .sub-approach-style:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(159,192,198,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.subscribe-to-newsletter-style .sub-approach-style:active {
    transform: translateY(2px);
    animation: pulse 1s forwards;
}

@media (max-width: 768px) {.subscribe-to-newsletter-style {
    padding: 3rem 1rem;
}.subscribe-to-newsletter-style .query-section-style {
    transform: translateX(0);
    max-width: 100%;
}.subscribe-to-newsletter-style h3 {
    font-size: calc(22px + 0.2rem);
    text-align: left;
}.subscribe-to-newsletter-style .input_holder {
    transform: perspective(0) rotateY(0);
    flex-direction: column;
    max-width: 100%;
}.subscribe-to-newsletter-style input[type="email"] {
    padding: 1rem;
    border-radius: 10px 10px 0 0;
    width: 100%;
}.subscribe-to-newsletter-style .sub-approach-style {
    border-radius: 0 0 10px 10px;
    width: 100%;
    padding: 1rem;
}}.study-method-style {
    overflow: hidden;
    padding: 6rem 2rem;
    background: rgb(207,219,221);
    position: relative;
}.study-method-style::before {
    top: 0;
    background: linear-gradient(135deg, rgb(159,192,198,0.5) 0%, transparent 70%);
    height: 100%;
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.2;
}.study-method-style::after {
    height: 100%;
    opacity: 0.3;
    right: -50%;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle, rgb(106,176,190,0.5) 0%, transparent 70%);
    z-index: 0;
    content: "";
    animation: moveGradient 20s infinite alternate ease-in-out;
    top: -50%;
}.study-method-style .training-experts-style {
    z-index: 2;
    flex-direction: column;
    gap: 2.5rem;
    position: relative;
    max-width: 900px;
    display: flex;
    margin: 0 auto;
}.study-method-style h3 {
    font-weight: 700;
    text-align: center;
    background: #ffffff;
    font-size: 33px;
    border-radius: 29px;
    padding: 2rem;
    animation: fadeInDown 0.8s ease-out forwards;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0;
    color: #000000;
}.study-method-style h3::before {
    z-index: -1;
    border: 2px solid rgb(159,192,198,0.5);
    position: absolute;
    pointer-events: none;
    content: "";
    width: 100%;
    border-radius: inherit;
    height: 100%;
    top: 0;
    opacity: 0.5;
    left: 0;
    transform: translate(8px, 8px);
}.study-method-style span {
    font-size: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: #000000;
    opacity: 0;
    border-radius: 29px;
    line-height: 1.8;
    background: #ffffff;
    padding: 2rem;
    position: relative;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
}.study-method-style span::before {
    z-index: -1;
    width: 100%;
    content: "";
    position: absolute;
    transform: translate(-8px, -8px);
    opacity: 0.5;
    height: 100%;
    border: 2px solid rgb(106,176,190,0.5);
    top: 0;
    border-radius: inherit;
    pointer-events: none;
    left: 0;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-20%, -20%);
    }
}

@media (max-width: 992px) {.study-method-style {
    padding: 5rem 1.5rem;
}.study-method-style h3 {
    font-size: calc(33px * 0.9);
    padding: 1.8rem;
}.study-method-style span {
    padding: 1.8rem;
}.study-method-style h3::before,
    .study-method-style span::before {
    transform: translate(6px, 6px);
}.study-method-style span::before {
    transform: translate(-6px, -6px);
}
}

@media (max-width: 768px) {.study-method-style {
    padding: 4rem 1rem;
}.study-method-style h3 {
    font-size: calc(33px * 0.8);
    padding: 1.5rem;
}.study-method-style span {
    font-size: calc(12px * 0.95);
    padding: 1.5rem;
}.study-method-style .training-experts-style {
    gap: 2rem;
}.study-method-style h3::before,
    .study-method-style span::before {
    transform: translate(4px, 4px);
}.study-method-style span::before {
    transform: translate(-4px, -4px);
}}.course-overview-style {
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(145deg, rgb(207,219,221) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
}.course-overview-style::before {
    left: 0;
    width: 100%;
    position: absolute;
    background-size: 40px 40px;
    content: "";
    height: 100%;
    z-index: 0;
    top: 0;
    background-image: 
        linear-gradient(30deg, rgba(rgb(159,192,198,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(159,192,198,0.5), 0.03) 1px, transparent 1px);
}.course-overview-style::after {
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(159,192,198) 0%, rgba(rgb(159,192,198,0.5), 0.4) 70%);
    content: "";
    opacity: 0.2;
    top: -5%;
    right: -5%;
    position: absolute;
    height: 300px;
    z-index: 0;
    width: 300px;
    filter: blur(80px);
}.course-overview-style .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.course-overview-style h2 {
    transform: translateX(-8px);
    color: #000000;
    font-size: 35px;
    max-width: 90%;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    margin-bottom: 40px;
}.course-overview-style h2::before {
    position: absolute;
    background-color: rgb(159,192,198);
    left: -15px;
    height: 60%;
    transform: translateY(-50%);
    width: 6px;
    content: "";
    top: 50%;
}.course-overview-style .education-guide-style {
    display: grid;
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
}.course-overview-style .pic-grid-style {
    height: 360px;
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.06),
        0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    overflow: hidden;
    border: 1px solid rgba(rgb(159,192,198,0.5), 0.15);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}.course-overview-style .pic-grid-style::before {
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(rgb(159,192,198,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgba(0, 0, 0, 0.5), 0.2) 100%
    );
    content: "";
    position: absolute;
}.course-overview-style .pic-grid-style:hover {
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: perspective(1000px) rotateY(0deg) translateZ(5px);
}.course-overview-style .info-card-style {
    background: #ffffff;
    position: relative;
    scrollbar-color: rgb(159,192,198) rgba(rgb(159,192,198,0.5), 0.1);
    scrollbar-width: thin;
    max-height: 500px;
    overflow-y: auto;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.03),
        0 1px 8px rgba(rgba(0, 0, 0, 0.5), 0.01);
    padding: 20px;
    transform: translateY(-5px);
}.course-overview-style .info-card-style::-webkit-scrollbar {
    width: 6px;
}.course-overview-style .info-card-style::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(rgb(159,192,198,0.5), 0.1);
}.course-overview-style .info-card-style::-webkit-scrollbar-thumb {
    background-color: rgb(159,192,198);
    border-radius: 10px;
}.course-overview-style .description {
    position: relative;
    font-size: 17px;
    border-left: 2px solid rgba(rgb(159,192,198,0.5), 0.3);
    line-height: 1.7;
    margin-bottom: 20px;
    color: #000000;
    padding-left: 15px;
}.course-overview-style .description:last-child {
    margin-bottom: 0;
}.course-overview-style .description::before {
    position: absolute;
    background-color: rgb(159,192,198);
    left: -2px;
    content: "";
    width: 2px;
    top: 0;
    height: 0;
    animation: lineGrow 2.5s ease-out forwards;
}

@keyframes lineGrow {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@media (min-width: 768px) {.course-overview-style {
    padding: 150px 0 100px;
}.course-overview-style .education-guide-style {
    gap: 60px;
    grid-template-columns: 1fr 1.2fr;
}.course-overview-style h2 {
    max-width: 70%;
    margin-bottom: 60px;
    font-size: calc(35px * 1.1);
}.course-overview-style .pic-grid-style {
    height: 450px;
}.course-overview-style .info-card-style {
    max-height: 450px;
    padding: 30px;
}
}

@media (min-width: 992px) {.course-overview-style {
    padding: 180px 0 120px;
}.course-overview-style h2 {
    transform: translateX(-20px);
    max-width: 60%;
    font-size: calc(35px * 1.2);
}.course-overview-style h2::before {
    left: -30px;
    width: 8px;
}.course-overview-style .education-guide-style {
    gap: 80px;
}.course-overview-style .pic-grid-style {
    height: 520px;
}.course-overview-style .info-card-style {
    max-height: 520px;
    padding: 40px;
}.course-overview-style .description {
    padding-left: 25px;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 1200px) {.course-overview-style .container {
    padding: 0 40px;
}.course-overview-style .education-guide-style {
    gap: 100px;
}.course-overview-style .pic-grid-style {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.course-overview-style .pic-grid-style:hover {
    transform: perspective(1200px) rotateY(0deg) translateZ(10px);
}.course-overview-style .info-card-style {
    transform: translateY(-10px);
}
}

@media (max-width: 767px) {.course-overview-style {
    padding: 80px 0 60px;
}.course-overview-style h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.9);
    max-width: 100%;
}.course-overview-style .pic-grid-style {
    height: 280px;
}.course-overview-style .info-card-style {
    max-height: 400px;
    padding: 15px;
}.course-overview-style .description {
    font-size: calc(17px * 0.95);
}}.contact-panel-style {
    position: relative;
    background: rgb(207,219,221);
    padding: 70px 0;
    overflow: hidden;
}.contact-panel-style::before {
    content: "";
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    left: 0;
    z-index: 0;
    width: 100%;
    position: absolute;
    top: 0;
}.contact-panel-style .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.contact-panel-style h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    font-size: 35px;
    color: rgb(106,176,190);
}.contact-panel-style h2::after {
    width: 60px;
    height: 3px;
    bottom: -15px;
    content: "";
    background: rgb(159,192,198);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}.contact-panel-style .feedback-info-style {
    overflow: hidden;
    gap: 0;
    display: grid;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    grid-template-columns: 1fr 1fr;
    border-radius: 12px;
}.contact-panel-style .pic-grid-style {
    border-top-right-radius: 12px;
    grid-row: 1;
    grid-column: 2;
    min-height: 500px;
    height: 100%;
    border-bottom-right-radius: 12px;
    transition: transform 0.6s ease;
}.contact-panel-style .request-widget-style {
    background: #ffffff;
    grid-row: 1;
    grid-column: 1;
    padding: 50px 40px;
}.contact-panel-style #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.contact-panel-style h3 {
    color: rgb(159,192,198);
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 23px;
}.contact-panel-style input[type="text"] {
    transition: all 0.3s ease;
    font-size: 18px;
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    padding: 15px 20px;
    width: 100%;
    border: 1px solid rgb(207,219,221);
}.contact-panel-style input[type="text"]:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-color: rgb(159,192,198);
    outline: none;
}.contact-panel-style input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact-panel-style .query-query-style {
    gap: 10px;
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}.contact-panel-style .query-query-style input[type="checkbox"] {
    width: 24px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    border: 2px solid rgb(207,219,221);
    height: 24px;
    appearance: none;
    border-radius: 10px;
    margin-top: 2px;
}.contact-panel-style .query-query-style input[type="checkbox"]:checked {
    background: rgb(159,192,198);
    border-color: rgb(159,192,198);
}.contact-panel-style .query-query-style input[type="checkbox"]:checked::after {
    content: "✓";
    font-size: 16px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
}.contact-panel-style .query-query-style label {
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
}.contact-panel-style .query-query-style a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(159,192,198);
    font-weight: 600;
}.contact-panel-style .query-query-style a:hover {
    color: rgb(106,176,190);
}.contact-panel-style .connect-message-style {
    text-transform: uppercase;
    color: #ffffff;
    align-self: flex-start;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    cursor: pointer;
    background: rgb(159,192,198);
    padding: 15px 35px;
    overflow: hidden;
    position: relative;
    border: none;
    font-weight: 600;
    font-size: 19px;
    margin-top: 10px;
    border-radius: 10px;
}.contact-panel-style .connect-message-style::before {
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    transition: all 0.6s ease;
}.contact-panel-style .connect-message-style:hover {
    background: rgb(106,176,190);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.contact-panel-style .connect-message-style:hover::before {
    left: 100%;
}.contact-panel-style svg {
    vertical-align: middle;
    width: 22px;
    fill: rgb(159,192,198);
    margin-right: 10px;
    height: 22px;
}.contact-panel-style svg path {
    fill: rgb(159,192,198);
}

@media (max-width: 992px) {.contact-panel-style .feedback-info-style {
    grid-template-columns: 1fr;
}.contact-panel-style .pic-grid-style {
    min-height: 300px;
    border-top-left-radius: 12px;
    grid-column: 1;
    border-radius: 0;
    border-top-right-radius: 12px;
    grid-row: 1;
}.contact-panel-style .request-widget-style {
    padding: 40px 30px;
    grid-column: 1;
    grid-row: 2;
}
}

@media (max-width: 768px) {.contact-panel-style {
    padding: 50px 0;
}.contact-panel-style h2 {
    margin-bottom: 30px;
    font-size: calc(35px - 4px);
}.contact-panel-style .request-widget-style {
    padding: 30px 25px;
}.contact-panel-style .pic-grid-style {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-panel-style {
    padding: 40px 0;
}.contact-panel-style .container {
    padding: 0 15px;
}.contact-panel-style h2::after {
    width: 40px;
}.contact-panel-style .request-widget-style {
    padding: 25px 20px;
}.contact-panel-style #contact {
    gap: 20px;
}.contact-panel-style .connect-message-style {
    padding: 14px 20px;
    width: 100%;
}.contact-panel-style .pic-grid-style {
    min-height: 200px;
}}.service-plan-style {
    z-index: 1;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.service-plan-style::before {
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    left: 0;
}.service-plan-style .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.service-plan-style .trial-pricing-style {
    z-index: 2;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    display: flex;
}.service-plan-style h2 {
    text-align: center;
    font-size: calc(33px * 1.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    transform: translateY(0);
    margin-bottom: 20px;
    font-weight: 700;
}.service-plan-style h2::after {
    background: rgb(159,192,198);
    position: absolute;
    width: 80px;
    border-radius: 1px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -12px;
    content: "";
}.service-plan-style .price-panel-style {
    font-size: calc(13px * 1.05);
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.2px;
    max-width: 80%;
    margin: 0 auto 50px;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
}.service-plan-style .price-sheet-style {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
    width: 100%;
    list-style: none;
    display: grid;
}.service-plan-style .price-sheet-style li {
    display: flex;
    height: 100%;
}.service-plan-style .basic-cost-style {
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    height: 100%;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    transform: translateY(0) scale(1);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}.service-plan-style .basic-cost-style::before {
    position: absolute;
    transform: translateY(-5px);
    left: 0;
    background: linear-gradient(90deg, rgb(159,192,198), rgb(106,176,190));
    content: "";
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    top: 0;
    height: 5px;
    width: 100%;
}.service-plan-style .basic-cost-style:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px) scale(1.02);
}.service-plan-style .basic-cost-style:hover::before {
    transform: translateY(0);
}.service-plan-style .annual-plan-style {
    position: relative;
    padding: 35px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}.service-plan-style .learn-packs-style {
    flex-direction: column;
    height: 100%;
    display: flex;
}.service-plan-style .basic-cost-style h4 {
    color: #ffffff;
    font-size: calc(19px * 1.1);
    padding-bottom: 15px;
    transition: color 0.3s ease;
    letter-spacing: 0.3px;
    margin: 0 0 20px;
    position: relative;
    font-weight: 600;
}.service-plan-style .basic-cost-style:hover h4 {
    color: rgb(159,192,198);
}.service-plan-style .basic-cost-style h4::after {
    height: 2px;
    transition: width 0.4s ease, background-color 0.4s ease;
    content: "";
    width: 40px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    bottom: 0;
    position: absolute;
}.service-plan-style .basic-cost-style:hover h4::after {
    background-color: rgb(159,192,198);
    width: 60px;
}.service-plan-style .basic-cost-style p {
    font-weight: 300;
    margin: 0 0 30px;
    white-space: normal;
    flex-grow: 1;
    word-break: normal;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    overflow-wrap: break-word;
    hyphens: auto;
    font-size: 13px;
}.service-plan-style .learning-rates-style {
    color: rgb(159,192,198);
    position: relative;
    letter-spacing: 0.5px;
    display: block;
    font-size: calc(19px * 1.15);
    transition: transform 0.3s ease, color 0.3s ease;
    margin-top: auto;
    font-weight: 700;
    padding: 15px 0 0;
}.service-plan-style .learning-rates-style::before {
    background-color: rgb(159,192,198);
    height: 2px;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    opacity: 0.6;
    width: 25px;
    transition: width 0.4s ease, opacity 0.3s ease;
}.service-plan-style .basic-cost-style:hover .learning-rates-style {
    transform: translateY(-3px);
    color: rgb(106,176,190);
}.service-plan-style .basic-cost-style:hover .learning-rates-style::before {
    width: 40px;
    opacity: 1;
}


@media (max-width: 1200px) {.service-plan-style {
    padding: 80px 0;
}.service-plan-style .price-panel-style {
    max-width: 90%;
}.service-plan-style .price-sheet-style {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.service-plan-style h2 {
    font-size: 33px;
}.service-plan-style .annual-plan-style {
    padding: 30px 25px;
}.service-plan-style .basic-cost-style h4 {
    font-size: 19px;
}
}

@media (max-width: 768px) {.service-plan-style {
    padding: 60px 0;
}.service-plan-style h2 {
    font-size: calc(33px * 0.9);
}.service-plan-style .price-panel-style {
    font-size: 13px;
    margin-bottom: 40px;
    max-width: 100%;
}.service-plan-style .price-sheet-style {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.service-plan-style .basic-cost-style {
    max-height: none;
}.service-plan-style .basic-cost-style p {
    font-size: calc(13px * 0.95);
    margin-bottom: 25px;
}
}

@media (max-width: 480px) {.service-plan-style {
    padding: 50px 0;
}.service-plan-style h2 {
    font-size: calc(33px * 0.85);
}.service-plan-style .price-panel-style {
    font-size: calc(13px * 0.95);
}.service-plan-style .annual-plan-style {
    padding: 25px 20px;
}.service-plan-style .basic-cost-style h4 {
    font-size: calc(19px * 0.95);
    margin-bottom: 15px;
}.service-plan-style .learning-rates-style {
    font-size: 19px;
}}.course-suitability-style {
    position: relative;
    background: rgb(207,219,221);
    overflow: hidden;
    padding: 140px 0;
}.course-suitability-style::before {
    content: "";
    left: 0;
    width: 100%;
    opacity: 0.03;
    height: 100%;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(159,192,198,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(159,192,198,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(159,192,198,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(159,192,198,0.5) 75%
        );
    background-size: 60px 60px;
    top: 0;
    position: absolute;
    z-index: 0;
    background-position: 0 0, 30px 30px;
}.course-suitability-style::after {
    background: linear-gradient(to top, rgb(207,219,221), transparent);
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    z-index: 1;
    height: 150px;
}.course-suitability-style .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.course-suitability-style .training-experts-style {
    position: relative;
}.course-suitability-style h4 {
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    position: relative;
    color: #000000;
    margin-bottom: 80px;
    font-size: 34px;
}.course-suitability-style h4::before {
    height: 3px;
    top: 0;
    left: 50%;
    position: absolute;
    border-radius: 2px;
    width: 100px;
    transform: translateX(-50%);
    background: rgb(159,192,198,0.5);
    content: "";
}.course-suitability-style h4::after {
    width: 100px;
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(106,176,190,0.5);
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}.course-suitability-style div {
    position: relative;
    align-items: center;
    flex-direction: column;
    display: flex;
}.course-suitability-style div::before {
    top: 0;
    z-index: 0;
    opacity: 0.5;
    position: absolute;
    width: 2px;
    background: linear-gradient(180deg, rgb(159,192,198,0.5), rgb(106,176,190,0.5), transparent);
    left: 50%;
    height: 100%;
    content: "";
}.course-suitability-style div p {
    border-radius: 50px;
    line-height: 1.6;
    margin: 0 0 60px 0;
    font-size: 17px;
    padding: 25px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    display: flex;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    background: #ffffff;
    width: 70%;
    align-items: center;
}.course-suitability-style div p:nth-child(odd) {
    align-self: flex-start;
    border-top-left-radius: 0;
}.course-suitability-style div p:nth-child(even) {
    border-top-right-radius: 0;
    align-self: flex-end;
}.course-suitability-style div p:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.course-suitability-style div p::before {
    width: 30px;
    content: "";
    background: #ffffff;
    z-index: 2;
    border-radius: 50%;
    position: absolute;
    height: 30px;
}.course-suitability-style div p:nth-child(odd)::before {
    left: -15px;
    top: -15px;
}.course-suitability-style div p:nth-child(even)::before {
    right: -15px;
    top: -15px;
}.course-suitability-style div p::after {
    background: linear-gradient(135deg, rgb(159,192,198), rgb(106,176,190));
    transition: all 0.3s ease;
    border-radius: 50%;
    position: absolute;
    width: 15px;
    content: "";
    z-index: 3;
    height: 15px;
}.course-suitability-style div p:nth-child(odd)::after {
    top: -7.5px;
    left: -7.5px;
}.course-suitability-style div p:nth-child(even)::after {
    top: -7.5px;
    right: -7.5px;
}.course-suitability-style div p:hover::after {
    box-shadow: 0 0 10px rgb(159,192,198,0.5);
    transform: scale(1.3);
}.course-suitability-style div p svg {
    margin-right: 20px;
    min-width: 32px;
    width: 32px;
    transition: all 0.3s ease;
    height: 32px;
}.course-suitability-style div p:hover svg {
    transform: rotate(15deg);
}.course-suitability-style div p svg path {
    fill: rgb(159,192,198);
    transition: fill 0.3s ease;
}.course-suitability-style div p:hover svg path {
    fill: rgb(106,176,190);
}

@media (max-width: 991px) {.course-suitability-style {
    padding: 120px 0;
}.course-suitability-style h4 {
    margin-bottom: 70px;
    font-size: calc(34px - 2px);
}.course-suitability-style div p {
    padding: 22px 25px;
    margin-bottom: 50px;
    width: 80%;
}.course-suitability-style div p svg {
    height: 28px;
    margin-right: 15px;
    width: 28px;
    min-width: 28px;
}
}

@media (max-width: 767px) {.course-suitability-style {
    padding: 100px 0;
}.course-suitability-style h4 {
    font-size: calc(34px - 4px);
    margin-bottom: 60px;
}.course-suitability-style div p {
    border-radius: 30px !important;
    align-self: center !important;
    width: 90%;
    padding: 18px 22px;
    margin-bottom: 40px;
}.course-suitability-style div p::before,
    .course-suitability-style div p::after {
    display: none;
}.course-suitability-style div p svg {
    min-width: 24px;
    margin-right: 12px;
    width: 24px;
    height: 24px;
}
}

@media (max-width: 479px) {.course-suitability-style {
    padding: 80px 0;
}.course-suitability-style h4 {
    margin-bottom: 50px;
    font-size: calc(34px - 6px);
}.course-suitability-style div p {
    width: 100%;
    font-size: calc(17px - 1px);
    padding: 15px 18px;
    margin-bottom: 30px;
}.course-suitability-style div p svg {
    margin-right: 10px;
    height: 22px;
    width: 22px;
    min-width: 22px;
}}.consentWarningDialog-style {
    overflow: hidden;
    position: fixed;
    justify-content: center;
    background: rgb(207,219,221);
    padding: 1rem 0;
    width: 100%;
    z-index: 90;
    border-top: 3px solid rgb(159,192,198);
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    display: flex;
}#cookieUsageBanner-style {
    display: none;
}#cookieUsageBanner-style:checked ~ .consentWarningDialog-style {
    opacity: 0;
    visibility: hidden;
}.consentWarningDialog-style .container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    gap: 1rem;
    justify-content: space-between;
    display: flex;
    z-index: 1;
    flex-wrap: wrap;
    align-items: center;
}.privacy-cookies-style {
    align-items: center;
    display: flex;
    margin-right: 1rem;
    flex-shrink: 0;
}.privacy-cookies-style svg {
    height: 50px;
    width: 50px;
    fill: rgb(159,192,198);
}.cookie-ack-style {
    flex: 1;
    margin-bottom: 20px;
    min-width: 300px;
}.cookie-ack-style h5 {
    font-size: 1.5rem;
    color: rgb(159,192,198);
    margin-bottom: 0.5rem;
    font-weight: 600;
}.cookie-ack-style p {
    color: #000000;
    font-size: 1rem;
}.cookie-expand-style {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: rgb(159,192,198);
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    font-weight: 700;
    border: none;
    font-size: 1rem;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}.cookie_button.edu-settings-style {
    background: rgb(159,192,198);
}.cookie_button.privacy-ctrl-style {
    background: #000000;
    margin-left: 0.5rem;
}.cookie-expand-style:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.privacy-ctrl-style:hover {
    background: rgb(159,192,198);
}.consentWarningDialog-style p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(159,192,198);
}.consentWarningDialog-style p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.consentWarningDialog-style .container {
    align-items: center;
    flex-direction: column;
}.privacy-cookies-style {
    margin-bottom: 1rem;
    margin-right: 0;
}.cookie-ack-style {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.privacy-ctrl-style {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.appBox-style {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,219,221) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 0;
}.appBox-style::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    left: 0;
    animation: patternShift 60s linear infinite;
    z-index: 0;
    background-image: 
        linear-gradient(45deg, rgba(rgb(159,192,198,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(159,192,198,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(159,192,198,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(159,192,198,0.5), 0.05) 75%);
}.appBox-style::after {
    content: "";
    background: linear-gradient(145deg, rgb(159,192,198,0.5), rgb(106,176,190,0.5));
    filter: blur(70px);
    z-index: 0;
    top: -10%;
    height: 50%;
    width: 30%;
    opacity: 0.25;
    right: -5%;
    position: absolute;
    animation: floatGlow 15s ease-in-out infinite alternate;
}.appBox-style .container {
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    transform: translateZ(0);
    max-width: 1200px;
}.appBox-style h2 {
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
    color: #000000;
    line-height: 1.3;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 37px;
    font-family: Arial, sans-serif;
    letter-spacing: -0.01em;
    position: relative;
}.appBox-style h2::after {
    box-shadow: 0 2px 10px rgba(rgb(159,192,198,0.5), 0.2);
    position: absolute;
    left: 50%;
    height: 3px;
    width: 6rem;
    background: linear-gradient(90deg, rgb(159,192,198), rgb(106,176,190));
    bottom: -1rem;
    content: "";
    transform: translateX(-50%) scaleX(0.8);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.appBox-style:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.appBox-style .training-experts-style {
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 8px;
    transform: translateY(0);
    overflow: hidden;
    padding: 3rem 2.5rem;
}.appBox-style .training-experts-style::before {
    right: -2px;
    height: 5px;
    z-index: 1;
    content: "";
    position: absolute;
    animation: gradientMove 6s linear infinite;
    background: linear-gradient(90deg, rgb(159,192,198), rgb(106,176,190), rgb(159,192,198));
    left: -2px;
    background-size: 200% 100%;
    top: -2px;
}.appBox-style .training-experts-style::after {
    z-index: 0;
    height: 30%;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, transparent, rgba(rgb(207,219,221), 0.05));
    left: 0;
    content: "";
}.appBox-style:hover .training-experts-style {
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transform: translateY(-5px);
}.appBox-style ul {
    padding: 0;
    z-index: 2;
    list-style: none;
    margin: 0;
    position: relative;
}.appBox-style li {
    position: relative;
    z-index: 2;
}.appBox-style li::before {
    top: -0.5rem;
    background-image: radial-gradient(circle, rgb(106,176,190,0.5) 0%, transparent 70%);
    position: absolute;
    transform: scale(0.8);
    left: -1rem;
    z-index: -1;
    width: 2rem;
    opacity: 0.3;
    height: 2rem;
    content: "";
    transition: transform 0.6s ease, opacity 0.6s ease;
}.appBox-style:hover li::before {
    transform: scale(1.2);
    opacity: 0.5;
}.appBox-style span {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 0.5rem 0;
    line-height: 1.7;
    color: #000000;
    font-size: 12px;
    transition: color 0.3s ease;
    display: block;
}.appBox-style span::first-letter {
    font-size: 1.5em;
    font-weight: 600;
    color: rgb(159,192,198);
}

@keyframes gradientMove {
    0% { background-position: 0 0; }
    100% { background-position: 200% 0; }
}

@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}

@media (max-width: 991px) {.appBox-style {
    padding: 4rem 0;
}.appBox-style h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.9);
}.appBox-style .training-experts-style {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.appBox-style {
    padding: 3.5rem 0;
}.appBox-style h2 {
    line-height: 1.4;
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.appBox-style h2::after {
    width: 5rem;
    bottom: -0.8rem;
}.appBox-style .training-experts-style {
    padding: 2rem 1.5rem;
}.appBox-style span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 575px) {.appBox-style {
    padding: 3rem 0;
}.appBox-style h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.8rem;
}.appBox-style h2::after {
    width: 4rem;
}.appBox-style .training-experts-style {
    padding: 1.5rem 1.25rem;
}.appBox-style span {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}.appBox-style li::before {
    left: -0.5rem;
    top: -0.3rem;
    height: 1.5rem;
    width: 1.5rem;
}}.play-market-style {
    padding: 5rem 0 2rem;
    position: relative;
    font-family: Arial, sans-serif;
    background-color: rgb(207,219,221);
    color: #000000;
}.play-market-style::before {
    top: 0;
    opacity: 0.07;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(159,192,198,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(106,176,190,0.5) 0%, transparent 70%);
    z-index: 0;
    left: 0;
}.play-market-style::after {
    width: 100%;
    top: 0;
    left: 0;
    height: 7px;
    position: absolute;
    z-index: 1;
    content: '';
    background: linear-gradient(90deg, 
        rgb(207,219,221) 0%,
        rgb(159,192,198) 35%, 
        rgb(106,176,190) 65%,
        rgb(207,219,221) 100%);
}.play-market-style .container {
    position: relative;
    z-index: 2;
}.play-market-style .exam-prep-style {
    display: flex;
    flex-direction: column;
}.play-market-style .message-request-style {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    gap: 0;
    justify-content: center;
    margin-bottom: 4rem;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}.play-market-style .message-request-style::after {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(106,176,190,0.5) 50%,
        transparent 100%);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    position: absolute;
    content: '';
}.play-market-style .info_item {
    position: relative;
    padding: 0.5rem 1rem;
    flex: 0 0 auto;
    width: 25%;
    transition: all 0.3s ease;
}.play-market-style .info_item::before {
    transform: translateY(-50%);
    left: 0;
    height: 60%;
    content: '';
    width: 1px;
    background-color: rgba(0, 0, 0, 0.06);
    top: 50%;
    position: absolute;
}.play-market-style .info_item:first-child::before {
    display: none;
}.play-market-style .info_item p,
.play-market-style .info_item a {
    text-align: center;
    font-size: calc(18px - 1px);
    align-items: center;
    gap: 0.75rem;
    justify-content: center;
    font-weight: 400;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
}.play-market-style .info_item:hover {
    transform: translateY(-5px);
}.play-market-style .info_item:hover p,
.play-market-style .info_item:hover a {
    color: rgb(159,192,198);
}.play-market-style .info_item svg {
    width: 20px;
    fill: rgb(159,192,198);
    height: 20px;
    transition: transform 0.3s ease;
}.play-market-style .info_item:hover svg {
    transform: rotate(10deg);
}.play-market-style .text_main_holder {
    gap: 3rem;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}.play-market-style .head-edu-style {
    display: flex;
    margin-right: auto;
    max-width: 300px;
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
}.play-market-style .head-edu-style svg {
    height: auto;
    max-width: 160px;
    transition: all 0.3s ease;
}.play-market-style .head-edu-style:hover svg {
    transform: scale(1.05);
}.play-market-style .achieve-cta-style {
    padding-left: 2rem;
    position: relative;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}.play-market-style .achieve-cta-style::before {
    top: 0;
    position: absolute;
    bottom: 0;
    width: 4px;
    content: '';
    border-radius: 2px;
    left: 0;
    background: linear-gradient(to bottom, rgb(159,192,198), rgb(106,176,190));
}.play-market-style .top-learn-style {
    max-width: 400px;
    position: relative;
    flex-direction: column;
    display: flex;
    flex: 1;
    gap: 2rem;
    min-width: 240px;
}.play-market-style .top-learn-style::before {
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 15px;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}.play-market-style .top-learn-style h5 {
    font-size: 20px;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    color: #000000;
    font-weight: 600;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.03);
}.play-market-style .header-bar-style {
    display: flex;
    gap: 0.75rem;
    padding: 0 1.5rem;
    flex-direction: column;
}.play-market-style .header-bar-style:first-child {
    position: relative;
}.play-market-style .header-bar-style a {
    padding-left: 1.25rem;
    font-size: 18px;
    text-decoration: none;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
}.play-market-style .header-bar-style a::before {
    border-radius: 50%;
    background-color: rgb(106,176,190,0.5);
    height: 6px;
    transform: translateY(-50%);
    top: 50%;
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    transition: all 0.3s ease;
}.play-market-style .header-bar-style a:hover {
    padding-left: 1.5rem;
    color: rgb(159,192,198);
}.play-market-style .header-bar-style a:hover::before {
    background-color: rgb(159,192,198);
    width: 8px;
    height: 8px;
}.play-market-style .subscribe_holder {
    display: flex;
    padding: 2rem;
    position: relative;
    max-width: 400px;
    width: 100%;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    gap: 1.5rem;
    border-radius: 15px;
}.play-market-style .subscribe_holder::before {
    left: 0;
    width: 0;
    content: '';
    border-width: 50px 50px 0 0;
    top: 0;
    border-color: rgb(159,192,198,0.5) transparent transparent transparent;
    position: absolute;
    border-style: solid;
    height: 0;
    border-top-left-radius: 15px;
}.play-market-style .subscribe_holder h5 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}.play-market-style .subscribe_holder p {
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
}.play-market-style .input_holder {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    margin-top: 0.5rem;
}.play-market-style .input_holder input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 1.125rem 1.25rem;
    border-radius: 10px;
    color: #000000;
}.play-market-style .input_holder input[type="email"]:focus {
    border-color: rgb(159,192,198);
    box-shadow: 0 0 0 3px rgb(159,192,198,0.5);
    outline: none;
}.play-market-style .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.play-market-style .sub-approach-style {
    z-index: 1;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    overflow: hidden;
    padding: 1.125rem 1.25rem;
    font-size: 20px;
    background: linear-gradient(135deg, rgb(159,192,198) 0%, rgb(106,176,190) 100%);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    font-weight: 600;
}.play-market-style .sub-approach-style::before {
    top: 0;
    z-index: -1;
    left: 0;
    opacity: 0;
    content: '';
    height: 100%;
    width: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(106,176,190) 0%, rgb(159,192,198) 100%);
    position: absolute;
}.play-market-style .sub-approach-style:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.play-market-style .sub-approach-style:hover::before {
    opacity: 1;
}.play-market-style .level-up-style {
    text-align: center;
    margin-top: 4rem;
    position: relative;
    padding-top: 2rem;
}.play-market-style .level-up-style::before {
    height: 1px;
    width: 40%;
    content: '';
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    position: absolute;
    left: 30%;
}.play-market-style .vr-labs-style {
    color: #000000;
    opacity: 0.8;
    font-size: 15px;
}

@media (max-width: 1200px) {.play-market-style .text_main_holder {
    gap: 2.5rem;
}.play-market-style .head-edu-style {
    max-width: 260px;
}.play-market-style .top-learn-style {
    min-width: 220px;
}
}

@media (max-width: 991px) {.play-market-style {
    padding: 4rem 0 2rem;
}.play-market-style .info_item {
    padding: 1rem;
    width: 50%;
}.play-market-style .info_item:nth-child(3)::before {
    display: none;
}.play-market-style .text_main_holder {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}.play-market-style .head-edu-style {
    width: 100%;
    text-align: center;
    align-items: center;
    max-width: 100%;
}.play-market-style .achieve-cta-style {
    max-width: 500px;
    text-align: center;
    padding-left: 0;
}.play-market-style .achieve-cta-style::before {
    display: none;
}.play-market-style .top-learn-style {
    max-width: 600px;
    width: 100%;
}.play-market-style .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.play-market-style {
    padding: 3.5rem 0 1.5rem;
}.play-market-style .message-request-style {
    margin-bottom: 3rem;
}.play-market-style .info_item {
    width: 100%;
}.play-market-style .info_item::before {
    display: none;
}.play-market-style .header-bar-style {
    justify-content: center;
    gap: 0.5rem 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
}.play-market-style .header-bar-style a {
    text-align: center;
    padding: 0.5rem 1rem;
}.play-market-style .header-bar-style a::before {
    display: none;
}.play-market-style .header-bar-style a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    padding-left: 1rem;
    border-radius: 10px;
}.play-market-style .level-up-style {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.play-market-style {
    padding: 3rem 0 1.5rem;
}.play-market-style .message-request-style {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}.play-market-style .text_main_holder {
    gap: 2.5rem;
}.play-market-style .top-learn-style {
    padding: 1rem;
}.play-market-style .top-learn-style h5 {
    text-align: center;
}.play-market-style .subscribe_holder {
    padding: 1.5rem;
}.play-market-style .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.play-market-style .level-up-style {
    margin-top: 2.5rem;
}}.welcome-style {
    width: 100%;
    background: rgb(159,192,198);
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}.welcome-style .training-experts-style {
    z-index: 2;
    height: 100vh;
    width: 100%;
    position: relative;
}.welcome-style .learn-base-style {
    position: absolute;
    height: 100vh;
    overflow: hidden;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    right: 0;
    top: 0;
    width: 65%;
}.welcome-style .learn-base-style input {
    display: none;
}.welcome-style .edu-front-style {
    display: flex;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
}.welcome-style .start-open-style {
    height: 100%;
    flex: 0 0 100%;
    position: relative;
}.welcome-style .start-open-style::before {
    z-index: 2;
    content: "";
    background: linear-gradient(90deg, #000000 0%, transparent 50%);
    position: absolute;
    inset: 0;
}.welcome-style .start-open-style img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 1s ease;
    filter: contrast(1.1) brightness(0.9);
}.welcome-style .online-tech-style {
    top: 50%;
    gap: 20px;
    display: flex;
    left: 25%;
    flex-direction: column;
    z-index: 10;
    transform: translateY(-50%);
    position: absolute;
}.welcome-style .online-tech-style label {
    width: 15px;
    z-index: 10;
    border-radius: 50%;
    border: 2px solid #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 15px;
    position: relative;
    background: transparent;
}.welcome-style .online-tech-style label::before {
    transform: scale(0);
    position: absolute;
    content: "";
    background: #ffffff;
    border-radius: 50%;
    inset: 2px;
    transition: transform 0.3s ease;
}.welcome-style .online-tech-style label:hover {
    border-color: #ffffff;
}.welcome-style .online-tech-style label:hover::before {
    transform: scale(0.5);
    background: #ffffff;
}.welcome-style .info-card-style {
    align-items: center;
    z-index: 5;
    width: 40%;
    justify-content: center;
    position: absolute;
    padding-left: 5%;
    height: 100%;
    display: flex;
}.welcome-style .info-card-style .container {
    background: rgb(159,192,198);
    max-width: 90%;
    border-radius: 13px;
    padding: 30px;
}.welcome-style .info-card-style h1 {
    display: inline-block;
    font-size: 47px;
    margin-bottom: 25px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}.welcome-style .info-card-style h1::after {
    height: 4px;
    left: 0;
    position: absolute;
    bottom: -10px;
    width: 80px;
    content: "";
    background: #ffffff;
}.welcome-style .info-card-style h3 {
    font-weight: 600;
    color: #ffffff;
    font-size: 21px;
    opacity: 0.9;
    margin-bottom: 30px;
}.welcome-style .info-card-style p {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.8;
    max-width: 95%;
}.welcome-style input[type="radio"]:nth-of-type(1):checked ~ .edu-front-style {
    transform: translateX(0%);
}.welcome-style input[type="radio"]:nth-of-type(2):checked ~ .edu-front-style {
    transform: translateX(-100%);
}.welcome-style input[type="radio"]:nth-of-type(3):checked ~ .edu-front-style {
    transform: translateX(-200%);
}.welcome-style input[type="radio"]:nth-of-type(4):checked ~ .edu-front-style {
    transform: translateX(-300%);
}.welcome-style input[type="radio"]:nth-of-type(5):checked ~ .edu-front-style {
    transform: translateX(-400%);
}.welcome-style input[type="radio"]:nth-of-type(6):checked ~ .edu-front-style {
    transform: translateX(-500%);
}.welcome-style input[type="radio"]:nth-of-type(7):checked ~ .edu-front-style {
    transform: translateX(-600%);
}.welcome-style input[type="radio"]:nth-of-type(8):checked ~ .edu-front-style {
    transform: translateX(-700%);
}.welcome-style input[type="radio"]:nth-of-type(9):checked ~ .edu-front-style {
    transform: translateX(-800%);
}.welcome-style input[type="radio"]:nth-of-type(10):checked ~ .edu-front-style {
    transform: translateX(-900%);
}.welcome-style input[type="radio"]:nth-of-type(1):checked ~ .online-tech-style label:nth-of-type(1),
.welcome-style input[type="radio"]:nth-of-type(2):checked ~ .online-tech-style label:nth-of-type(2),
.welcome-style input[type="radio"]:nth-of-type(3):checked ~ .online-tech-style label:nth-of-type(3),
.welcome-style input[type="radio"]:nth-of-type(4):checked ~ .online-tech-style label:nth-of-type(4),
.welcome-style input[type="radio"]:nth-of-type(5):checked ~ .online-tech-style label:nth-of-type(5),
.welcome-style input[type="radio"]:nth-of-type(6):checked ~ .online-tech-style label:nth-of-type(6),
.welcome-style input[type="radio"]:nth-of-type(7):checked ~ .online-tech-style label:nth-of-type(7),
.welcome-style input[type="radio"]:nth-of-type(8):checked ~ .online-tech-style label:nth-of-type(8),
.welcome-style input[type="radio"]:nth-of-type(9):checked ~ .online-tech-style label:nth-of-type(9),
.welcome-style input[type="radio"]:nth-of-type(10):checked ~ .online-tech-style label:nth-of-type(10) {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    transform: scale(1.2);
    border-color: #ffffff;
}.welcome-style input[type="radio"]:nth-of-type(1):checked ~ .online-tech-style label:nth-of-type(1)::before,
.welcome-style input[type="radio"]:nth-of-type(2):checked ~ .online-tech-style label:nth-of-type(2)::before,
.welcome-style input[type="radio"]:nth-of-type(3):checked ~ .online-tech-style label:nth-of-type(3)::before,
.welcome-style input[type="radio"]:nth-of-type(4):checked ~ .online-tech-style label:nth-of-type(4)::before,
.welcome-style input[type="radio"]:nth-of-type(5):checked ~ .online-tech-style label:nth-of-type(5)::before,
.welcome-style input[type="radio"]:nth-of-type(6):checked ~ .online-tech-style label:nth-of-type(6)::before,
.welcome-style input[type="radio"]:nth-of-type(7):checked ~ .online-tech-style label:nth-of-type(7)::before,
.welcome-style input[type="radio"]:nth-of-type(8):checked ~ .online-tech-style label:nth-of-type(8)::before,
.welcome-style input[type="radio"]:nth-of-type(9):checked ~ .online-tech-style label:nth-of-type(9)::before,
.welcome-style input[type="radio"]:nth-of-type(10):checked ~ .online-tech-style label:nth-of-type(10)::before {
    transform: scale(1);
    background: #ffffff;
}.welcome-style input[type="radio"]:nth-of-type(1):checked ~ .edu-front-style .start-open-style:nth-of-type(1) img,
.welcome-style input[type="radio"]:nth-of-type(2):checked ~ .edu-front-style .start-open-style:nth-of-type(2) img,
.welcome-style input[type="radio"]:nth-of-type(3):checked ~ .edu-front-style .start-open-style:nth-of-type(3) img,
.welcome-style input[type="radio"]:nth-of-type(4):checked ~ .edu-front-style .start-open-style:nth-of-type(4) img,
.welcome-style input[type="radio"]:nth-of-type(5):checked ~ .edu-front-style .start-open-style:nth-of-type(5) img,
.welcome-style input[type="radio"]:nth-of-type(6):checked ~ .edu-front-style .start-open-style:nth-of-type(6) img,
.welcome-style input[type="radio"]:nth-of-type(7):checked ~ .edu-front-style .start-open-style:nth-of-type(7) img,
.welcome-style input[type="radio"]:nth-of-type(8):checked ~ .edu-front-style .start-open-style:nth-of-type(8) img,
.welcome-style input[type="radio"]:nth-of-type(9):checked ~ .edu-front-style .start-open-style:nth-of-type(9) img,
.welcome-style input[type="radio"]:nth-of-type(10):checked ~ .edu-front-style .start-open-style:nth-of-type(10) img {
    filter: contrast(1.2) brightness(1);
}

@media screen and (max-width: 1200px) {.welcome-style .learn-base-style {
    width: 60%;
}.welcome-style .info-card-style {
    width: 40%;
}
}

@media screen and (max-width: 992px) {.welcome-style .learn-base-style {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media screen and (max-width: 768px) {.welcome-style .learn-base-style {
    right: auto;
    width: 100%;
    clip-path: none;
    height: 60vh;
}.welcome-style .info-card-style {
    padding-bottom: 20px;
    align-items: flex-start;
    padding-top: 60vh;
    bottom: 0;
    width: 100%;
    top: auto;
    height: auto;
    padding: 0;
}.welcome-style .info-card-style .container {
    max-width: 90%;
    margin: 0 auto;
    padding: 30px;
    background: rgb(159,192,198);
    border-radius: 13px;
}.welcome-style .online-tech-style {
    left: 50%;
    gap: 15px;
    transform: translateX(-50%);
    flex-direction: row;
    bottom: 37vh;
    top: auto;
}
}

@media screen and (max-width: 480px) {.welcome-style .learn-base-style {
    height: 50vh;
}.welcome-style .info-card-style {
    padding-top: 50vh;
}.welcome-style .info-card-style .container {
    padding: 20px;
}.welcome-style .info-card-style h1 {
    margin-bottom: 20px;
    font-size: calc(47px * 0.8);
}.welcome-style .info-card-style h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 0.9);
}.welcome-style .online-tech-style {
    bottom: 47vh;
}.welcome-style .online-tech-style label {
    height: 12px;
    width: 12px;
}}.mentorship-experience-style {
    position: relative;
    background: linear-gradient(170deg, rgb(207,219,221), #ffffff);
    overflow: hidden;
    padding: 100px 0;
}.mentorship-experience-style::before {
    opacity: 0.1;
    height: 500px;
    position: absolute;
    top: -200px;
    content: "";
    background-color: rgb(159,192,198,0.5);
    width: 500px;
    right: -200px;
    border-radius: 50%;
}.mentorship-experience-style .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
}.mentorship-experience-style .review-showcase-style {
    position: relative;
    max-width: 800px;
    flex-direction: column;
    padding: 50px;
    border-radius: 11px;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #ffffff;
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}.mentorship-experience-style .review-showcase-style:hover {
    transform: translateY(-10px);
}.mentorship-experience-style .review-showcase-style::before {
    width: 30px;
    height: 30px;
    left: 50px;
    background-color: rgb(106,176,190);
    position: absolute;
    top: -15px;
    transform: rotate(45deg);
    z-index: -1;
    content: "";
}.mentorship-experience-style .review-showcase-style::after {
    transform: rotate(45deg);
    content: "";
    height: 30px;
    position: absolute;
    background-color: rgb(159,192,198);
    right: 50px;
    width: 30px;
    z-index: -1;
    bottom: -15px;
}.mentorship-experience-style .pic-grid-style {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    border-radius: 50%;
    transition: transform 0.3s ease;
    height: 120px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    align-self: center;
    width: 120px;
    border: 4px solid #ffffff;
}.mentorship-experience-style .review-showcase-style:hover .pic-grid-style {
    transform: scale(1.05);
}.mentorship-experience-style .pic-grid-style::before {
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, transparent 40%, rgb(159,192,198,0.5));
    content: "";
    position: absolute;
    inset: 0;
}.mentorship-experience-style .review-showcase-style:hover .pic-grid-style::before {
    opacity: 1;
}.mentorship-experience-style .work-projects-style {
    line-height: 1.8;
    border-radius: 11px;
    margin: 25px 0 0;
    order: 3;
    background-color: rgb(207,219,221);
    color: #000000;
    position: relative;
    font-size: 14px;
    padding: 20px 30px;
}.mentorship-experience-style .work-projects-style::before {
    content: "";
    position: absolute;
    border-right: 10px solid transparent;
    top: -10px;
    left: 30px;
    border-bottom: 10px solid rgb(207,219,221);
    border-left: 10px solid transparent;
}.mentorship-experience-style .name {
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    margin: 5px 0;
    display: block;
    order: 1;
    font-size: 23px;
    position: relative;
    color: #000000;
}.mentorship-experience-style .name::after {
    transition: width 0.3s ease;
    background-color: rgb(159,192,198);
    content: "";
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
    width: 40px;
}.mentorship-experience-style .review-showcase-style:hover .name::after {
    width: 80px;
}.mentorship-experience-style span:not(.name) {
    order: 2;
    font-weight: 600;
    color: rgb(106,176,190);
    font-size: calc(14px * 0.9);
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (min-width: 768px) {.mentorship-experience-style .review-showcase-style {
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    display: grid;
    gap: 10px 30px;
}.mentorship-experience-style .pic-grid-style {
    grid-area: photo;
    align-self: start;
    margin-bottom: 0;
    height: 180px;
    width: 180px;
}.mentorship-experience-style .name {
    text-align: left;
    grid-area: name;
    font-size: 30px;
}.mentorship-experience-style .name::after {
    transform: none;
    left: 0;
}.mentorship-experience-style span:not(.name) {
    grid-area: job;
    margin-bottom: 0;
    text-align: left;
}.mentorship-experience-style .work-projects-style {
    margin-top: 30px;
    grid-area: quote;
}
}

@media (max-width: 768px) {.mentorship-experience-style {
    padding: 70px 0;
}.mentorship-experience-style .review-showcase-style {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.mentorship-experience-style {
    padding: 50px 0;
}.mentorship-experience-style .review-showcase-style {
    padding: 30px 20px;
}.mentorship-experience-style .work-projects-style {
    padding: 15px 20px;
    margin-top: 20px;
}}header {
    position: relative;
    padding: 1.5rem 0;
    box-shadow: 0 5px 15px rgb(159,192,198,0.5);
    background: linear-gradient(to right, rgb(207,219,221), #ffffff);
    z-index: 100;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
}header .head-mentor-style {
    gap: 1.2rem;
    flex-direction: column;
    align-items: center;
    display: flex;
}header .top-pro-style {
    border-radius: 10px;
    transition: all 0.3s ease;
    display: block;
    padding: 0.5rem;
    position: relative;
    margin-bottom: 0.5rem;
    text-decoration: none;
}header .top-pro-style::after {
    content: '';
    position: absolute;
    height: 2px;
    opacity: 0.7;
    width: 100%;
    left: 0;
    bottom: -5px;
    background: linear-gradient(to right, transparent, rgb(159,192,198), transparent);
}header .top-pro-style svg {
    transition: transform 0.3s ease;
    width: 180px;
    height: auto;
}header .top-pro-style:hover svg {
    transform: scale(1.05);
}header .top-learn-style {
    gap: 0.5rem;
    flex-wrap: wrap;
    background: linear-gradient(to right, rgb(159,192,198,0.5), rgb(106,176,190,0.5));
    width: 100%;
    justify-content: center;
    border-radius: 12px;
    display: flex;
    padding: 0.8rem;
}header .header-edu-style {
    font-size: 16px;
    transition: all 0.3s ease;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}header .header-edu-style:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgb(159,192,198,0.5);
    background: linear-gradient(135deg, rgb(159,192,198), rgb(106,176,190));
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top-pro-style svg {
    width: 160px;
}header .top-learn-style {
    padding: 0.7rem;
}header .header-edu-style {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .head-mentor-style {
    gap: 1rem;
}header .top-pro-style svg {
    width: 140px;
}header .top-learn-style {
    padding: 0.6rem;
    gap: 0.4rem;
}header .header-edu-style {
    padding: 0.4rem 0.8rem;
    font-size: calc(16px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .head-mentor-style {
    gap: 0.8rem;
}header .top-pro-style svg {
    width: 120px;
}header .top-learn-style {
    overflow-x: auto;
    padding: 0.5rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .top-learn-style::-webkit-scrollbar {
    height: 3px;
}header .top-learn-style::-webkit-scrollbar-thumb {
    background: rgb(159,192,198);
    border-radius: 10px;
}header .header-edu-style {
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
    flex-shrink: 0;
    font-size: calc(16px - 2px);
}}.launch-now-style {
    overflow: hidden;
    padding: 110px 0;
    position: relative;
    background: linear-gradient(150deg, #ffffff 0%, rgb(207,219,221) 100%);
}.launch-now-style::before {
    top: -10%;
    z-index: 1;
    right: -10%;
    height: 120%;
    opacity: 0.05;
    transform: rotate(-10deg);
    background: rgb(159,192,198);
    width: 60%;
    content: '';
    position: absolute;
}.launch-now-style::after {
    width: 70%;
    height: 140%;
    right: -15%;
    top: -20%;
    transform: rotate(-15deg);
    background: rgb(159,192,198);
    position: absolute;
    opacity: 0.05;
    content: '';
    z-index: 1;
}.launch-now-style .training-experts-style {
    z-index: 10;
    position: relative;
}.launch-now-style .container {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    align-items: center;
}.launch-now-style .container p {
    padding-left: 25px;
    margin: 0;
    font-size: 36px;
    line-height: 1.4;
    color: #000000;
    border-left: 5px solid rgb(159,192,198);
    z-index: 5;
    position: relative;
    font-weight: 700;
}.launch-now-style .connect-message-style {
    background: #ffffff;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 0;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    border: 2px solid rgb(159,192,198);
    justify-self: end;
    transition: all 0.4s ease;
    color: rgb(159,192,198);
    z-index: 5;
}.launch-now-style .connect-message-style::before {
    transition: transform 0.6s ease;
    height: 300px;
    content: '';
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    position: absolute;
    width: 300px;
    background: rgb(159,192,198);
    left: 50%;
    z-index: -1;
    border-radius: 50%;
}.launch-now-style .connect-message-style:hover {
    color: #ffffff;
}.launch-now-style .connect-message-style:hover::before {
    transform: translate(-50%, -50%) scale(1);
}.launch-now-style .container::before {
    width: 100%;
    bottom: -20px;
    background: linear-gradient(90deg, rgb(159,192,198) 0%, transparent 100%);
    position: absolute;
    left: 0;
    content: '';
    height: 1px;
}.launch-now-style .container::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    border-radius: 50%;
    background: rgb(159,192,198);
    bottom: -25px;
}.launch-now-style .training-experts-style::before {
    z-index: -1;
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgb(159,192,198,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 20%, rgb(106,176,190,0.5) 0%, transparent 60%);
    position: absolute;
    left: 0;
    opacity: 0.1;
}

@media (max-width: 991px) {.launch-now-style {
    padding: 90px 0;
}.launch-now-style .container {
    gap: 30px;
}.launch-now-style .container p {
    font-size: calc(21px * 1.2);
    padding-left: 20px;
}.launch-now-style .connect-message-style {
    padding: 15px 35px;
}
}

@media (max-width: 767px) {.launch-now-style {
    padding: 70px 0;
}.launch-now-style .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.launch-now-style .container p {
    padding-left: 15px;
    font-size: 21px;
    border-left-width: 4px;
}.launch-now-style .connect-message-style {
    padding: 14px 30px;
    justify-self: start;
}.launch-now-style .container::before {
    width: 70%;
}
}

@media (max-width: 480px) {.launch-now-style {
    padding: 50px 0;
}.launch-now-style .container {
    gap: 30px;
}.launch-now-style .container p {
    padding-left: 12px;
    border-left-width: 3px;
    font-size: calc(17px * 1.2);
}.launch-now-style .connect-message-style {
    font-size: calc(15px * 0.9);
    padding: 12px 25px;
}.launch-now-style .container::before {
    width: 50%;
    bottom: -15px;
}.launch-now-style .container::after {
    height: 8px;
    bottom: -19px;
    width: 8px;
}}.secure-guard-style {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,219,221) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 5rem 1.5rem;
}.secure-guard-style::before {
    opacity: 0.04;
    position: absolute;
    left: 0;
    background-image: linear-gradient(45deg, rgb(159,192,198,0.5) 25%, transparent 25%), 
                      linear-gradient(-45deg, rgb(159,192,198,0.5) 25%, transparent 25%);
    background-size: 60px 60px;
    height: 100%;
    top: 0;
    content: "";
    z-index: 0;
    width: 100%;
}.secure-guard-style::after {
    background: linear-gradient(120deg, rgb(106,176,190,0.5) 0%, transparent 70%);
    opacity: 0.2;
    right: -10%;
    z-index: 0;
    width: 40%;
    height: 40%;
    content: "";
    transform: rotate(-15deg);
    position: absolute;
    top: -10%;
}.secure-guard-style .container {
    z-index: 1;
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: translateZ(0);
    max-width: 1140px;
    background-color: #ffffff;
    padding: 3.5rem 4rem;
}.secure-guard-style h1 {
    font-size: 46px;
    color: #000000;
    line-height: 1.2;
    transform: translateX(-0.5rem);
    margin-bottom: 2.5rem;
    position: relative;
    font-weight: 700;
    padding-bottom: 1.2rem;
}.secure-guard-style h1::after {
    height: 4px;
    content: "";
    transform-origin: left;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(159,192,198) 0%, rgb(106,176,190) 100%);
    width: 8rem;
    animation: expandWidth 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
}.secure-guard-style h2 {
    transform: translateX(-1.2rem);
    color: #000000;
    padding-left: 1.2rem;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    font-size: 35px;
    line-height: 1.3;
    position: relative;
}.secure-guard-style h2::before {
    top: 0.5rem;
    border-radius: 2px;
    left: 0;
    background: rgb(159,192,198);
    width: 4px;
    content: "";
    bottom: 0.5rem;
    position: absolute;
}.secure-guard-style h3 {
    position: relative;
    font-weight: 600;
    color: #000000;
    transform: translateX(-1rem);
    padding-left: 1rem;
    margin: 2.5rem 0 1.2rem;
    font-size: calc(35px * 0.85);
}.secure-guard-style h3::before {
    content: "";
    top: 0.4rem;
    width: 3px;
    border-radius: 1.5px;
    bottom: 0.4rem;
    position: absolute;
    left: 0;
    background: rgb(106,176,190);
}.secure-guard-style h4 {
    font-size: calc(35px * 0.7);
    color: #000000;
    transform: translateX(-0.8rem);
    position: relative;
    padding-left: 0.8rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
}.secure-guard-style h4::before {
    top: 0.3rem;
    border-radius: 1px;
    position: absolute;
    background: rgb(106,176,190,0.5);
    left: 0;
    content: "";
    bottom: 0.3rem;
    width: 2px;
}.secure-guard-style p {
    color: #000000;
    max-width: 95%;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 15px;
    position: relative;
}.secure-guard-style strong {
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
}.secure-guard-style strong::after {
    position: absolute;
    content: "";
    width: 100%;
    background-color: rgb(106,176,190,0.5);
    left: 0;
    bottom: -2px;
    height: 1px;
}.secure-guard-style ul {
    padding-left: 1.5rem;
    position: relative;
    list-style: none;
    margin: 1.5rem 0 2rem;
}.secure-guard-style li {
    font-size: 15px;
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.6;
    padding-left: 1.8rem;
    position: relative;
}.secure-guard-style li::before {
    position: absolute;
    transform: rotate(45deg);
    background-color: rgb(159,192,198,0.5);
    width: 0.6rem;
    top: 0.7rem;
    border: 1px solid rgb(159,192,198);
    height: 0.6rem;
    content: "";
    transition: transform 0.3s ease, background-color 0.3s ease;
    left: 0;
}.secure-guard-style li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(159,192,198);
}.secure-guard-style span {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 15px;
    display: block;
    padding: 0.5rem 0;
}.secure-guard-style span::after {
    left: 0;
    background: linear-gradient(90deg, rgb(159,192,198,0.5) 0%, transparent 100%);
    content: "";
    width: 100%;
    bottom: 0;
    transform-origin: left;
    position: absolute;
    height: 1px;
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 8rem; }
}

@media (max-width: 991px) {.secure-guard-style {
    padding: 4rem 1rem;
}.secure-guard-style .container {
    padding: 2.5rem 3rem;
}.secure-guard-style h1 {
    margin-bottom: 2rem;
    font-size: calc(46px * 0.9);
}.secure-guard-style h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 767px) {.secure-guard-style {
    padding: 3rem 0.8rem;
}.secure-guard-style .container {
    padding: 2rem 1.5rem;
}.secure-guard-style h1 {
    margin-bottom: 1.8rem;
    padding-bottom: 1rem;
    font-size: calc(46px * 0.8);
}.secure-guard-style h1::after {
    width: 6rem;
}.secure-guard-style h2 {
    transform: translateX(-1rem);
    font-size: calc(35px * 0.8);
    padding-left: 1rem;
    margin: 2rem 0 1rem;
}.secure-guard-style h3 {
    font-size: calc(35px * 0.7);
    padding-left: 0.8rem;
    margin: 1.8rem 0 1rem;
    transform: translateX(-0.8rem);
}.secure-guard-style h4 {
    font-size: calc(35px * 0.6);
    margin: 1.5rem 0 0.8rem;
}.secure-guard-style p, 
    .secure-guard-style span, 
    .secure-guard-style li {
    margin-bottom: 1.2rem;
    font-size: calc(15px * 0.95);
}.secure-guard-style ul {
    padding-left: 0.8rem;
    margin: 1.2rem 0 1.8rem;
}.secure-guard-style li {
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
}
}

@media (max-width: 479px) {.secure-guard-style {
    padding: 2rem 0.5rem;
}.secure-guard-style .container {
    padding: 1.5rem 1.2rem;
}.secure-guard-style h1 {
    font-size: calc(46px * 0.7);
    margin-bottom: 1.5rem;
}.secure-guard-style h1::after {
    height: 3px;
    width: 5rem;
}.secure-guard-style h2 {
    font-size: calc(35px * 0.7);
    padding-left: 0.8rem;
    transform: translateX(-0.8rem);
    margin: 1.8rem 0 0.8rem;
}.secure-guard-style h2::before {
    width: 3px;
}.secure-guard-style h3, .secure-guard-style h4 {
    margin: 1.5rem 0 0.8rem;
    transform: translateX(-0.7rem);
    padding-left: 0.7rem;
    font-size: calc(35px * 0.6);
}.secure-guard-style p, 
    .secure-guard-style span, 
    .secure-guard-style li {
    max-width: 100%;
    font-size: calc(15px * 0.9);
    margin-bottom: 1rem;
    line-height: 1.6;
}.secure-guard-style ul {
    padding-left: 0.5rem;
}.secure-guard-style li {
    padding-left: 1.3rem;
}.secure-guard-style li::before {
    height: 0.5rem;
    width: 0.5rem;
}
}