﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.panel-container {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.main-primary {
    flex: 1 0 auto;
}.brainstorm {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1242px;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact-section {
    position: relative;
    padding: 100px 0;
    background: rgb(199,197,187);
    overflow: hidden;
}.contact-section::before {
    top: 0;
    height: 100%;
    left: 0;
    background-image: linear-gradient(30deg, rgb(127,119,130,0.5) 12%, transparent 12.5%, transparent 87%, rgb(127,119,130,0.5) 87.5%, rgb(127,119,130,0.5)),
                      linear-gradient(150deg, rgb(127,119,130,0.5) 12%, transparent 12.5%, transparent 87%, rgb(127,119,130,0.5) 87.5%, rgb(127,119,130,0.5)),
                      linear-gradient(30deg, rgb(127,119,130,0.5) 12%, transparent 12.5%, transparent 87%, rgb(127,119,130,0.5) 87.5%, rgb(127,119,130,0.5)),
                      linear-gradient(150deg, rgb(127,119,130,0.5) 12%, transparent 12.5%, transparent 87%, rgb(127,119,130,0.5) 87.5%, rgb(127,119,130,0.5)),
                      linear-gradient(60deg, rgb(170,171,171,0.5) 25%, transparent 25.5%, transparent 75%, rgb(170,171,171,0.5) 75%, rgb(170,171,171,0.5)),
                      linear-gradient(60deg, rgb(170,171,171,0.5) 25%, transparent 25.5%, transparent 75%, rgb(170,171,171,0.5) 75%, rgb(170,171,171,0.5));
    position: absolute;
    content: '';
    background-size: 80px 140px;
    width: 100%;
    opacity: 0.05;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
}.contact-section .image-frame {
    width: 45%;
    position: absolute;
    border-radius: 0 28px 28px 0;
    left: 0;
    height: 90%;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    top: 5%;
}.contact-section .image-frame::after {
    border-radius: 0 28px 28px 0;
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    content: '';
    height: 100%;
}.contact-section .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.contact-section h3 {
    display: inline-block;
    text-align: center;
    color: rgb(170,171,171);
    font-family: Arial, sans-serif;
    font-size: 35px;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    background: #ffffff;
    padding: 10px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.contact-section .request-grid {
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    width: 60%;
    flex-direction: column;
    overflow: hidden;
    float: right;
    position: relative;
    border-radius: 28px;
}.contact-section .request-grid::before {
    position: absolute;
    background: linear-gradient(to right, rgb(170,171,171), rgb(127,119,130));
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    height: 5px;
}.contact-section .feedback-links {
    padding: 40px;
}.contact-section form h3 {
    border-radius: 0;
    padding-bottom: 10px;
    width: 100%;
    color: #000000;
    padding: 0;
    background: transparent;
    margin-bottom: 30px;
    font-size: 18px;
    display: block;
    text-align: left;
    box-shadow: none;
    border-bottom: 2px solid rgb(127,119,130,0.5);
}.contact-section input[type="text"],
.contact-section textarea {
    background: rgb(199,197,187);
    color: #000000;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 17px;
    border-radius: 10px;
    padding: 15px;
    border: none;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}.contact-section input[type="text"]:focus,
.contact-section textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(170,171,171);
    background: #ffffff;
}.contact-section textarea {
    height: 130px;
    resize: none;
}.contact-section .query-links {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.contact-section .query-links input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-section .query-links label {
    cursor: pointer;
    padding-left: 30px;
    font-size: 16px;
    color: #000000;
    position: relative;
    line-height: 1.5;
}.contact-section .query-links label::before {
    top: 2px;
    height: 18px;
    transition: all 0.3s ease;
    width: 18px;
    border: 1px solid rgb(170,171,171);
    left: 0;
    border-radius: 10px;
    position: absolute;
    content: '';
}.contact-section .query-links input[type="checkbox"]:checked + label::before {
    background: rgb(170,171,171);
}.contact-section .query-links input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    left: 6px;
    height: 9px;
    width: 6px;
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    content: '';
}.contact-section .query-links a {
    font-weight: 600;
    color: rgb(170,171,171);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-section .query-links a:hover {
    color: rgb(127,119,130);
    text-decoration: underline;
}.contact-section .connect-support {
    font-weight: 600;
    background-size: 200% auto;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    font-family: Arial, sans-serif;
    padding: 14px 30px;
    border: none;
    transition: all 0.5s ease;
    background: linear-gradient(to right, rgb(170,171,171), rgb(170,171,171));
    font-size: 14px;
}.contact-section .connect-support:hover {
    box-shadow: 0 5px 15px rgb(170,171,171,0.5);
    transform: translateY(-2px);
    background-position: right center;
}.contact-section .connect-feedback {
    padding: 40px;
    background: linear-gradient(135deg, rgb(170,171,171), rgb(127,119,130));
    color: #ffffff;
}.contact-section .connect-feedback h4 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 18px;
    position: relative;
}.contact-section .connect-feedback h4::after {
    bottom: -8px;
    left: 0;
    background: #ffffff;
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
}.contact-section .inquiry-panel {
    padding: 0;
    list-style: none;
    margin: 0;
}.contact-section .inquiry-panel li {
    align-items: flex-start;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    display: flex;
}.contact-section .inquiry-panel li:hover {
    transform: translateX(5px);
}.contact-section .inquiry-panel svg {
    flex-shrink: 0;
    margin-top: 3px;
    margin-right: 15px;
    width: 22px;
    height: 22px;
}.contact-section .inquiry-panel svg path {
    fill: #ffffff;
}.contact-section .inquiry-panel span {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}.contact-section .inquiry-panel a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact-section .inquiry-panel a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

@media (max-width: 992px) {.contact-section {
    padding: 80px 0;
}.contact-section .image-frame {
    display: none;
}.contact-section .request-grid {
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
    float: none;
}
}

@media (max-width: 768px) {.contact-section {
    padding: 60px 0;
}.contact-section h3 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.contact-section .feedback-links,
    .contact-section .connect-feedback {
    padding: 30px;
}.contact-section form h3,
    .contact-section .connect-feedback h4 {
    margin-bottom: 20px;
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 576px) {.contact-section {
    padding: 40px 0;
}.contact-section h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.contact-section .feedback-links,
    .contact-section .connect-feedback {
    padding: 25px 20px;
}.contact-section input[type="text"],
    .contact-section textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact-section textarea {
    height: 110px;
}.contact-section .connect-support {
    width: 100%;
}}footer {
    position: relative;
    width: 100%;
}footer .brainstorm {
    color: #ffffff;
    background-color: rgb(127,119,130);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
}footer .brainstorm::before {
    background-image: 
        linear-gradient(30deg, rgb(127,119,130) 12%, transparent 12.5%, transparent 87%, rgb(127,119,130) 87.5%, rgb(127,119,130)),
        linear-gradient(150deg, rgb(127,119,130) 12%, transparent 12.5%, transparent 87%, rgb(127,119,130) 87.5%, rgb(127,119,130)),
        linear-gradient(30deg, rgb(127,119,130) 12%, transparent 12.5%, transparent 87%, rgb(127,119,130) 87.5%, rgb(127,119,130)),
        linear-gradient(150deg, rgb(127,119,130) 12%, transparent 12.5%, transparent 87%, rgb(127,119,130) 87.5%, rgb(127,119,130)),
        linear-gradient(60deg, rgb(170,171,171,0.5) 25%, transparent 25.5%, transparent 75%, rgb(170,171,171,0.5) 75%, rgb(170,171,171,0.5)),
        linear-gradient(60deg, rgb(170,171,171,0.5) 25%, transparent 25.5%, transparent 75%, rgb(170,171,171,0.5) 75%, rgb(170,171,171,0.5));
    position: absolute;
    opacity: 0.05;
    left: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    background-size: 80px 140px;
    pointer-events: none;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
}footer .brainstorm::after {
    pointer-events: none;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(170,171,171), rgb(127,119,130));
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
}footer .podcast-cta {
    z-index: 1;
    position: relative;
}footer .msg-block {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    display: flex;
}footer .info_item {
    min-width: 200px;
    flex: 0 1 auto;
    justify-content: center;
    position: relative;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    padding: 20px 25px;
    min-height: 60px;
    background-color: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    max-width: 300px;
    cursor: pointer;
}footer .info_item::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    bottom: 3px;
    top: 3px;
    content: "";
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    left: 3px;
    background-color: rgb(127,119,130);
    right: 3px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(170,171,171);
}footer .info_item svg {
    fill: rgb(170,171,171);
    flex-shrink: 0;
    margin-right: 12px;
    transition: fill 0.3s ease;
    height: 20px;
    width: 20px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    align-items: center;
    white-space: nowrap;
    height: 100%;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    display: flex;
    cursor: pointer;
    text-decoration: none;
}footer .text_main_holder {
    gap: 50px;
    position: relative;
    grid-template-columns: 1fr;
    padding-top: 40px;
    display: grid;
}footer .text_main_holder::before {
    left: 10%;
    width: 80%;
    pointer-events: none;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    top: 0;
    position: absolute;
    height: 1px;
}footer .head-base {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    max-width: 350px;
    display: flex;
    position: relative;
    padding: 20px;
}footer .head-base::before {
    left: 3px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    bottom: 3px;
    background-color: rgb(127,119,130);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    right: 3px;
    top: 3px;
}footer .head-base svg {
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
}footer .support-cta {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 16px;
}footer .nav-tutor {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    position: relative;
}footer .nav-tutor h5 {
    margin-bottom: 25px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-size: 24px;
}footer .nav-tutor h5::after {
    content: "";
    left: 0;
    position: absolute;
    background-color: rgb(170,171,171);
    pointer-events: none;
    width: 50px;
    bottom: 0;
    height: 2px;
}footer .header-lead {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 20px;
    display: grid;
}footer .header-lead a {
    border-radius: 10px;
    cursor: pointer;
    align-items: center;
    display: flex;
    font-size: 14px;
    text-decoration: none;
    padding: 12px 15px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}footer .header-lead a::before {
    transform: translateY(-50%);
    content: "";
    border-bottom: 4px solid transparent;
    pointer-events: none;
    top: 50%;
    left: 5px;
    border-left: 4px solid rgb(170,171,171);
    transition: all 0.3s ease;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    position: absolute;
    opacity: 0;
}footer .header-lead a:hover {
    padding-left: 25px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}footer .header-lead a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 10px;
}footer .subscribe_holder::before {
    border-radius: 10px;
    top: 0;
    left: 0;
    background-size: 20px 20px;
    opacity: 0.05;
    position: absolute;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(170,171,171,0.5) 49%, rgb(170,171,171,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(170,171,171,0.5) 49%, rgb(170,171,171,0.5) 51%, transparent 52%);
    content: "";
    width: 100%;
    height: 100%;
    pointer-events: none;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
    width: 100%;
    z-index: 5;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    cursor: text;
    appearance: none;
    background-color: rgba(255, 255, 255, 0.05);
    z-index: 5;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-appearance: none;
    position: relative;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(170,171,171);
    background-color: rgba(255, 255, 255, 0.08);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .sub-benefit {
    text-align: center;
    width: 100%;
    background-color: rgb(170,171,171);
    font-weight: 600;
    cursor: pointer;
    z-index: 5;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 14px 20px;
    border-radius: 10px;
    border: none;
    position: relative;
    color: #ffffff;
}footer .sub-benefit:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background-color: rgb(127,119,130);
}footer .law-res {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .copy-notice {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 0 20px;
    display: inline-block;
}footer .copy-notice::before,
footer .copy-notice::after {
    width: 20px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    content: "";
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}footer .copy-notice::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .copy-notice::after {
    transform: rotate(45deg);
    right: -10px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-benefit {
    width: auto;
    flex-shrink: 0;
    min-width: 150px;
}footer .input_holder input[type="email"] {
    flex: 1;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .header-lead {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .brainstorm {
    padding: 60px 0 30px;
}footer .msg-block {
    margin-bottom: 40px;
}footer .info_item {
    min-width: 150px;
    padding: 15px 20px;
}footer .nav-tutor, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head-base {
    margin-bottom: 20px;
    padding: 15px;
}footer .law-res {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .brainstorm {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .nav-tutor h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
    margin-bottom: 20px;
}footer .nav-tutor, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub-benefit {
    padding: 12px;
}}.primary-page {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(199,197,187) 0%, #ffffff 100%);
}.primary-page::before {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(170,171,171,0.5) 0px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.05;
    z-index: 1;
    position: absolute;
}.primary-page .skill-guides {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 2rem;
    padding: 2rem;
    position: relative;
    z-index: 2;
    display: grid;
    max-width: 1200px;
}.primary-page h1 {
    opacity: 0;
    grid-column: 1 / -1;
    margin-bottom: 1.5rem;
    font-size: 41px;
    color: #000000;
    transform: translateY(-10px);
    font-weight: 700;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    position: relative;
}.primary-page h1::after {
    content: "";
    background: rgb(170,171,171);
    position: absolute;
    width: 80px;
    left: 0;
    animation: expandLine 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
    transform: scaleX(0);
    transform-origin: left;
    bottom: -10px;
    height: 4px;
}.primary-page .text-container {
    display: flex;
    flex-direction: column;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    position: relative;
    justify-content: center;
    z-index: 3;
    opacity: 0;
    transform: translateX(-20px);
}.primary-page .main-begin {
    background: #ffffff;
    transform: perspective(1000px) rotateY(-3deg);
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08),
                0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 2;
    padding: 2.5rem;
    transition: transform 0.5s ease;
    position: relative;
}.primary-page .main-begin:hover {
    transform: perspective(1000px) rotateY(0);
}.primary-page .main-begin::before {
    opacity: 0.1;
    border-radius: 18px;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(170,171,171,0.5) 0%, transparent 80%);
    top: 0;
    width: 100%;
    height: 100%;
}.primary-page .main-begin p {
    font-size: calc(15px * 1.2);
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #000000;
}.primary-page .main-begin p::first-letter {
    font-size: calc(15px * 1.8);
    font-weight: 700;
    color: rgb(170,171,171);
}.primary-page svg {
    margin: 2rem auto;
    display: block;
    width: 100px;
    transform-origin: center;
    height: 100px;
    animation: pulseGently 4s ease-in-out infinite;
}.primary-page svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,171,171);
}.primary-page svg:hover path {
    fill: rgb(127,119,130);
}.primary-page svg text {
    font-weight: 700;
    transition: all 0.3s ease;
}.primary-page svg:hover text {
    fill: #000000;
}.primary-page .connect-support {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    background: linear-gradient(45deg, rgb(170,171,171) 0%, rgb(127,119,130) 100%);
    position: relative;
    text-align: center;
    font-weight: 600;
    overflow: hidden;
    z-index: 2;
    margin-top: 1rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    border-radius: 10px;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 2rem;
}.primary-page .connect-support::before {
    content: "";
    transition: all 0.6s ease;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.primary-page .connect-support:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}.primary-page .connect-support:hover::before {
    left: 100%;
}.primary-page .image-frame {
    height: 450px;
    position: relative;
    width: 100%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15),
               -20px -20px 60px rgba(255, 255, 255, 0.8);
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    overflow: hidden;
    transform: translateX(20px);
    transition: transform 0.5s ease;
    border-radius: 18px;
    opacity: 0;
}.primary-page .image-frame:hover {
    transform: scale(1.02) perspective(1000px) rotateY(3deg);
}.primary-page .image-frame::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(170,171,171,0.5) 0%, transparent 70%);
    bottom: 0;
    right: 0;
    left: 0;
}

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

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes pulseGently {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.primary-page .skill-guides {
    grid-template-columns: 1fr;
}.primary-page h1 {
    font-size: calc(41px * 0.9);
}.primary-page .main-begin {
    transform: perspective(1000px) rotateY(0);
    padding: 2rem;
}.primary-page .image-frame {
    order: -1;
    height: 350px;
}
}

