<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body {
    min-height: 100%;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    auto;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}

.policy-links {
    flex: 0 0 auto;
}

.top-know {
    flex: 1 0 auto;
}


.program-results {
    box-shadow: 0 -15px 35px -20px rgba(0, 0, 0, 0.1) inset;
    background: linear-gradient(135deg, rgb(233,237,235) 0%, rgba(247, 248, 255, 0.95) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.program-results .container {
    max-width: 1200px;
    grid-template-columns: 1fr 1.5fr;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    display: grid;
    gap: 50px;
    z-index: 1;
    align-items: center;
}

.program-results .icon-image:hover {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.15), 
                -5px -5px 30px rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02);
}

.program-results .text-holder-box {
    padding: 10px 0 10px 30px;
    position: relative;
}

.program-results h1 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 38px;
    transform: translateZ(0);
    font-weight: 700;
    position: relative;
    line-height: 1.3;
}

.program-results ul {
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    margin: 0;
    gap: 20px;
    display: grid;
    list-style: none;
    padding: 0;
}

.program-results li:nth-child(1) {
    --i: 1;
}

.program-results li:nth-child(3) {
    --i: 3;
}

.program-results li:nth-child(5) {
    --i: 5;
}

.program-results li p {
    margin: 0;
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
}

.program-results li svg {
    color: rgb(202,210,207);
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    left: 15px;
    top: 50%;
    width: 30px;
    transition: transform 0.3s ease;
    height: 30px;
    transform: translateY(-50%);
    position: absolute;
}

.landing-page .expert-program {
    z-index: 1;
    height: 100vh;
    width: 100%;
    position: relative;
}

.landing-page .edu-base input {
    display: none;
}

.landing-page .skill-plus {
    position: absolute;
    height: 100%;
    transition: none;
    width: 100%;
}

.landing-page .skill-trackfast img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.landing-page .skill-trackfast img {
    transition: transform 10s ease;
}

.landing-page .start-begin {
    display: flex;
    gap: 8px;
    bottom: 50px;
    z-index: 10;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

.landing-page .start-begin label::after {
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    transition: transform 0.3s ease;
    left: -100%;
    height: 100%;
    background: rgb(202,210,207);
}

.landing-page .edu-base input:nth-child(1):checked ~ .start-begin label:nth-child(1),
.landing-page .edu-base input:nth-child(2):checked ~ .start-begin label:nth-child(2),
.landing-page .edu-base input:nth-child(3):checked ~ .start-begin label:nth-child(3),
.landing-page .edu-base input:nth-child(4):checked ~ .start-begin label:nth-child(4),
.landing-page .edu-base input:nth-child(5):checked ~ .start-begin label:nth-child(5),
.landing-page .edu-base input:nth-child(6):checked ~ .start-begin label:nth-child(6),
.landing-page .edu-base input:nth-child(7):checked ~ .start-begin label:nth-child(7),
.landing-page .edu-base input:nth-child(8):checked ~ .start-begin label:nth-child(8),
.landing-page .edu-base input:nth-child(9):checked ~ .start-begin label:nth-child(9),
.landing-page .edu-base input:nth-child(10):checked ~ .start-begin label:nth-child(10) {
    opacity: 1;
    width: 80px;
    background: #ffffff;
}

.landing-page .text-holder-box .container {
    padding: 0;
}

.landing-page .text-holder-box h3 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 400;
    color: rgb(202,210,207);
}

.landing-page .text-holder-box h3 {
    animation-delay: 0.4s;
}

.landing-page .skill-trackfast::after {
    height: 100%;
    background: radial-gradient(circle at center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
}



.landing-page .skill-trackfast:not(:checked) {
    pointer-events: none;
}

header .nav-class {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.2rem 3rem;
    z-index: 5;
}

header .main-header {
    flex: 0 0 auto;
    transition: all 0.3s ease;
    position: relative;
    margin-right: 2rem;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    background: rgba(255, 255, 255, 0.15);
}

header .head-train {
    display: block;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}

header .main-bar {
    position: relative;
    margin: 0 0.5rem;
}

header .main-bar a::before {
    content: '';
    left: -100%;
    height: 100%;
    transition: left 0.7s ease;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}

header .main-bar:hover::after {
    width: 80%;
}

header .nav-class::before {
    opacity: 0.5;
    height: 40px;
    content: '';
    width: 40px;
    border-right: none;
    top: 10px;
    border-bottom: none;
    position: absolute;
    right: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}



header::after {
    content: '';
    right: 15px;
    height: 8px;
    animation: pulse 2s infinite;
    position: absolute;
    box-shadow: 0 0 10px #ffffff;
    width: 8px;
    top: 15px;
    background: #ffffff;
    border-radius: 50%;
}

.appSpot::after {
    filter: blur(20px);
    content: "";
    animation: float 18s ease-in-out infinite reverse;
    bottom: -5%;
    background: linear-gradient(220deg, rgb(164,176,171,0.5) 0%, rgb(202,210,207,0.5) 100%);
    position: absolute;
    opacity: 0.3;
    height: 60%;
    z-index: 0;
    width: 30%;
    transform: rotate(10deg) skewX(-10deg);
    left: -2%;
}

.appSpot .expert-program::before {
    z-index: -1;
    mask-size: 200% 200%;
    animation: shimmerMask 8s infinite linear;
    width: 100%;
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
}

.appSpot a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
}