@media (max-width: 768px) {.primary-page {
    padding: 3rem 0;
}.primary-page .skill-guides {
    padding: 1.5rem;
}.primary-page h1 {
    font-size: calc(41px * 0.8);
}.primary-page .main-begin p {
    font-size: 15px;
}.primary-page svg {
    width: 80px;
    margin: 1.5rem auto;
    height: 80px;
}.primary-page .connect-support {
    width: 100%;
}.primary-page .image-frame {
    height: 280px;
}
}

@media (max-width: 576px) {.primary-page .skill-guides {
    padding: 1rem;
}.primary-page h1 {
    font-size: calc(41px * 0.7);
}.primary-page .main-begin {
    padding: 1.5rem;
}.primary-page .image-frame {
    height: 240px;
}.primary-page .main-begin p::first-letter {
    font-size: calc(15px * 1.4);
}}#cookieWarningDialog {
    display: none;
}#cookieWarningDialog:checked ~ .dialogCookieSettings {
    visibility: hidden;
    opacity: 0;
}.dialogCookieSettings {
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    bottom: 0;
    background: rgb(127,119,130);
    border-top: 3px solid rgb(170,171,171);
    width: 100%;
    z-index: 90;
    position: fixed;
    padding: 20px 0;
    font-family: Arial, sans-serif;
}.consent-box {
    display: flex;
    align-items: center;
    border: 2px dashed rgb(170,171,171);
    justify-content: space-between;
    border-radius: 29px;
    padding: 20px 5%;
    gap: 20px;
    background: rgba(0, 0, 0, 0.5);
}.dialogCookieSettings h5 {
    text-transform: uppercase;
    color: rgb(170,171,171);
    letter-spacing: 1.5px;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}.dialogCookieSettings p {
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
}.visitor-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 29px;
    flex-shrink: 0;
    background: rgb(170,171,171,0.5);
    margin-right: 20px;
}.visitor-privacy svg {
    fill: rgb(170,171,171);
    height: 60px;
    width: 60px;
}.cookie-hide {
    min-width: 140px;
    margin-left: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 19px;
    background: rgb(170,171,171);
    padding: 10px 20px;
    text-align: center;
    border: 2px solid rgb(170,171,171);
    white-space: nowrap;
    cursor: pointer;
    line-height: 40px;
    border-radius: 10px;
    flex-shrink: 0;
    color: #000000;
}.cookie-hide:hover {
    box-shadow: 0 0 10px rgb(127,119,130);
    background-color: rgb(127,119,130);
}.cookie_button.cookie-gate {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(127,119,130);
}.cookie_button.cookie-gate:hover {
    box-shadow: 0 0 10px rgb(127,119,130);
}.dialogCookieSettings p a {
    text-decoration: none;
    border-bottom: 1px dashed rgb(170,171,171);
    color: rgb(170,171,171);
    transition: color 0.3s ease;
}.dialogCookieSettings p a:hover {
    color: rgb(127,119,130);
}
@media only screen and (max-width: 1200px) {.dialogCookieSettings {
    padding: 15px 0;
}.consent-box {
    padding: 15px 5%;
}.visitor-privacy {
    display: none;
}.consent-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.dialogCookieSettings h5 {
    font-size: 20px;
    margin-bottom: 10px;
}.consent-comply {
    margin-bottom: 15px;
}.cookie-hide {
    margin: 10px 0;
    min-width: 100%;
}}
header {
    position: relative;
    overflow: visible;
    width: 100%;
    z-index: 99;
    background: #ffffff;
}header::before {
    height: 5px;
    content: "";
    background: linear-gradient(to right, rgb(170,171,171), rgb(127,119,130));
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
}header .head-class {
    position: relative;
    align-items: center;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
}header .head-class::after {
    background-color: rgb(199,197,187);
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: 0;
    content: "";
    left: 0;
}header .head-class .head-base {
    position: relative;
    z-index: 2;
}header .head-class .head-base .nav-expert {
    display: block;
    overflow: hidden;
    position: relative;
}header .head-class .head-base .nav-expert svg {
    width: auto;
    height: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}header .head-class .head-base .nav-expert:hover svg {
    transform: scale(1.08);
}header .head-class .nav-tutor {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 0;
}header .head-class .nav-tutor .top-base {
    position: relative;
    margin: 0 15px;
}header .head-class .nav-tutor .top-base:last-child {
    margin-right: 0;
}header .head-class .nav-tutor .top-base a {
    padding: 8px 0;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    font-size: 17px;
    position: relative;
    color: #000000;
    display: block;
    overflow: hidden;
}header .head-class .nav-tutor .top-base a:hover {
    color: rgb(170,171,171);
    letter-spacing: 1px;
}header .head-class .nav-tutor .top-base a::before,
header .head-class .nav-tutor .top-base a::after {
    width: 100%;
    transform-origin: right center;
    background-color: rgb(170,171,171);
    left: 0;
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
}header .head-class .nav-tutor .top-base a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}header .head-class .nav-tutor .top-base a::after {
    background-color: rgb(127,119,130);
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}header .head-class .nav-tutor .top-base a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}header .head-class .nav-tutor .top-base a:hover::after {
    transform: scaleX(1);
    transform-origin: right center;
}header .head-class .nav-tutor .top-base a::after {
    opacity: 0.3;
    height: 3px;
    bottom: -2px;
}header .head-class .nav-tutor .top-base:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .head-class {
    flex-direction: column;
    padding: 20px 15px;
}header .head-class .head-base {
    margin-bottom: 20px;
}header .head-class .nav-tutor {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .head-class .nav-tutor .top-base {
    margin: 5px 12px;
}header .head-class .nav-tutor .top-base a {
    font-size: calc(17px - 1px);
    padding: 5px 0;
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .head-class {
    padding: 15px 10px;
}header .head-class .head-base {
    margin-bottom: 15px;
}header .head-class .head-base .nav-expert svg {
    height: 35px;
}header .head-class .nav-tutor {
    gap: 5px;
}header .head-class .nav-tutor .top-base {
    margin: 2px 10px;
}}.privacy-harbor {
    background: linear-gradient(145deg, rgb(199,197,187), #ffffff 85%);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
}.privacy-harbor::before {
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(170,171,171,0.5),
        transparent 2px,
        transparent 10px,
        rgb(170,171,171,0.5) 12px
    );
    position: absolute;
    opacity: 0.05;
    height: 100%;
    z-index: 0;
    content: "";
    top: 0;
}.privacy-harbor::after {
    border-radius: 50%;
    width: 300px;
    background: radial-gradient(circle, rgb(127,119,130,0.5) 0%, transparent 70%);
    top: -5%;
    height: 300px;
    opacity: 0.15;
    animation: float 15s infinite ease-in-out;
    right: -5%;
    content: "";
    position: absolute;
    z-index: 0;
}.privacy-harbor .container {
    gap: 2.5rem;
    position: relative;
    transform: translateZ(0);
    display: grid;
    z-index: 1;
    grid-template-columns: 1fr;
    max-width: 1140px;
    margin: 0 auto;
}.privacy-harbor h1 {
    border-bottom: 3px solid rgb(170,171,171);
    position: relative;
    margin: 0 0 1.5rem 0;
    font-size: calc(40px * 1.1);
    color: rgb(170,171,171);
    font-weight: 700;
    transform: translateX(-0.5rem);
    padding-bottom: 1rem;
}.privacy-harbor h1::after {
    height: 3px;
    animation: slide 8s infinite ease-in-out;
    content: "";
    bottom: -3px;
    left: 0;
    background: rgb(127,119,130);
    position: absolute;
    width: 100px;
}.privacy-harbor h2 {
    margin: 2rem 0 1rem;
    transition: transform 0.3s ease;
    font-weight: 600;
    border-left: 4px solid rgb(127,119,130);
    color: rgb(170,171,171);
    font-size: 38px;
    padding-left: 1rem;
}.privacy-harbor h2:hover {
    transform: translateX(5px);
}.privacy-harbor h3 {
    padding-left: 0.75rem;
    color: #000000;
    border-left: 3px solid rgb(127,119,130,0.5);
    font-size: calc(38px * 0.85);
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
}.privacy-harbor h4 {
    padding-left: 0.5rem;
    color: #000000;
    border-left: 2px solid rgb(127,119,130,0.5);
    font-weight: 600;
    font-size: calc(38px * 0.7);
    margin: 1.5rem 0 0.75rem;
}.privacy-harbor p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 15px;
    color: #000000;
    max-width: 90ch;
}.privacy-harbor span {
    margin-bottom: 1.5rem;
    font-size: 15px;
    transition: background-color 0.3s ease;
    border-left: 2px solid rgb(127,119,130,0.5);
    padding: 1rem;
    display: block;
    color: #000000;
    line-height: 1.7;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
}.privacy-harbor span:hover {
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.privacy-harbor ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1rem;
}.privacy-harbor li {
    font-size: 15px;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.7;
    padding-left: 1.75rem;
    color: #000000;
}.privacy-harbor li::before {
    position: absolute;
    transition: transform 0.2s ease;
    content: "";
    top: 0.6rem;
    width: 8px;
    left: 0;
    border: 2px solid rgb(127,119,130);
    height: 8px;
    transform: rotate(45deg);
}.privacy-harbor li:hover::before {
    transform: rotate(225deg);
}.privacy-harbor strong {
    color: rgb(170,171,171);
    font-weight: 600;
}

@keyframes slide {
    0%, 100% { left: 0; }
    50% { left: calc(100% - 100px); }
}

@keyframes float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-30px, 30px); }
}

@media (min-width: 768px) {.privacy-harbor {
    padding: 7rem 3rem;
}.privacy-harbor .container {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
}.privacy-harbor h1 {
    transform: translateX(-1rem);
    font-size: calc(40px * 1.2);
    margin-bottom: 2rem;
}.privacy-harbor h2 {
    padding-left: 1.25rem;
    font-size: calc(38px * 1.1);
}.privacy-harbor p {
    line-height: 1.75;
    font-size: calc(15px * 1.05);
}.privacy-harbor span {
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-left: 1rem;
}.privacy-harbor ul {
    margin-left: 2rem;
}.privacy-harbor li {
    padding-left: 2rem;
}.privacy-harbor li::before {
    height: 10px;
    width: 10px;
}
}

@media (min-width: 992px) {.privacy-harbor {
    padding: 8rem 5rem;
}.privacy-harbor::before {
    background-size: 15px 15px;
}.privacy-harbor .container {
    gap: 3.5rem;
    grid-template-columns: minmax(0, 1fr);
}.privacy-harbor h1 {
    padding-bottom: 1.25rem;
    margin-bottom: 2.5rem;
    font-size: calc(40px * 1.3);
}.privacy-harbor h2 {
    margin: 3rem 0 1.5rem;
}.privacy-harbor h3, 
    .privacy-harbor h4 {
    margin: 2rem 0 1rem;
}.privacy-harbor p,
    .privacy-harbor span {
    line-height: 1.8;
}.privacy-harbor span {
    transform: translateZ(0);
    transition: all 0.3s ease;
}.privacy-harbor span:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
    transform: translateX(5px);
}.privacy-harbor ul {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    display: grid;
    gap: 1rem 2rem;
    margin: 2rem 0 3rem 2rem;
}.privacy-harbor li {
    margin-bottom: 1.25rem;
}.privacy-harbor li:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}}.explore-now {
    padding: 4rem 2rem;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(170,171,171) 0%, rgb(127,119,130) 100%);
}.explore-now::before {
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: skewY(-3deg) translateY(20px);
    content: "";
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, 
                transparent 50%, rgba(255, 255, 255, 0.1) 50%, 
                rgba(255, 255, 255, 0.1) 75%, transparent 75%);
    height: 100%;
    width: 100%;
    background-size: 50px 50px;
    z-index: -1;
    opacity: 0.2;
}.explore-now::after {
    z-index: -1;
    right: -10%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    position: absolute;
    height: 70%;
    pointer-events: none;
    top: -10%;
    filter: blur(20px);
    width: 50%;
    transform: rotate(-15deg);
    content: "";
}.explore-now:hover::before {
    transform: skewY(-5deg) translateY(10px);
}.explore-now .container {
    justify-content: center;
    flex-direction: column;
    perspective: 1000px;
    z-index: 2;
    margin: 0 auto;
    transform-style: preserve-3d;
    align-items: center;
    display: flex;
    gap: 2.5rem;
    max-width: 1200px;
    position: relative;
}.explore-now h6 {
    text-align: center;
    position: relative;
    transform: translateZ(20px);
    letter-spacing: 0.025em;
    margin: 0;
    font-size: calc(21px * 1.2);
    line-height: 1.5;
    padding-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    max-width: 800px;
    font-weight: 600;
}.explore-now h6::after {
    content: "";
    background: #ffffff;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 1px;
    left: 50%;
    height: 3px;
    opacity: 0.7;
    width: 60px;
}.explore-now div div {
    position: relative;
    transform: translateZ(30px);
    display: flex;
    justify-content: center;
}.explore-now div span {
    position: relative;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(800px) rotateX(0deg);
}.explore-now div span:hover {
    transform: perspective(800px) rotateX(10deg) translateY(-5px);
}.explore-now .connect-support {
    font-size: 18px;
    isolation: isolate;
    position: relative;
    transition: all 0.3s ease;
    display: inline-flex;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
    font-weight: 700;
    overflow: hidden;
    background: #ffffff;
    color: rgb(170,171,171);
    padding: 1.2rem 2.5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                0 6px 6px rgba(0, 0, 0, 0.05),
                0 0 0 6px rgba(255, 255, 255, 0.1);
}.explore-now .connect-support::before {
    position: absolute;
    transition: left 0.6s ease;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    width: 100%;
    top: 0;
}.explore-now .connect-support:hover {
    color: rgb(127,119,130);
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 10px 10px rgba(0, 0, 0, 0.05),
                0 0 0 8px rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}.explore-now .connect-support:hover::before {
    left: 100%;
}.explore-now .connect-support:active {
    transform: translateY(1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 
                0 3px 3px rgba(0, 0, 0, 0.05),
                0 0 0 4px rgba(255, 255, 255, 0.1);
}.explore-now .connect-support span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
    display: block;
}.explore-now .connect-support:hover span {
    transform: scale(1.05);
}