.client-experience::before {
    position: absolute;
    opacity: 0.05;
    z-index: 0;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(202,210,207,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(202,210,207,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(202,210,207,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(202,210,207,0.5) 75%);
    top: 0;
    background-size: 100px 100px;
    width: 100%;
    left: 0;
    content: "";
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
}



.client-experience .review-voices {
    position: relative;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.client-experience .learner-stories:nth-child(even) {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        20% 100%,
        0 80%
    );
    transform: rotate(2deg);
}

.client-experience .learner-stories:hover::before {
    transform: scale(1.02);
}

.client-experience .learner-stories::after {
    transform: none;
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, rgb(202,210,207), rgb(164,176,171));
    content: "";
    z-index: -2;
    inset: 0;
    position: absolute;
    opacity: 0;
}

.client-experience .learner-stories:nth-child(4n+3) {
    grid-column: auto / span 1;
    grid-row: auto / span 1;
    transform: translateY(-30px) rotate(2deg);
}

.client-experience .learner-stories img {
    object-fit: cover;
    position: relative;
    width: 90px;
    height: 90px;
    display: block;
    z-index: 1;
    border: 3px solid #ffffff;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.client-experience .learner-stories:hover p {
    transform: translateY(-5px);
}

.client-experience .learner-stories:hover .description {
    transform: translateY(-5px);
}

.client-experience .learner-stories:hover .description::after {
    width: 60%;
}

.about-this {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.about-this::before {
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
}

.about-this .text-holder-box {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(20px);
    animation: fadeUp 1s 0.4s forwards;
    border-left: 4px solid rgb(202,210,207);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    opacity: 0;
    padding: 40px;
    gap: 30px;
    display: grid;
}

.stay-informed {
    background: rgb(164,176,171);
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
}

.stay-informed::after {
    opacity: 0.15;
    bottom: -10%;
    position: absolute;
    z-index: 1;
    transform: rotate(-15deg) skew(15deg);
    right: -5%;
    height: 60%;
    width: 30%;
    content: "";
    background: rgb(202,210,207);
}

.stay-informed .expert-program::before {
    top: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(164,176,171,0.5) 0,
        rgb(164,176,171,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
}

.stay-informed .expert-program:hover h3::after {
    transform: scaleX(1.5);
}

.stay-informed .input_holder div {
    flex: 1 1 250px;
    position: relative;
}

.stay-informed .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(202,210,207);
    box-shadow: 0 0 0 3px rgb(202,210,207,0.5);
}

.stay-informed .input_holder .free-lessons {
    min-height: 50px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: rgb(202,210,207);
    font-size: 16px;
    border: none;
    padding: 0.75rem 1.5rem;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    flex: 0 0 auto;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
}



.stay-informed .input_holder .free-lessons:focus {
    animation: pulse 1.5s infinite;
    outline: none;
}

.course-program::after {
    height: 200px;
    z-index: 1;
    width: 200px;
    content: "";
    bottom: -50px;
    left: -50px;
    opacity: 0.5;
    transform: rotate(15deg);
    position: absolute;
    background: linear-gradient(225deg, rgb(164,176,171,0.5) 0%, transparent 70%);
}

.course-program .icon-image:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.course-program .icon-image:hover::before {
    opacity: 0.2;
}

.course-program .text-holder-box {
    padding: 30px;
    background-color: #ffffff;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.course-program .text-holder-box:hover h3 {
    transform: translateX(10px);
}

.course-program h3::after {
    width: 60px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: rgb(202,210,207);
    transition: width 0.4s ease;
}

.course-program p.description {
    display: block;
    scrollbar-color: rgb(202,210,207,0.5) #ffffff;
    scrollbar-width: thin;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 15px;
}

.data-analysis::after {
    background: linear-gradient(45deg, rgb(164,176,171,0.5) 0%, transparent 70%);
    height: 60%;
    bottom: -10%;
    z-index: 1;
    content: "";
    width: 30%;
    position: absolute;
    transform: rotate(15deg) skew(-15deg);
    left: -5%;
}

.data-analysis .pro-upgrade::before {
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0.85;
    background: linear-gradient(135deg, 
                rgb(255, 255, 255, 0.5) 0%, 
                rgb(164,176,171,0.5) 30%, 
                rgb(164,176,171,0.5) 70%, 
                rgb(255, 255, 255, 0.5) 100%);
    inset: 0;
}

.data-analysis .pro-upgrade:hover p {
    transform: scale(1.1);
}

.data-analysis .pro-upgrade p::after {
    transition: width 0.3s ease;
    height: 3px;
    left: 50%;
    bottom: -0.5rem;
    background: rgb(202,210,207);
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 0;
}

.data-analysis .pro-upgrade:hover span {
    letter-spacing: 0.04em;
}

.data-analysis h4::before {
    transform: translateX(-50%);
    content: "";
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(202,210,207), transparent);
    position: absolute;
    height: 3px;
    bottom: 0;
    width: 30%;
}

.cookie-popup-disclosure h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.track-accept {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookie-popup-disclosure p a {
    text-decoration: none;
    color: rgb(202,210,207);
}

#cookie-modal-panel:checked ~ .cookie-popup-disclosure {
    visibility: hidden;
    opacity: 0;
}

.core-container .data-control {
    text-align: right;
}

.secure-oasis {
    padding: 60px;
    border: 2px solid rgb(202,210,207);
    color: #ffffff;
    flex-direction: column;
    height: auto;
    font-family: Arial, sans-serif;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.secure-oasis h3, .secure-oasis h4, .secure-oasis h5, .secure-oasis h6 {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: rgb(202,210,207);
    border-bottom: 1px solid rgb(202,210,207);
    margin-top: 30px;
}

.pricing-row-item::before {
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    left: 0;
    position: absolute;
}

.pricing-row-item h2 {
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    font-weight: 700;
    font-size: 35px;
    display: inline-block;
    position: relative;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    color: transparent;
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
    background-clip: text !important;
}

.pricing-row-item .learn-price li {
    height: 100%;
    perspective: 1000px;
}

.pricing-row-item .pricing-schemes {
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    overflow: hidden;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
    display: block;
    backdrop-filter: blur(10px);
    min-height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-row-item .payment-pricing {
    z-index: 2;
    position: relative;
}

.pricing-row-item .pricing-schemes h4::after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    width: 40px;
    background: rgb(202,210,207);
}

.pricing-row-item .pricing-schemes:hover .cost-breakdown {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.pricing-row-item .cost-breakdown::before {
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: 0;
    transform: skewX(-20deg) translateX(-100%);
    content: "";
    top: 0;
    transition: transform 0.6s ease;
    position: absolute;
    height: 100%;
    width: 100%;
}

footer .policy-links::after {
    left: 0;
    background: linear-gradient(90deg, 
        rgb(202,210,207) 0%, 
        rgb(164,176,171) 50%, 
        rgb(202,210,207) 100%);
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    animation: glowBorder 3s infinite linear;
}

footer .info_item {
    padding: 15px;
    transform: translateY(0);
    backdrop-filter: blur(5px);
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    flex: 1;
    min-width: 200px;
    background: rgba(255, 255, 255, 0.03);
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(164,176,171);
}

footer .main-header {
    flex-direction: column;
    gap: 20px;
    display: flex;
    align-items: flex-start;
}

footer .head-site {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

footer .head-site h5::after {
    width: 50px;
    height: 3px;
    content: '';
    bottom: 0;
    left: 0;
    border-radius: 10px;
    position: absolute;
    background: rgb(164,176,171);
}

footer .head-lead a:hover {
    opacity: 1;
    color: rgb(164,176,171);
    transform: translateX(5px);
}

footer .head-lead a:hover::before {
    opacity: 1;
    height: 8px;
    box-shadow: 0 0 10px rgb(164,176,171);
    width: 8px;
}

footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}

footer .input_holder {
    display: flex;
    position: relative;
    gap: 15px;
    flex-direction: column;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .free-lessons {
    position: relative;
    font-size: 17px;
    background: linear-gradient(45deg, rgb(164,176,171) 0%, rgb(202,210,207) 100%);
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 24px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

footer .ar-tools {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.7;
    font-weight: 300;
}

.contact-form-box::before {
    z-index: 1;
    background-image: 
        linear-gradient(to right, rgb(202,210,207,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(202,210,207,0.5) 1px, transparent 1px);
    content: "";
    top: 0;
    opacity: 0.05;
    background-size: 30px 30px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}

.contact-form-box .icon-image::before {
    width: 100%;
    opacity: 0.03;
    background: repeating-linear-gradient(
        -45deg,
        rgb(202,210,207) 0,
        rgb(202,210,207) 5px,
        transparent 5px,
        transparent 10px
    );
    left: 0;
    top: 0;
    mix-blend-mode: color-burn;
    height: 100%;
    position: absolute;
    content: "";
}

.contact-form-box .message-feedback {
    z-index: 2;
    flex: 1 1 60%;
    padding: 50px;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(233,237,235), 0.3) 100%
    );
    position: relative;
}

.contact-form-box .message-feedback h3 {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid rgb(233,237,235);
    color: #000000;
    padding: 0 0 10px 0;
    letter-spacing: normal;
}

.contact-form-box .message-feedback input[type="text"]:focus,
.contact-form-box .message-feedback textarea:focus {
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(202,210,207,0.5);
    background: #ffffff;
    outline: none;
}

.contact-form-box .message-feedback textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form-box .message-feedback .feedback-map {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}

.contact-form-box .message-feedback .feedback-map label::before {
    background: #ffffff;
    border: 1px solid rgb(233,237,235);
    transition: all 0.2s ease;
    border-radius: 2px;
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
}

.contact-form-box .message-feedback .feedback-map a:hover {
    background-size: 100% 100%;
}

.contact-form-box .message-feedback .support-info {
    z-index: 1;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgb(202,210,207,0.5);
    transition: all 0.4s ease;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    border: none;
    background: rgb(202,210,207);
    padding: 16px 30px;
    font-size: 17px;
    border-radius: 10px;
    position: relative;
}



.contact-form-box .inquiry-card {
    padding: 50px;
    flex: 1 1 35%;
    overflow: hidden;
    position: relative;
    background: rgb(233,237,235);
    z-index: 2;
}

.contact-form-box .inquiry-card h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
}

.contact-form-box .inquiry-card .support-request {
    margin: 0;
    list-style: none;
    padding: 0;
}

.contact-form-box .inquiry-card .support-request li::before {
    left: 0;
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
    z-index: 2;
    background: rgb(202,210,207);
    content: "";
}

.contact-form-box .inquiry-card .support-request li:hover {
    border-left-color: rgb(164,176,171);
    transform: translateX(5px);
}

.contact-form-box .inquiry-card .support-request li:hover::after {
    opacity: 0.05;
}

.contact-form-box .inquiry-card .support-request li svg path {
    transition: all 0.3s ease;
    fill: rgb(202,210,207);
}

.contact-form-box .inquiry-card .support-request li a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: #000000;
}

.contact-form-box .inquiry-card .support-request li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.teaching-experience::before {
    height: 100%;
    background: linear-gradient(120deg, rgb(202,210,207,0.5) 0%, transparent 70%);
    z-index: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.teaching-experience .icon-image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.teaching-experience .exp-summary {
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    width: 90%;
    border-radius: 30px;
    background: #ffffff;
    margin: -80px auto 0;
    padding: 2.5rem 2rem 2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 3;
}

.teaching-experience .exp-summary div:nth-child(2) {
    font-size: 17px;
    color: rgb(164,176,171);
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    text-align: center;
}

.teaching-experience .job-content::before,
.teaching-experience .job-content::after {
    font-size: 3rem;
    color: rgb(202,210,207,0.5);
    content: "";
    position: absolute;
    font-family: serif;
    line-height: 0;
}

.teaching-experience .job-content::before {
    left: 0;
    top: 0.5rem;
    transform: rotate(180deg);
}



@media (max-width: 1024px) {.program-results {
    padding: 90px 0;
}.program-results .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.program-results .icon-image {
    margin: 0 auto;
    max-width: 400px;
}.program-results ul {
    grid-template-columns: 1fr;
}
}



@media (max-width: 576px) {.program-results {
    padding: 50px 0;
}.program-results h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 20px;
}.program-results ul {
    gap: 15px;
}.program-results li {
    padding: 12px 12px 12px 50px;
}.program-results li svg {
    width: 24px;
    left: 12px;
    height: 24px;
}.program-results li p {
    font-size: calc(16px * 0.9);
}}



@media (min-width: 1400px) {header .nav-class {
    margin: 0 auto;
    max-width: 1320px;
}header .main-bar {
    margin: 0 0.7rem;
}header .main-bar a {
    padding: 0 1.5rem;
}
}



@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .nav-class {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .main-header {
    margin-bottom: 0;
    margin-right: 0;
}header .head-site {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .main-bar a {
    height: 35px;
    font-size: calc(17px - 1px);
    padding: 0 1rem;
}header .nav-class::before,
    header .nav-class::after {
    display: none;
}.top-know {
    margin-top: -10px;
}
}



@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .nav-class {
    padding: 0.8rem 1.5rem;
}header .main-header {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .head-train img {
    max-height: 35px;
}header .head-site {
    margin-top: 0.8rem;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}header .head-site::-webkit-scrollbar {
    height: 3px;
}header .head-site::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .main-bar {
    margin: 0 0.25rem;
    flex: 0 0 auto;
}header .main-bar a {
    padding: 0 0.8rem;
    white-space: nowrap;
    height: 32px;
    font-size: calc(17px - 2px);
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
}header .main-bar::after {
    display: none;
}header::after {
    height: 5px;
    width: 5px;
    right: 10px;
    top: 10px;
}.top-know {
    margin-top: -5px;
}
}



@media (min-width: 1200px) {.about-this {
    padding: 180px 0;
}.about-this::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 100%);
}.about-this h2 {
    font-size: calc(35px * 1.4);
}.about-this .text-holder-box {
    grid-template-columns: 1fr;
    padding: 80px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
}.about-this .text-holder-box div div {
    column-count: 2;
    column-gap: 60px;
}
}



@media (max-width: 768px) {.stay-informed {
    padding: 3rem 0;
}.stay-informed .expert-program {
    padding: 2rem;
}.stay-informed h3 {
    font-size: calc(18px * 0.85);
}.stay-informed .input_holder {
    flex-direction: column;
    gap: 1rem;
}.stay-informed .input_holder div {
    width: 100%;
    flex: 1 1 100%;
}.stay-informed .input_holder .free-lessons {
    width: 100%;
}.stay-informed::after {
    width: 50%;
    height: 40%;
}
}



@media (min-width: 768px) {.course-program {
    padding: 150px 0;
}.course-program .learn-explore {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.course-program .icon-image {
    height: 450px;
    transform: perspective(1000px) rotateY(3deg) translateX(-20px);
}.course-program .icon-image:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course-program .text-holder-box {
    padding: 40px;
}.course-program h3 {
    margin-bottom: 30px;
    font-size: 24px;
}.course-program p.description {
    max-height: 350px;
}
}



@media (max-width: 1200px) {.data-analysis ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.data-analysis .pro-upgrade p {
    font-size: calc(37px * 1.1);
}
}



@media (max-width: 992px) {.data-analysis {
    padding: 4rem 0;
}.data-analysis::before, 
    .data-analysis::after {
    width: 50%;
    height: 50%;
}.data-analysis ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
}


@media only screen and (max-width: 1200px) {.cookie-popup-disclosure {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.track-accept {
    display: none;
}.privacy-gate {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie-popup-disclosure h5 {
    text-align: center;
}.cookie-popup-disclosure p {
    text-align: center;
}.data-control {
    margin-bottom: 20px;
}body .core-container .cookie-hide {
    margin-left: 0;
}}



@media (max-width: 767px) {.pricing-row-item {
    padding: 60px 0 80px;
}.pricing-row-item .learn-price {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 400px;
}.pricing-row-item .pricing-schemes {
    min-height: auto;
}.pricing-row-item h2 {
    font-size: calc(35px - 8px);
}.pricing-row-item .monthly-plan {
    margin-bottom: 30px;
    font-size: calc(12px - 1px);
}.pricing-row-item .pricing-schemes p {
    max-height: 150px;
}
}



@media (max-width: 768px) {footer .policy-links {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .head-site {
    gap: 15px;
}footer .message-request {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .free-lessons {
    width: 100%;
}
}



@media (max-width: 768px) {.contact-form-box {
    padding: 60px 0;
}.contact-form-box h3 {
    font-size: calc(30px * 0.85);
    margin-bottom: 35px;
}.contact-form-box .message-feedback h3,
    .contact-form-box .inquiry-card h4 {
    font-size: calc(20px * 0.9);
}.contact-form-box .message-feedback,
    .contact-form-box .inquiry-card {
    padding: 35px;
}.contact-form-box .message-feedback::before,
    .contact-form-box .message-feedback::after {
    width: 30px;
    height: 30px;
}.contact-form-box .message-feedback input[type="text"],
    .contact-form-box .message-feedback textarea {
    padding: 14px 16px;
}
}



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



@keyframes photo-appear {
    0% { opacity: 0; transform: perspective(1000px) rotateY(-15deg) rotateX(10deg) translateX(-50px); }
    100% { opacity: 1; transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateX(0); }
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}



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



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

@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

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

</pre></body></html>