@media (max-width: 991px) {.explore-now {
    padding: 3.5rem 1.5rem;
}.explore-now h6 {
    font-size: calc(21px * 1.1);
}.explore-now .container {
    gap: 2rem;
}
}

@media (max-width: 767px) {.explore-now {
    padding: 3rem 1rem;
}.explore-now::before {
    background-size: 30px 30px;
}.explore-now h6 {
    font-size: 21px;
    padding-bottom: 1.25rem;
}.explore-now h6::after {
    height: 2px;
    width: 50px;
}.explore-now .container {
    gap: 1.75rem;
}.explore-now .connect-support {
    padding: 1rem 2rem;
}
}

@media (max-width: 480px) {.explore-now {
    padding: 2.5rem 0.75rem;
}.explore-now h6 {
    padding-bottom: 1rem;
    font-size: calc(21px * 0.9);
}.explore-now h6::after {
    width: 40px;
}.explore-now .container {
    gap: 1.5rem;
}.explore-now .connect-support {
    padding: 0.9rem 1.75rem;
    font-size: calc(18px * 0.9);
}
}

@media (hover: none) {.explore-now div span {
    transform: none !important;
}.explore-now .connect-support:hover {
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                    0 6px 6px rgba(0, 0, 0, 0.05),
                    0 0 0 6px rgba(255, 255, 255, 0.1);
}.explore-now .connect-support:active {
    transform: translateY(1px);
}}.price-card-item {
    position: relative;
    padding: 6rem 0;
    background-color: rgb(199,197,187);
    overflow: hidden;
}.price-card-item::before {
    pointer-events: none;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(170,171,171,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
}.price-card-item::after {
    width: 20rem;
    opacity: 0.15;
    z-index: 1;
    right: -5rem;
    height: 20rem;
    bottom: -5rem;
    content: "";
    background: linear-gradient(225deg, rgb(127,119,130) 0%, transparent 80%);
    position: absolute;
    transform: rotate(-15deg);
    pointer-events: none;
}.price-card-item .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1400px;
}.price-card-item .study-sub {
    display: grid;
    gap: 3rem;
    position: relative;
    grid-template-columns: 1fr;
}.price-card-item .rate-card {
    border-left: 4px solid rgb(170,171,171);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(0);
    position: relative;
}.price-card-item .rate-card::before {
    z-index: -1;
    height: 40px;
    background-color: rgb(170,171,171);
    top: 20px;
    position: absolute;
    width: 40px;
    left: -20px;
    content: "";
    transform: rotate(45deg);
}.price-card-item .rate-card h2 {
    position: relative;
    color: #000000;
    transform: perspective(800px) translateZ(30px);
    font-size: 35px;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.price-card-item .rate-card h2::after {
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    width: 80px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(170,171,171), rgb(127,119,130));
}.price-card-item .rate-card .fee-schemes {
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
    max-width: 80%;
}.price-card-item .price-sheet {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}.price-card-item .plan-matrix {
    transition: all 0.4s ease;
    color: inherit;
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    position: relative;
}.price-card-item .plan-matrix:hover {
    transform: translateY(-10px);
}.price-card-item .fee-deals {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    background-color: #ffffff;
    transform: translateZ(0);
}.price-card-item .plan-matrix:hover .fee-deals {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(170,171,171,0.5);
    transform: translateZ(20px);
}.price-card-item .plan-matrix:nth-child(odd) .fee-deals {
    transform: rotate(-1deg);
}.price-card-item .plan-matrix:nth-child(even) .fee-deals {
    transform: rotate(1deg);
}.price-card-item .plan-matrix:hover .fee-deals {
    transform: rotate(0) translateZ(20px);
}.price-card-item .training-sub {
    word-break: break-word;
    overflow-wrap: break-word;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    z-index: 2;
}.price-card-item .training-sub::before {
    z-index: -1;
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
}.price-card-item .training-sub h3 {
    color: #000000;
    transition: transform 0.3s ease;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(20px * 1.2);
    transform: translateZ(10px);
}.price-card-item .plan-matrix:hover .training-sub h3 {
    transform: translateZ(25px);
}.price-card-item .training-sub h3::after {
    height: 3px;
    width: 40px;
    transition: width 0.3s ease;
    background: rgb(170,171,171);
    left: 0;
    bottom: -8px;
    position: absolute;
    content: "";
}.price-card-item .plan-matrix:hover .training-sub h3::after {
    width: 60px;
}.price-card-item .access-rates {
    font-weight: 700;
    margin: 0.5rem 0 1.5rem;
    position: relative;
    font-size: calc(20px * 1.8);
    transform: translateZ(15px);
    display: block;
    color: rgb(170,171,171);
}.price-card-item .access-rates::before {
    height: 2px;
    background: linear-gradient(90deg, rgb(170,171,171,0.5), transparent);
    content: "";
    bottom: -8px;
    position: absolute;
    width: 80px;
    left: 0;
}.price-card-item .training-sub p {
    line-height: 1.6;
    word-break: break-word;
    font-size: 18px;
    flex: 1;
    margin-top: 1rem;
    color: #000000;
    overflow-wrap: break-word;
}.price-card-item .image-frame {
    height: 200px;
    transform: translateZ(0);
    transition: transform 0.5s ease;
    position: relative;
    width: 100%;
    overflow: hidden;
}.price-card-item .plan-matrix:hover .image-frame {
    transform: scale(1.05) translateZ(0);
}.price-card-item .image-frame::after {
    width: 100%;
    z-index: 1;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}.price-card-item .image-frame::before {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    opacity: 0.15;
    background: rgb(170,171,171);
    top: 0;
    content: "";
    left: 0;
    transition: opacity 0.3s ease;
}.price-card-item .plan-matrix:hover .image-frame::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.price-card-item .study-sub {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.price-card-item .rate-card {
    padding: 3rem;
}.price-card-item .price-sheet {
    grid-column: 1;
    grid-row: 1;
}.price-card-item .rate-card {
    align-self: start;
    position: sticky;
    grid-row: 1;
    grid-column: 2;
    top: 2rem;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.price-card-item .rate-card:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.price-card-item .price-sheet {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.price-card-item .training-sub {
    min-height: 300px;
}
}

@media (max-width: 991px) {.price-card-item {
    padding: 4rem 0;
}.price-card-item .rate-card {
    order: -1;
}.price-card-item .rate-card h2 {
    font-size: calc(35px * 0.9);
}.price-card-item .rate-card .fee-schemes {
    max-width: 100%;
}
}

@media (max-width: 767px) {.price-card-item {
    padding: 3rem 0;
}.price-card-item .container {
    padding: 0 1.5rem;
}.price-card-item .price-sheet {
    grid-template-columns: 1fr;
}.price-card-item .rate-card h2 {
    font-size: calc(35px * 0.8);
}.price-card-item .training-sub {
    padding: 1.5rem;
}.price-card-item .access-rates {
    font-size: calc(20px * 1.5);
}.price-card-item .image-frame {
    height: 180px;
}
}

@media (max-width: 480px) {.price-card-item .training-sub p {
    font-size: calc(18px * 0.9);
}.price-card-item .training-sub h3 {
    font-size: 20px;
}.price-card-item .access-rates {
    font-size: calc(20px * 1.3);
}.price-card-item .image-frame {
    height: 160px;
}}.our-story {
    align-items: center;
    padding: 120px 0 80px;
    display: flex;
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    overflow: hidden;
}.our-story::before {
    content: "";
    background: linear-gradient(135deg, rgb(170,171,171,0.5), rgba(0, 0, 0, 0.5) 80%);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}.our-story::after {
    background: linear-gradient(225deg, rgb(127,119,130) 0%, transparent 70%);
    position: absolute;
    height: 70%;
    width: 60%;
    z-index: -1;
    content: "";
    opacity: 0.15;
    right: -20px;
    transform: skewY(-12deg);
    bottom: -20px;
    animation: floatBackground 20s ease-in-out infinite alternate;
}.our-story .container {
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    transform-origin: center top;
    position: relative;
    margin: 0 auto;
}.our-story h2 {
    letter-spacing: 1.5px;
    transform: translateZ(30px);
    font-size: 31px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
}.our-story h2::before {
    animation: lineExpand 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(127,119,130);
    transform: scaleX(0);
    width: 80px;
    left: 0;
    content: "";
    transform-origin: left;
    height: 4px;
    bottom: -12px;
    position: absolute;
}.our-story h2::after {
    left: 0;
    transform: translateX(80px) scaleX(0);
    width: 40px;
    background: rgb(170,171,171);
    height: 4px;
    bottom: -12px;
    content: "";
    position: absolute;
    animation: lineExpandSecondary 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
}.our-story .text-container {
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 
                0 -5px 20px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    padding: 60px 50px;
}.our-story .text-container::before {
    background: linear-gradient(to bottom, rgb(170,171,171), rgb(127,119,130));
    top: 0;
    animation: pulseBar 8s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform-origin: center;
    position: absolute;
    width: 6px;
    content: "";
    height: 100%;
    left: 0;
    transform: scaleY(0.8);
}.our-story .text-container::after {
    animation: pulseBar 12s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    position: absolute;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, rgb(170,171,171), rgb(127,119,130));
    right: 0;
    content: "";
    top: 0;
    transform: scaleX(0.9);
    transform-origin: center;
}.our-story .text-container > div {
    z-index: 1;
    position: relative;
}.our-story .text-container p {
    font-size: calc(20px - 2px);
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    color: rgb(170,171,171);
    font-weight: 600;
    transform: translateY(20px);
    animation: slideUpFade 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}.our-story .text-container p::after {
    content: "";
    height: 2px;
    transform-origin: left;
    transform: scaleX(0);
    bottom: -8px;
    background: rgb(127,119,130);
    animation: lineGrow 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
    width: 40px;
}.our-story .text-container div div {
    transform: translateY(30px);
    column-count: 1;
    animation: slideUpFade 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    opacity: 0;
    line-height: 1.8;
    color: #000000;
    font-size: 17px;
    column-gap: 40px;
}


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

@keyframes lineExpandSecondary {
    0% { transform: translateX(80px) scaleX(0); }
    100% { transform: translateX(80px) scaleX(1); }
}

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

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

@keyframes pulseBar {
    0%, 100% {
        transform: scaleY(0.8);
    }
    50% {
        transform: scaleY(1);
    }
}

@keyframes floatBackground {
    0% {
        transform: skewY(-12deg) translateY(0);
    }
    50% {
        transform: skewY(-10deg) translateY(-15px);
    }
    100% {
        transform: skewY(-12deg) translateY(0);
    }
}


@media (min-width: 768px) {.our-story {
    padding: 150px 0 100px;
}.our-story .container {
    transform: perspective(1200px) rotateX(3deg);
}.our-story h2 {
    margin-bottom: 60px;
    font-size: calc(31px + 4px);
}.our-story .text-container {
    padding: 70px 60px;
    margin-left: 40px;
    transform: perspective(1000px) translateZ(10px) rotateY(-1deg);
    border-radius: 6px;
}.our-story .text-container div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our-story .container {
    transform: perspective(1500px) rotateX(4deg);
}.our-story .text-container {
    padding: 80px 70px;
    margin-left: 60px;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), 
                    0 -8px 25px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) translateZ(20px) rotateY(-1.5deg);
}.our-story h2 {
    font-size: calc(31px + 8px);
}.our-story .text-container::before {
    width: 8px;
}.our-story .text-container::after {
    height: 8px;
}.our-story .text-container div div {
    font-size: calc(17px + 1px);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.our-story .container {
    padding: 0 40px;
    transform: perspective(2000px) rotateX(4deg);
}.our-story .text-container {
    transform: perspective(1000px) translateZ(30px) rotateY(-2deg);
    padding: 90px 80px;
    margin-left: 80px;
}.our-story .text-container div div {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.our-story {
    padding: 100px 0 60px;
}.our-story .container {
    transform: perspective(800px) rotateX(1deg);
    padding: 0 15px;
}.our-story h2 {
    font-size: 31px;
    margin-bottom: 30px;
}.our-story .text-container {
    border-radius: 4px;
    padding: 40px 25px;
    margin-left: 0;
}.our-story .text-container::before {
    width: 4px;
}.our-story .text-container::after {
    height: 4px;
}.our-story .text-container div div {
    font-size: 17px;
    line-height: 1.7;
}}.tyArea {
    perspective: 1000px;
    background: linear-gradient(145deg, rgb(170,171,171,0.5), rgb(127,119,130,0.5) 70%, rgb(255, 255, 255, 0.5));
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.tyArea::before {
    opacity: 0.6;
    left: 0;
    height: 100%;
    z-index: -1;
    background: 
    radial-gradient(circle at 20% 30%, rgb(170,171,171,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(127,119,130,0.5) 0%, transparent 40%);
    width: 100%;
    top: 0;
    position: absolute;
    animation: pulse 15s infinite alternate;
    content: "";
}.tyArea::after {
    position: absolute;
    opacity: 0.2;
    background: rgb(255, 255, 255, 0.5);
    height: 100%;
    right: -50%;
    animation: glow 10s infinite alternate;
    filter: blur(100px);
    content: "";
    top: -50%;
    width: 100%;
    transform: rotate(45deg);
}.tyArea .container {
    z-index: 1;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}.tyArea h2 {
    margin-bottom: 2.5rem;
    transform: translateZ(30px);
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    animation: fadeSlideIn 0.8s ease-out both;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    font-size: clamp(1.5rem, 3vw, 33px);
}.tyArea h2::after {
    position: absolute;
    width: 100px;
    bottom: -0.5rem;
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(170,171,171), rgb(127,119,130));
    transform: translateX(-50%) translateZ(20px);
    content: "";
    opacity: 0.8;
}.tyArea .skill-guides {
    border-radius: 29px;
    padding: 2.5rem;
    background: linear-gradient(to right bottom, #ffffff, rgba(255, 255, 255, 0.85));
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(20px) rotateX(2deg);
    animation: slideUpScale 1s ease-out 0.3s both;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.05),
    0 1px 5px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    position: relative;
}.tyArea .skill-guides::before {
    opacity: 0.05;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(170,171,171,0.5) 0%, transparent 100%);
    height: 100%;
    z-index: -1;
    width: 100%;
}.tyArea .skill-guides:hover {
    transform: translateZ(25px) rotateX(0deg);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
}.tyArea ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.tyArea li {
    position: relative;
    padding-left: 0;
    margin-bottom: 0.5rem;
    animation: fadeSlideInDelayed 1.2s ease-out both;
}.tyArea li::before {
    left: -5px;
    width: 0;
    background: rgb(170,171,171);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    content: "";
    transform: scale(0);
    height: 0;
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    top: 0.7rem;
}.tyArea li:hover::before {
    opacity: 1;
    width: 8px;
    left: -20px;
    height: 8px;
    transform: scale(1);
}.tyArea span {
    line-height: 1.6;
    display: block;
    color: #000000;
    transform: translateZ(10px);
    font-weight: 400;
    letter-spacing: 0.01em;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: clamp(1rem, 2vw, 14px);
}

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

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

@keyframes slideUpScale {
  from {
    opacity: 0;
    transform: translateY(40px) translateZ(20px) scale(0.95) rotateX(5deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(20px) scale(1) rotateX(2deg);
  }
}

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

@keyframes glow {
  0%, 100% {
    opacity: 0.2;
    filter: blur(100px);
  }
  50% {
    opacity: 0.3;
    filter: blur(120px);
  }
}

@media (min-width: 768px) {.tyArea {
    padding: 6rem 0;
}.tyArea .skill-guides {
    transform: translateZ(20px) rotateX(3deg);
    margin: 0 auto;
    padding: 3rem;
    max-width: 85%;
}.tyArea h2 {
    margin-bottom: 3rem;
}.tyArea li::before {
    left: -10px;
}.tyArea li:hover::before {
    left: -25px;
}
}

@media (min-width: 992px) {.tyArea {
    padding: 7rem 0;
}.tyArea .container {
    align-items: center;
    flex-direction: column;
    display: flex;
}.tyArea h2 {
    max-width: 80%;
    transform: translateZ(40px);
}.tyArea .skill-guides {
    max-width: 75%;
    padding: 3.5rem 4rem;
    transform: translateZ(25px) rotateX(2deg);
}.tyArea .skill-guides:hover {
    transform: translateZ(35px) rotateX(0deg);
}.tyArea li {
    padding-left: 0.5rem;
}
}

@media (max-width: 767px) {.tyArea {
    padding: 4rem 0;
}.tyArea .skill-guides {
    transform: translateZ(10px) rotateX(1deg);
    padding: 1.5rem;
}.tyArea h2 {
    margin-bottom: 2rem;
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    transform: translateZ(15px);
}.tyArea .skill-guides:hover {
    transform: translateZ(15px) rotateX(0deg);
}.tyArea span {
    font-size: 0.95rem;
}
}

@media (max-width: 480px) {.tyArea {
    padding: 3rem 0;
}.tyArea .container {
    padding: 0 1.5rem;
}.tyArea h2 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}.tyArea .skill-guides {
    padding: 1.25rem;
}.tyArea span {
    line-height: 1.5;
    font-size: 0.9rem;
}}.training-benefits {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,197,187) 0%, rgba(245, 245, 248, 0.9) 100%);
    padding: 7rem 0;
    position: relative;
}.training-benefits::before {
    height: 25rem;
    opacity: 0.4;
    right: -10%;
    transform: rotate(-15deg);
    z-index: 0;
    animation: pulse 8s infinite alternate ease-in-out;
    background: linear-gradient(to right, rgb(170,171,171,0.5), rgb(127,119,130,0.5));
    width: 25rem;
    content: "";
    position: absolute;
    filter: blur(70px);
    top: -5%;
}.training-benefits::after {
    width: 20rem;
    position: absolute;
    z-index: 0;
    left: -5%;
    bottom: -10%;
    transform: rotate(10deg);
    filter: blur(60px);
    background: linear-gradient(to left, rgb(127,119,130,0.5), rgb(170,171,171,0.5));
    content: "";
    opacity: 0.3;
    height: 20rem;
    animation: pulse 10s infinite alternate-reverse ease-in-out;
}.training-benefits h5 {
    position: relative;
    text-align: center;
    transition: transform 0.6s ease-out, opacity 0.8s ease;
    opacity: 1;
    margin-right: auto;
    font-size: 22px;
    margin-bottom: 3.5rem;
    font-weight: 700;
    margin-left: auto;
    color: #000000;
    transform: translateY(0);
    z-index: 2;
    max-width: 800px;
}.training-benefits h5::after {
    border-radius: 1px;
    height: 0.25rem;
    content: "";
    position: absolute;
    bottom: -0.8rem;
    width: 6rem;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(170,171,171) 0%, rgb(127,119,130) 100%);
}.training-benefits .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.training-benefits .skill-guides {
    gap: 3rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 50px rgba(rgb(170,171,171,0.5), 0.1);
    transform: translateY(0);
    flex-direction: column;
    background: #ffffff;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 27px;
}.training-benefits .skill-guides:hover {
    transform: translateY(-5px);
}.training-benefits .skill-guides > div:first-child {
    height: 300px;
    position: relative;
    overflow: hidden;
}.training-benefits .image-frame {
    height: 100%;
    transition: transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    width: 100%;
    object-fit: cover;
    transform-origin: center center;
}.training-benefits .skill-guides:hover .image-frame {
    transform: scale(1.05);
}.training-benefits .text-container {
    position: relative;
    padding: 2rem;
}.training-benefits .text-container::before {
    height: 1px;
    right: 2rem;
    top: 0;
    left: 2rem;
    position: absolute;
    background: linear-gradient(to right, 
        rgba(rgba(0, 0, 0, 0.5), 0.05), 
        rgba(rgb(170,171,171,0.5), 0.2), 
        rgba(rgba(0, 0, 0, 0.5), 0.05));
    content: "";
}.training-benefits ul {
    list-style: none;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 0;
    display: grid;
    padding: 0;
}.training-benefits li {
    transition: transform 0.3s ease;
    position: relative;
    padding-left: 3rem;
}.training-benefits li:hover {
    transform: translateX(5px);
}.training-benefits li p {
    position: relative;
    font-size: calc(12px - 0.05rem);
    margin: 0;
    line-height: 1.6;
    color: #000000;
    align-items: flex-start;
    display: flex;
}.training-benefits li p svg {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 22px;
    position: absolute;
    height: 22px;
    top: 0.1rem;
    left: -2.8rem;
}.training-benefits li:hover p svg {
    transform: scale(1.15) rotate(5deg);
}.training-benefits li p svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,171,171);
}.training-benefits li:hover p svg path {
    fill: rgb(127,119,130);
}.training-benefits li:nth-child(odd) {
    transform: translateX(0);
}.training-benefits li:nth-child(even) {
    transform: translateX(0);
}.training-benefits li:nth-child(odd):hover {
    transform: translateX(5px);
}.training-benefits li:nth-child(even):hover {
    transform: translateX(5px);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1) rotate(-15deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05) rotate(-10deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(1) rotate(-15deg);
    }
}

@media (min-width: 768px) {.training-benefits {
    padding: 9rem 0;
}.training-benefits h5 {
    font-size: calc(22px + 0.2rem);
    margin-bottom: 4rem;
}.training-benefits .skill-guides {
    gap: 0;
    align-items: stretch;
    border-radius: 100px;
    flex-direction: row;
}.training-benefits .skill-guides > div:first-child {
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: auto;
}.training-benefits .text-container {
    display: flex;
    align-items: center;
    padding: 3rem;
    flex: 1;
}.training-benefits .text-container::before {
    height: auto;
    right: auto;
    top: 3rem;
    width: 1px;
    bottom: 3rem;
    left: 0;
    background: linear-gradient(to bottom, 
            rgba(rgba(0, 0, 0, 0.5), 0.05), 
            rgba(rgb(170,171,171,0.5), 0.2), 
            rgba(rgba(0, 0, 0, 0.5), 0.05));
}.training-benefits ul {
    grid-template-columns: repeat(2, 1fr);
}.training-benefits li p {
    font-size: 12px;
}
}

@media (min-width: 992px) {.training-benefits .skill-guides > div:first-child {
    flex: 0 0 40%;
}.training-benefits ul {
    grid-template-columns: repeat(3, 1fr);
}.training-benefits li:nth-child(3n+1) {
    transform: translateY(-5px);
}.training-benefits li:nth-child(3n+2) {
    transform: translateY(0);
}.training-benefits li:nth-child(3n+3) {
    transform: translateY(5px);
}.training-benefits li:nth-child(3n+1):hover {
    transform: translateY(-5px) translateX(5px);
}.training-benefits li:nth-child(3n+2):hover {
    transform: translateY(0) translateX(5px);
}.training-benefits li:nth-child(3n+3):hover {
    transform: translateY(5px) translateX(5px);
}
}

@media (max-width: 767px) {.training-benefits {
    padding: 5rem 0;
}.training-benefits h5 {
    padding: 0 1rem;
    font-size: calc(22px - 0.1rem);
    margin-bottom: 2.5rem;
}.training-benefits .skill-guides > div:first-child {
    height: 200px;
}.training-benefits .text-container {
    padding: 1.5rem;
}.training-benefits li {
    padding-left: 2.5rem;
}.training-benefits li p svg {
    height: 20px;
    left: -2.5rem;
    width: 20px;
}}.course-instructor {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(199,197,187) 0%, #ffffff 100%);
}.course-instructor::before {
    width: 60%;
    position: absolute;
    top: -50%;
    z-index: 0;
    opacity: 0.08;
    height: 200%;
    content: "";
    transform: rotate(-15deg);
    left: -20%;
    background: linear-gradient(135deg, rgb(127,119,130,0.5) 0%, transparent 80%);
}.course-instructor::after {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    background: radial-gradient(circle at 80% 20%, rgb(170,171,171,0.5) 0%, transparent 60%);
    height: 100%;
    opacity: 0.05;
}.course-instructor .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1140px;
    padding: 0 15px;
}.course-instructor .rating-views {
    transform: perspective(1000px) rotateY(-2deg);
    grid-template-columns: 1fr;
    display: grid;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.03);
    gap: 2rem;
    border-left: 4px solid rgb(127,119,130);
    background: #ffffff;
    position: relative;
    transform-style: preserve-3d;
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.course-instructor .rating-views:hover {
    transform: perspective(1000px) rotateY(0);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.09), 0 8px 20px rgba(0, 0, 0, 0.04);
}.course-instructor .rating-views > div:nth-child(1) {
    position: relative;
    order: 1;
    width: 100%;
}.course-instructor .rating-views > div:nth-child(2) {
    order: 2;
}.course-instructor .rating-views > div:nth-child(3) {
    order: 3;
}.course-instructor .image-frame {
    height: 0;
    padding-bottom: 60%;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
}.course-instructor .rating-views:hover .image-frame {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translateZ(30px);
}.course-instructor .name {
    font-size: calc(23px * 1.1);
    color: #000000;
    margin: 0 0 0.5rem;
    display: inline-block;
    transform: translateZ(15px);
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
}.course-instructor .name::after {
    width: 0;
    background: rgb(127,119,130);
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -5px;
    left: 0;
    position: absolute;
    height: 3px;
    content: "";
}.course-instructor .rating-views:hover .name::after {
    width: 100%;
}.course-instructor .rating-views > div:nth-child(2) > div {
    color: rgb(127,119,130);
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(14px * 0.95);
    opacity: 0.9;
    transition: all 0.4s ease;
    margin-bottom: 1rem;
    transform: translateZ(10px);
}.course-instructor .rating-views:hover > div:nth-child(2) > div {
    transform: translateZ(20px);
    opacity: 1;
}.course-instructor .exp-grid {
    position: relative;
    color: #000000;
    margin: 0;
    line-height: 1.7;
    padding-left: 1.5rem;
    font-size: 14px;
    transform: translateZ(5px);
    transition: transform 0.4s ease;
}.course-instructor .exp-grid::before {
    height: 100%;
    width: 3px;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(127,119,130) 0%, transparent 100%);
}.course-instructor .rating-views:hover .exp-grid {
    transform: translateZ(15px);
}

@media (min-width: 768px) {.course-instructor .rating-views {
    grid-template-rows: auto auto;
    grid-template-columns: 300px 1fr;
    gap: 2.5rem;
    padding: 3.5rem;
}.course-instructor .rating-views > div:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
}.course-instructor .rating-views > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
}.course-instructor .rating-views > div:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}.course-instructor .image-frame {
    height: 100%;
    padding-bottom: 0;
}.course-instructor .name {
    margin-bottom: 0.75rem;
    font-size: 23px;
}.course-instructor .exp-grid {
    font-size: calc(14px * 1.05);
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.course-instructor {
    padding: 140px 0;
}.course-instructor .rating-views {
    grid-template-columns: 380px 1fr;
    transform: perspective(1200px) rotateY(-3deg);
    gap: 3rem;
    padding: 4rem;
}.course-instructor .name {
    font-size: calc(23px * 1.2);
}.course-instructor .rating-views > div:nth-child(2) > div {
    font-size: 14px;
    margin-bottom: 1.5rem;
}.course-instructor .exp-grid {
    line-height: 1.75;
    font-size: calc(14px * 1.1);
}
}

@media (max-width: 767px) {.course-instructor {
    padding: 80px 0;
}.course-instructor .rating-views {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2rem;
}.course-instructor .image-frame {
    margin-bottom: 1.5rem;
}.course-instructor .name {
    margin-bottom: 0.5rem;
}.course-instructor .exp-grid {
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.course-instructor {
    padding: 60px 0;
}.course-instructor .rating-views {
    padding: 1.5rem;
    gap: 1.5rem;
}.course-instructor .image-frame {
    padding-bottom: 75%;
}.course-instructor .name {
    font-size: calc(23px * 0.95);
}.course-instructor .rating-views > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
}.course-instructor .exp-grid {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.data-overview {
    overflow: hidden;
    isolation: isolate;
    padding: 130px 0 160px;
    position: relative;
    color: #ffffff;
}.data-overview::before {
    background-color: #000000;
    z-index: -3;
    position: absolute;
    left: 0;
    opacity: 0.92;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
}.data-overview::after {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0.4;
    background: radial-gradient(ellipse at bottom right, rgb(170,171,171,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at top left, rgb(127,119,130,0.5) 0%, transparent 60%);
    content: '';
    z-index: -2;
}.data-overview .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.data-overview .extra-experts {
    flex-direction: column;
    position: relative;
    display: flex;
    z-index: 1;
}.data-overview .statistics-perks {
    z-index: 2;
    position: relative;
}.data-overview .statistics-perks svg {
    filter: drop-shadow(0 0 15px rgb(170,171,171,0.5));
    fill: rgb(170,171,171);
    height: 100px;
    width: 100px;
}.data-overview .statistics-perks svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
    fill: rgb(170,171,171);
}.data-overview .pro-upgrade {
    padding-bottom: 20px;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    color: #ffffff;
}.data-overview .pro-upgrade::after {
    border-radius: 3px;
    height: 3px;
    bottom: 0;
    width: 60px;
    left: 0;
    background: linear-gradient(to right, rgb(170,171,171), rgb(127,119,130));
    content: '';
    position: absolute;
}.data-overview .statistics-advantage {
    max-width: 90%;
    color: #ffffff;
    opacity: 0.9;
    font-size: 17px;
    position: relative;
    margin-bottom: 0;
    line-height: 1.7;
}.data-overview .study-statistics {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    z-index: 2;
}.data-overview .growth-statistics {
    backdrop-filter: blur(5px);
    min-width: 220px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1 1 calc(25% - 20px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transform: translateY(0);
    overflow: hidden;
    padding: 30px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    margin: 10px;
    border-radius: 30px 30px 30px 0;
    transition: all 0.4s ease;
}.data-overview .growth-statistics:nth-child(even) {
    border-radius: 30px 30px 0 30px;
}.data-overview .growth-statistics:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}.data-overview .growth-statistics::before {
    position: absolute;
    opacity: 0.2;
    content: '';
    height: 100px;
    width: 100px;
    right: -50px;
    transition: all 0.4s ease;
    border-radius: 50%;
    background: linear-gradient(to right, rgb(170,171,171,0.5), transparent);
    top: -50px;
}.data-overview .growth-statistics:hover::before {
    opacity: 0.4;
    transform: scale(1.2);
}.data-overview .key-pros {
    margin-bottom: 20px;
}.data-overview .key-pros svg {
    fill: rgb(170,171,171);
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 0 5px rgb(170,171,171,0.5));
}.data-overview .key-pros svg path {
    stroke-width: 0.5;
    fill: rgb(170,171,171);
    stroke: #ffffff;
}.data-overview .growth-statistics span {
    margin-bottom: 10px;
    display: block;
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}.data-overview .growth-statistics p {
    font-size: calc(17px * 0.9);
    margin: 0;
    opacity: 0.9;
    line-height: 1.4;
    color: #ffffff;
}.data-overview .study-statistics::after {
    position: absolute;
    opacity: 0.05;
    border-radius: 50%;
    content: '';
    left: -10%;
    width: 120%;
    height: 120px;
    background: rgb(170,171,171,0.5);
}.data-overview .study-statistics::after {
    background: rgb(127,119,130,0.5);
    top: -70px;
}

@media screen and (max-width: 992px) {.data-overview {
    padding: 100px 0 120px;
}.data-overview .pro-upgrade {
    text-align: center;
}.data-overview .pro-upgrade::after {
    transform: translateX(-50%);
    left: 50%;
}.data-overview .statistics-advantage {
    text-align: center;
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {.data-overview {
    padding: 80px 0 100px;
}.data-overview .statistics-perks svg {
    height: 80px;
    width: 80px;
}.data-overview .pro-upgrade {
    margin-bottom: 15px;
    font-size: calc(33px * 0.9);
    padding-bottom: 15px;
}.data-overview .statistics-advantage {
    font-size: calc(17px * 0.95);
}.data-overview .growth-statistics {
    flex: 1 1 calc(50% - 20px);
    min-width: 200px;
}
}

@media screen and (max-width: 576px) {.data-overview {
    padding: 60px 0 80px;
}.data-overview .statistics-perks svg {
    height: 70px;
    width: 70px;
}.data-overview .pro-upgrade {
    font-size: calc(33px * 0.8);
}.data-overview .growth-statistics {
    margin: 7px 0;
    flex: 1 1 100%;
}.data-overview .growth-statistics span {
    font-size: calc(21px * 0.95);
}}

.data-overview .growth-statistics::after {
    opacity: 0.2;
    height: 30px;
    bottom: -15px;
    left: -15px;
    background: linear-gradient(to right, rgb(127,119,130,0.5), transparent);
    width: 30px;
    content: '';
    transition: all 0.4s ease;
    border-radius: 50%;
    position: absolute;
}.data-overview .growth-statistics:hover::after {
    transform: scale(1.2);
    opacity: 0.4;
}.data-overview .growth-statistics:nth-child(1) {
    transform: rotate(-2deg);
}.data-overview .growth-statistics:nth-child(2) {
    transform: rotate(1deg);
}.data-overview .growth-statistics:nth-child(3) {
    transform: rotate(-1deg);
}.data-overview .growth-statistics:nth-child(4) {
    transform: rotate(2deg);
}.data-overview .growth-statistics:hover {
    transform: translateY(-10px) rotate(0deg);
}.data-overview .stat_item_inner {
    transform: rotate(0deg);
}.course-program-info {
    overflow: hidden;
    background: rgb(199,197,187);
    padding: 8rem 0;
    position: relative;
}.course-program-info::before {
    height: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgb(199,197,187) 0%, rgb(170,171,171,0.5) 100%);
    opacity: 0.6;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
}.course-program-info::after {
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(127,119,130,0.5) 15px, rgb(127,119,130,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(170,171,171,0.5) 15px, rgb(170,171,171,0.5) 16px);
    content: "";
    left: 0;
    background-size: 4rem 4rem;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.15;
    width: 100%;
    animation: gridShift 30s infinite linear;
    z-index: 1;
}.course-program-info .container {
    position: relative;
    z-index: 3;
}.course-program-info .skill-guides {
    grid-template-rows: repeat(8, minmax(50px, auto));
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    gap: 1rem;
}.course-program-info .training-flow {
    z-index: 5;
    grid-row: 2 / 8;
    border-radius: 25px;
    padding: 3rem;
    grid-column: 1 / 9;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
}.course-program-info .image-frame {
    z-index: 3;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    grid-column: 7 / 13;
    grid-row: 1 / 7;
    position: relative;
    border-radius: 25px;
}.course-program-info .image-frame::before {
    background: linear-gradient(45deg, rgb(170,171,171,0.5) 0%, transparent 70%);
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}.course-program-info .image-frame::after {
    border-radius: 10px;
    border: 2px solid rgb(127,119,130);
    height: 70%;
    right: -5px;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    opacity: 0.6;
    bottom: -5px;
    width: 70%;
    content: "";
    z-index: 1;
    position: absolute;
}.course-program-info .head-base {
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    display: flex;
    justify-content: center;
    transform: rotate(-5deg);
    right: 3rem;
    width: 5rem;
    z-index: 10;
    transition: transform 0.3s ease-out;
    top: -2rem;
    background: #ffffff;
    align-items: center;
    height: 5rem;
}.course-program-info .head-base:hover {
    transform: rotate(0deg) scale(1.05);
}.course-program-info .head-base svg {
    width: 3rem;
    transition: all 0.3s ease;
    height: 3rem;
}.course-program-info .head-base:hover svg {
    transform: scale(1.1);
}.course-program-info .head-base svg path {
    fill: rgb(170,171,171);
}.course-program-info h3 {
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
    border-left: 4px solid rgb(170,171,171);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
}.course-program-info p {
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
    position: relative;
    margin-bottom: 0;
}.course-program-info .skill-guides::before {
    background: rgb(170,171,171,0.5);
    height: 12rem;
    top: -6rem;
    opacity: 0.6;
    z-index: 1;
    animation: moveCircle 20s infinite alternate;
    position: absolute;
    left: -6rem;
    border-radius: 50%;
    content: "";
    width: 12rem;
    filter: blur(100px);
}.course-program-info .skill-guides::after {
    z-index: 1;
    opacity: 0.5;
    border-radius: 50%;
    height: 8rem;
    content: "";
    animation: moveCircle 15s infinite alternate-reverse;
    right: -4rem;
    background: rgb(127,119,130,0.5);
    filter: blur(80px);
    bottom: -4rem;
    position: absolute;
    width: 8rem;
}.course-program-info .training-flow::before {
    border-radius: 0 10px 0 10px;
    background: linear-gradient(90deg, rgb(170,171,171) 0%, rgb(127,119,130) 100%);
    right: 0;
    height: 5px;
    position: absolute;
    content: "";
    top: 0;
    width: 100px;
}.course-program-info .training-flow::after {
    border-radius: 0 0 10px 0;
    background: linear-gradient(180deg, rgb(170,171,171) 0%, rgb(127,119,130) 100%);
    right: 0;
    height: 100px;
    width: 5px;
    bottom: 0;
    position: absolute;
    content: "";
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.course-program-info {
    padding: 7rem 0;
}.course-program-info .skill-guides {
    gap: 0.75rem;
}.course-program-info .training-flow {
    grid-column: 1 / 8;
    padding: 2.5rem;
}.course-program-info .image-frame {
    grid-column: 6 / 13;
}.course-program-info .head-base {
    right: 2rem;
}
}

@media (max-width: 992px) {.course-program-info {
    padding: 6rem 0;
}.course-program-info .skill-guides {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.course-program-info .training-flow {
    grid-column: auto;
    padding: 2.5rem;
    grid-row: 2 / 3;
}.course-program-info .image-frame {
    grid-row: 1 / 2;
    height: 350px;
    grid-column: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
}.course-program-info .head-base {
    right: 3rem;
    bottom: -2rem;
    top: auto;
}.course-program-info h3 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.course-program-info {
    padding: 5rem 0;
}.course-program-info .training-flow {
    padding: 2rem;
}.course-program-info .image-frame {
    height: 300px;
}.course-program-info .head-base {
    height: 4.5rem;
    right: 2rem;
    bottom: -1.5rem;
    width: 4.5rem;
}.course-program-info .head-base svg {
    width: 2.5rem;
    height: 2.5rem;
}.course-program-info h3 {
    margin-bottom: 1.25rem;
    font-size: calc(34px * 0.8);
}.course-program-info p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.course-program-info .training-flow::before {
    width: 70px;
}.course-program-info .training-flow::after {
    height: 70px;
}
}

@media (max-width: 576px) {.course-program-info {
    padding: 4rem 0;
}.course-program-info .training-flow {
    padding: 1.5rem;
}.course-program-info .image-frame {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    height: 250px;
}.course-program-info .head-base {
    width: 4rem;
    right: 1.5rem;
    bottom: -1.25rem;
    height: 4rem;
}.course-program-info .head-base svg {
    width: 2.25rem;
    height: 2.25rem;
}.course-program-info h3 {
    padding-left: 0.75rem;
    margin-bottom: 1rem;
    font-size: calc(34px * 0.7);
}.course-program-info p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.course-program-info .training-flow::before {
    width: 50px;
}.course-program-info .training-flow::after {
    height: 50px;
}.course-program-info .skill-guides::before,
    .course-program-info .skill-guides::after {
    display: none;
}}.get-updates {
    padding: 6rem 2rem;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}.get-updates::before {
    background-image: linear-gradient(
        90deg,
        rgb(199,197,187) 0%,
        rgb(199,197,187) 50%,
        transparent 50%,
        transparent 100%
    );
    opacity: 0.3;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    background-size: 4px 4px;
    z-index: 0;
    width: 100%;
    left: 0;
}.get-updates .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1140px;
    position: relative;
}.get-updates .skill-guides {
    position: relative;
    display: flex;
    flex-direction: column;
}.get-updates .skill-guides::before {
    letter-spacing: 0.5rem;
    opacity: 0.04;
    position: absolute;
    color: rgb(170,171,171);
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 12rem;
    left: 50%;
    font-family: Arial, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    z-index: -1;
}.get-updates p {
    max-width: 70%;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 4rem;
    position: relative;
    font-size: 39px;
    color: #000000;
    line-height: 1.3;
    transform: translateX(15%);
}.get-updates p::after {
    left: 0;
    width: 100px;
    animation: expandLine 1.5s cubic-bezier(.17,.67,.83,.67) forwards;
    position: absolute;
    content: "";
    transform-origin: left;
    height: 5px;
    background: rgb(170,171,171);
    bottom: -20px;
}.get-updates .input_holder {
    transform: translateX(-15%);
    display: grid;
    z-index: 2;
    margin-left: auto;
    grid-template-columns: 3fr 1fr;
    position: relative;
    max-width: 80%;
}.get-updates .input_holder::before {
    background: #000000;
    opacity: 0.02;
    height: 100%;
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    transform: translate(10px, 10px);
}.get-updates .input_holder:hover::before {
    transform: translate(5px, 5px);
}.get-updates .learn-today {
    outline: none;
    font-size: 15px;
    padding: 1.5rem;
    font-family: Arial, sans-serif;
    border-right: none;
    background: #ffffff;
    transition: all 0.3s ease;
    border: 2px solid #000000;
    color: #000000;
}.get-updates .learn-today:focus {
    border-color: rgb(170,171,171);
}.get-updates .connect-support {
    padding: 0 2rem;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #000000;
    font-size: 19px;
    overflow: hidden;
    border: 2px solid #000000;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
}.get-updates .connect-support::after {
    opacity: 0;
    position: absolute;
    transform: scale(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: 200%;
    left: -50%;
    z-index: -1;
    content: "";
    height: 200%;
    border-radius: 50%;
    top: -50%;
    background: rgb(170,171,171);
}.get-updates .connect-support:hover {
    color: #ffffff;
    border-color: rgb(170,171,171);
    background: transparent;
}.get-updates .connect-support:hover::after {
    transform: scale(1);
    opacity: 1;
}@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes floatingItem {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}

.get-updates::after {
    filter: blur(100px);
    height: 300px;
    opacity: 0.1;
    content: "";
    right: -150px;
    top: -150px;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(170,171,171,0.5),
        rgb(127,119,130,0.5)
    );
    border-radius: 50%;
    width: 300px;
    animation: floatingItem 20s ease-in-out infinite;
}

@media (max-width: 992px) {.get-updates p {
    font-size: 36px;
    max-width: 80%;
    transform: translateX(10%);
}.get-updates .input_holder {
    transform: translateX(-10%);
    max-width: 90%;
}.get-updates .skill-guides::before {
    font-size: 8rem;
}
}

@media (max-width: 768px) {.get-updates {
    padding: 4rem 1.5rem;
}.get-updates p {
    font-size: calc(36px * 0.8);
    transform: none;
    max-width: 100%;
}.get-updates .input_holder {
    transform: none;
    gap: 1rem;
    max-width: 100%;
    grid-template-columns: 1fr;
}.get-updates .learn-today {
    border: 2px solid #000000;
    padding: 1.2rem;
}.get-updates .connect-support {
    padding: 1.2rem;
}.get-updates .skill-guides::before {
    font-size: 5rem;
}
}

@media (max-width: 576px) {.get-updates {
    padding: 3rem 1rem;
    margin: 4rem 0;
}.get-updates p {
    margin-bottom: 3rem;
    font-size: 23px;
}.get-updates p::after {
    height: 3px;
    width: 60px;
}.get-updates .skill-guides::before {
    font-size: 3.5rem;
}.get-updates .learn-today,
    .get-updates .connect-support {
    padding: 1rem;
}}.learning-process {
    background: linear-gradient(145deg, rgb(199,197,187), rgb(127,119,130,0.5));
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
    isolation: isolate;
}.learning-process::before {
    background: radial-gradient(circle at 75% 25%, rgb(170,171,171,0.5) 0%, transparent 50%);
    left: 0;
    z-index: -1;
    height: 100%;
    content: "";
    mix-blend-mode: overlay;
    position: absolute;
    width: 100%;
    top: 0;
}.learning-process::after {
    right: -5%;
    height: 70%;
    filter: blur(20px);
    width: 40%;
    opacity: 0.1;
    bottom: -10%;
    content: "";
    z-index: -1;
    position: absolute;
    transform: rotate(-15deg) skew(20deg);
    transition: transform 0.8s ease-out;
    background: linear-gradient(210deg, rgb(127,119,130) 0%, transparent 70%);
}.learning-process:hover::after {
    transform: rotate(-5deg) skew(10deg) translateY(-10px);
}.learning-process .skill-guides {
    margin: 0 auto;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    max-width: 1200px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2));
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    z-index: 1;
}.learning-process .skill-guides::before {
    width: 5px;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(170,171,171), rgb(127,119,130));
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    content: "";
    transform-origin: left center;
    height: 100%;
}.learning-process .skill-guides:hover::before {
    transform: scaleY(1.05) scaleX(1.5);
}.learning-process h2 {
    display: inline-block;
    color: #000000;
    margin-bottom: 2rem;
    font-weight: 700;
    transform: translateZ(0);
    letter-spacing: 0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 30px;
}.learning-process h2::after {
    height: 3px;
    width: 80%;
    background: linear-gradient(90deg, rgb(170,171,171), transparent);
    left: 0;
    bottom: -10px;
    transition: transform 0.5s ease-out;
    position: absolute;
    transform: scaleX(0.9);
    transform-origin: left;
    content: "";
}.learning-process .skill-guides:hover h2::after {
    transform: scaleX(1);
}.learning-process .text-container {
    border-left: 1px solid rgb(170,171,171,0.5);
    transform: translateY(0);
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    padding: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    margin-top: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.learning-process .text-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.learning-process .text-container::before {
    width: 30%;
    background: linear-gradient(135deg, transparent, rgb(127,119,130,0.5));
    top: 0;
    content: "";
    height: 30%;
    z-index: -1;
    position: absolute;
    opacity: 0.15;
    right: 0;
    transition: transform 0.6s ease;
    transform: translate(5%, -5%);
}.learning-process .text-container:hover::before {
    transform: translate(2%, -2%) scale(1.1);
}.learning-process p {
    transition: color 0.3s ease;
    line-height: 1.7;
    position: relative;
    color: #000000;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
}.learning-process .text-container:hover p {
    color: #000000;
}

@media (max-width: 991px) {.learning-process {
    padding: 4rem 1.5rem;
}.learning-process .skill-guides {
    transform: perspective(800px) rotateX(1deg);
    padding: 1.5rem;
}.learning-process h2 {
    font-size: calc(30px * 0.9);
}.learning-process .text-container {
    padding: 1.25rem;
}
}

@media (max-width: 767px) {.learning-process {
    padding: 3rem 1rem;
}.learning-process .skill-guides {
    padding: 1.25rem;
    transform: none;
}.learning-process h2 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.8);
}.learning-process .text-container {
    padding: 1rem;
    margin-top: 1rem;
}.learning-process p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.learning-process {
    padding: 2.5rem 0.75rem;
}.learning-process .skill-guides {
    padding: 1rem;
}.learning-process h2 {
    margin-bottom: 1.25rem;
    font-size: calc(30px * 0.7);
}.learning-process .text-container {
    padding: 0.75rem;
}.learning-process p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}
}

@media (min-width: 1200px) {.learning-process .skill-guides {
    transform: perspective(1200px) rotateX(2deg);
    padding: 3rem;
}.learning-process h2 {
    font-size: calc(30px * 1.1);
}.learning-process .text-container {
    padding: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.learning-process .skill-guides,
    .learning-process .text-container,
    .learning-process h2::after,
    .learning-process .skill-guides::before,
    .learning-process::after {
    transform: none;
    transition: none;
}.learning-process .skill-guides:hover::before,
    .learning-process .text-container:hover,
    .learning-process .skill-guides:hover h2::after,
    .learning-process:hover::after,
    .learning-process .text-container:hover::before {
    transform: none;
}
}