﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}.stylestudent_aid {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.stylewrapper-canvas {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.container {
    width: 1189px;
    max-width: 100%;
    margin: auto;
}.stylehead_section {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    min-height: 100%;
    auto
contain
touch-action: none;
    auto
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.stylecompany_overview {
    padding: 160px 0;
    background: rgb(244,228,202);
    overflow: hidden;
    position: relative;
}.stylecompany_overview::before {
    top: 0;
    content: "";
    left: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgba(rgb(231,199,156,0.5), 0.03) 0px,
            rgba(rgb(231,199,156,0.5), 0.03) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgba(rgb(217,167,111,0.5), 0.03) 0px,
            rgba(rgb(217,167,111,0.5), 0.03) 1px,
            transparent 1px,
            transparent 20px
        );
    width: 100%;
}.stylecompany_overview::after {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(
            circle at 10% 90%,
            rgb(231,199,156,0.5) 0%,
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 10%,
            rgb(217,167,111,0.5) 0%,
            transparent 35%
        );
    width: 100%;
    animation: gradientMove 15s infinite alternate ease-in-out;
    left: 0;
    filter: blur(60px);
}.stylecompany_overview .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1280px;
}.stylecompany_overview .stylelegacy_edu {
    grid-template-columns: 1fr 1fr;
    position: relative;
    grid-template-rows: auto 1fr;
    display: grid;
    grid-template-areas:
        "logo director"
        "content director";
    gap: 40px 60px;
}.stylecompany_overview .styleguide_approach {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    grid-area: director;
    height: 550px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
}.stylecompany_overview .styleimg_placeholder {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease;
    top: 0;
}.stylecompany_overview .styleimg_placeholder:hover {
    transform: scale(1.05);
}.stylecompany_overview .styleimg_placeholder::before {
    left: 0;
    background: 
        linear-gradient(
            180deg,
            transparent 50%,
            rgba(0, 0, 0, 0.8) 100%
        );
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
}.stylecompany_overview .styledigital_education {
    bottom: 0;
    padding: 30px;
    width: 100%;
    transition: transform 0.4s ease;
    position: absolute;
    z-index: 2;
    left: 0;
}.stylecompany_overview .styleguide_approach:hover .styledigital_education {
    transform: translateY(-10px);
}.stylecompany_overview .stylestudy_studio {
    margin: 0 0 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 12px;
}.stylecompany_overview .stylestudy_studio::after {
    height: 2px;
    left: 0;
    background: rgb(231,199,156);
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    content: "";
    width: 40px;
}.stylecompany_overview .styleguide_approach:hover .stylestudy_studio::after {
    width: 60px;
}.stylecompany_overview .stylepro_program {
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #ffffff;
    opacity: 0.9;
    margin: 0;
}.stylecompany_overview .styleacademy_team {
    align-items: center;
    grid-area: logo;
    position: relative;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding: 20px 0;
    display: flex;
}.stylecompany_overview .styleacademy_team svg {
    margin-right: 20px;
    fill: rgb(231,199,156);
    transition: transform 0.4s ease;
    height: 60px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    width: 60px;
}.stylecompany_overview .styleacademy_team svg path {
    fill: rgb(231,199,156);
    transition: fill 0.3s ease;
}.stylecompany_overview .styletext_widget {
    flex-direction: column;
    padding-right: 30px;
    grid-area: content;
    display: flex;
    position: relative;
    justify-content: center;
}.stylecompany_overview .styletext_widget::before {
    background: linear-gradient(to bottom, rgb(231,199,156), rgb(217,167,111));
    content: "";
    width: 3px;
    transform: translateY(-50%);
    left: -30px;
    position: absolute;
    top: 50%;
    height: 70%;
    border-radius: 10px;
}.stylecompany_overview h2 {
    line-height: 1.3;
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
}.stylecompany_overview .styletext_widget p {
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}.stylecompany_overview .styletext_widget p::first-letter {
    font-weight: 600;
    color: rgb(231,199,156);
    font-size: 130%;
}


@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.stylecompany_overview {
    padding: 130px 0;
}.stylecompany_overview .stylelegacy_edu {
    gap: 30px 40px;
}.stylecompany_overview .styleguide_approach {
    height: 500px;
}
}

@media (max-width: 991px) {.stylecompany_overview {
    padding: 100px 0;
}.stylecompany_overview .stylelegacy_edu {
    gap: 30px;
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "director"
            "stylehead_section";
    grid-template-rows: auto auto auto;
}.stylecompany_overview .styleguide_approach {
    height: 450px;
    max-width: 100%;
}.stylecompany_overview .styletext_widget {
    padding-right: 0;
    padding-left: 30px;
}.stylecompany_overview .styletext_widget::before {
    height: 80%;
    left: 0;
}

}

@media (max-width: 767px) {.stylecompany_overview {
    padding: 80px 0;
}.stylecompany_overview .stylelegacy_edu {
    gap: 25px;
}.stylecompany_overview .styleguide_approach {
    height: 400px;
}.stylecompany_overview .styledigital_education {
    padding: 25px;
}.stylecompany_overview .styleacademy_team {
    padding: 15px 0;
}.stylecompany_overview .styleacademy_team svg {
    width: 50px;
    margin-right: 15px;
    height: 50px;
}.stylecompany_overview h2 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.9);
}.stylecompany_overview .styletext_widget p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.stylecompany_overview {
    padding: 60px 0;
}.stylecompany_overview .stylelegacy_edu {
    gap: 20px;
}.stylecompany_overview .styleguide_approach {
    height: 350px;
}.stylecompany_overview .styledigital_education {
    padding: 20px;
}.stylecompany_overview .stylestudy_studio {
    padding-bottom: 8px;
    font-size: calc(22px * 0.9);
}.stylecompany_overview .stylepro_program {
    font-size: calc(16px * 0.9);
}.stylecompany_overview .styleacademy_team {
    padding: 10px 0;
}.stylecompany_overview .styleacademy_team svg {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}.stylecompany_overview h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 15px;
}.stylecompany_overview .styletext_widget p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.stylecompany_overview .styletext_widget::before {
    width: 2px;
}}.stylereach_out {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(244,228,202) 50%);
}.stylereach_out::before {
    height: 100%;
    position: absolute;
    background-size: 60px 60px;
    top: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    left: 0;
    z-index: 0;
    width: 100%;
}.stylereach_out .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.stylereach_out h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 30px;
    position: relative;
    color: rgb(231,199,156);
}.stylereach_out h2::after {
    height: 3px;
    left: 50%;
    position: absolute;
    background: rgb(231,199,156);
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    width: 60px;
}.stylereach_out .stylereach_support {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 18px;
    display: flex;
    overflow: hidden;
    position: relative;
}.stylereach_out .stylereach_support::before {
    width: 100%;
    position: absolute;
    top: 0;
    height: 5px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(231,199,156), rgb(217,167,111));
}.stylereach_out .styleimg_placeholder {
    min-height: 550px;
    flex: 0 0 50%;
    position: relative;
    transition: all 0.5s ease;
}.stylereach_out .styleimg_placeholder::after {
    width: 100%;
    background: linear-gradient(45deg, rgb(231,199,156,0.5), transparent);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
}.stylereach_out .stylesupport_query {
    background: #ffffff;
    padding: 60px 50px;
    flex: 0 0 50%;
    position: relative;
}.stylereach_out .stylesupport_query::before {
    left: 0;
    position: absolute;
    background: rgb(244,228,202);
    height: 100%;
    content: "";
    top: 0;
    width: 10px;
}.stylereach_out #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.stylereach_out h3 {
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
    color: #000000;
    padding-bottom: 10px;
    font-size: 20px;
    position: relative;
}.stylereach_out h3::after {
    left: 0;
    background: rgb(231,199,156,0.5);
    bottom: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
}.stylereach_out input[type="text"] {
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
    border: 2px solid rgb(244,228,202);
    font-size: 17px;
    background: #ffffff;
    padding: 18px 20px;
    color: #000000;
}.stylereach_out input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(231,199,156);
}.stylereach_out input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.stylereach_out .stylerequest_inquiry {
    gap: 12px;
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}.stylereach_out .stylerequest_inquiry input[type="checkbox"] {
    position: relative;
    border: 2px solid rgb(244,228,202);
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    appearance: none;
    margin-top: 2px;
}.stylereach_out .stylerequest_inquiry input[type="checkbox"]:checked {
    background: rgb(231,199,156);
    border-color: rgb(231,199,156);
}.stylereach_out .stylerequest_inquiry input[type="checkbox"]:checked::after {
    border-bottom: 2px solid #ffffff;
    left: 8px;
    top: 5px;
    width: 6px;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    border-right: 2px solid #ffffff;
    height: 10px;
}.stylereach_out .stylerequest_inquiry label {
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
}.stylereach_out .stylerequest_inquiry a {
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(231,199,156);
}.stylereach_out .stylerequest_inquiry a:hover {
    color: rgb(217,167,111);
}.stylereach_out .stylerequest_request {
    color: #ffffff;
    cursor: pointer;
    background: rgb(231,199,156);
    border: none;
    overflow: hidden;
    align-self: flex-start;
    font-weight: 600;
    box-shadow: 0 8px 20px rgb(231,199,156,0.5);
    position: relative;
    margin-top: 20px;
    padding: 16px 40px;
    font-size: 17px;
    transition: all 0.3s ease;
    border-radius: 10px;
}.stylereach_out .stylerequest_request::before {
    top: 0;
    left: -100%;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    transition: all 0.6s ease;
}.stylereach_out .stylerequest_request:hover {
    box-shadow: 0 10px 25px rgb(217,167,111,0.5);
    background: rgb(217,167,111);
    transform: translateY(-3px);
}.stylereach_out .stylerequest_request:hover::before {
    left: 100%;
}.stylereach_out svg {
    width: 22px;
    fill: rgb(231,199,156);
    transition: all 0.3s ease;
    height: 22px;
}.stylereach_out svg path {
    fill: rgb(231,199,156);
    transition: all 0.3s ease;
}.stylereach_out svg:hover {
    fill: rgb(217,167,111);
    transform: translateY(-2px);
}.stylereach_out svg:hover path {
    fill: rgb(217,167,111);
}

@media (max-width: 1200px) {.stylereach_out {
    background: #ffffff;
}
}

@media (max-width: 992px) {.stylereach_out {
    padding: 80px 0;
}.stylereach_out .stylereach_support {
    flex-direction: column-reverse;
}.stylereach_out .styleimg_placeholder {
    flex: 0 0 auto;
    min-height: 350px;
}.stylereach_out .stylesupport_query {
    flex: 0 0 auto;
    padding: 50px 40px;
}.stylereach_out .stylesupport_query::before {
    height: 10px;
    top: 0;
    left: 0;
    width: 100%;
}
}

@media (max-width: 768px) {.stylereach_out {
    padding: 60px 0;
}.stylereach_out h2 {
    font-size: calc(30px - 4px);
    margin-bottom: 40px;
}.stylereach_out .stylesupport_query {
    padding: 40px 30px;
}.stylereach_out #contact {
    gap: 25px;
}.stylereach_out .styleimg_placeholder {
    min-height: 300px;
}
}

@media (max-width: 576px) {.stylereach_out {
    padding: 50px 0;
}.stylereach_out .container {
    padding: 0 15px;
}.stylereach_out h2 {
    margin-bottom: 30px;
    font-size: calc(30px - 6px);
}.stylereach_out .stylesupport_query {
    padding: 35px 25px;
}.stylereach_out #contact {
    gap: 20px;
}.stylereach_out input[type="text"] {
    padding: 15px;
}.stylereach_out .stylerequest_request {
    padding: 15px 25px;
    width: 100%;
}.stylereach_out .styleimg_placeholder {
    min-height: 250px;
}}.stylegreeting_page {
    align-items: center;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 2rem;
    box-sizing: border-box;
}.stylegreeting_page::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(#000000, 0.85) 0%,
    rgba(#000000, 0.65) 50%,
    rgba(rgb(231,199,156), 0.75) 100%);
    z-index: 1;
}.stylegreeting_page::after {
    bottom: 0;
    top: 0;
    pointer-events: none;
    z-index: 2;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: radial-gradient(
    circle at 65% 35%,
    rgba(rgb(217,167,111), 0.3) 0%,
    transparent 70%
  );
}.stylegreeting_page > div {
    position: relative;
    width: 100%;
    max-width: 1200px;
    display: flex;
    gap: 3rem;
    flex-direction: column;
    z-index: 3;
}.stylegreeting_page > div > div:first-child {
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    transform: translateX(-2rem);
}.stylegreeting_page .title_style_header {
    line-height: 1.2;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 1.5rem;
    position: relative;
    font-size: clamp(2.5rem, 5vw, 46px);
}.stylegreeting_page .title_style_header::after {
    background: linear-gradient(90deg, 
    rgb(217,167,111) 0%,
    rgb(231,199,156) 100%);
    height: 4px;
    transform-origin: left center;
    position: absolute;
    transform: scaleX(0);
    bottom: 0;
    left: 0;
    content: "";
    animation: expand 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards;
    width: 8rem;
}.stylegreeting_page .styleskill_upfast {
    padding: 2.5rem;
    display: flex;
    border-left: 4px solid rgb(217,167,111);
    flex-direction: column;
    margin-left: auto;
    background: linear-gradient(
    135deg,
    rgba(#000000, 0.9) 0%,
    rgba(#000000, 0.75) 100%
  );
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(2rem);
    opacity: 0;
    backdrop-filter: blur(10px);
    gap: 2rem;
    max-width: 90%;
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
}.stylegreeting_page .stylestudy_expert {
    overflow: hidden;
    position: relative;
}.stylegreeting_page .stylestudy_expert::before {
    transform: translateX(-100%);
    top: 0;
    left: 0;
    background: linear-gradient(90deg, 
    rgba(rgb(217,167,111), 0.1) 0%,
    transparent 20%);
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    animation: sweep 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
}.stylegreeting_page h3 {
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 22px);
    color: #ffffff;
}.stylegreeting_page span {
    position: relative;
    padding-left: 1.5rem;
    display: block;
}.stylegreeting_page span::before {
    top: 50%;
    left: 0;
    height: 0.75rem;
    transform: translateY(-50%);
    content: "";
    background: rgb(217,167,111);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    width: 0.75rem;
}.stylegreeting_page p {
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 13px);
    line-height: 1.6;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes sweep {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@media (min-width: 768px) {.stylegreeting_page {
    padding: 4rem;
}.stylegreeting_page > div {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.stylegreeting_page > div > div:first-child {
    flex: 1;
}.stylegreeting_page .styleskill_upfast {
    max-width: none;
    flex: 1.5;
    margin-left: 0;
    animation: fade-left 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
    transform: translateY(0) translateX(2rem);
}
  
  @keyframes fade-left {
    0% {
      opacity: 0;
      transform: translateX(2rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}

@media (min-width: 1200px) {.stylegreeting_page {
    padding: 0;
}.stylegreeting_page > div {
    gap: 6rem;
}.stylegreeting_page .title_style_header {
    font-size: 46px;
}.stylegreeting_page .title_style_header::after {
    width: 12rem;
}.stylegreeting_page .styleskill_upfast {
    padding: 3.5rem;
}.stylegreeting_page h3 {
    font-size: 22px;
}.stylegreeting_page p {
    font-size: 13px;
}
}

@media (max-width: 575px) {.stylegreeting_page {
    padding: 1.5rem;
}.stylegreeting_page > div {
    gap: 2rem;
}.stylegreeting_page .styleskill_upfast {
    padding: 1.5rem;
    gap: 1.5rem;
}}.stylecourse_instructor {
    background: rgb(244,228,202);
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
}.stylecourse_instructor::before {
    top: 40%;
    height: 1px;
    left: 0;
    position: absolute;
    width: 40%;
    background: linear-gradient(to right, transparent, rgb(231,199,156,0.5), transparent);
    animation: lineExpand 5s ease-in-out infinite alternate;
    content: "";
    transform-origin: left center;
}.stylecourse_instructor::after {
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    height: 1px;
    width: 40%;
    background: linear-gradient(to left, transparent, rgb(217,167,111,0.5), transparent);
    bottom: 40%;
    right: 0;
    position: absolute;
    content: "";
    transform-origin: right center;
}.stylecourse_instructor .stylealumni_voices {
    display: grid;
    gap: 4rem;
    margin: 0 auto;
    grid-template-columns: 1fr 2fr;
    position: relative;
    z-index: 1;
    max-width: 1100px;
}.stylecourse_instructor .styleimg_placeholder {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: grayscale(100%);
    height: 400px;
    transform: scale(1);
    border-radius: 0;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
}.stylecourse_instructor .styleimg_placeholder::after {
    opacity: 0.5;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    transition: all 0.7s ease;
    mix-blend-mode: overlay;
    top: 0;
    background: linear-gradient(135deg, rgb(231,199,156,0.5) 0%, transparent 50%);
}.stylecourse_instructor .stylework_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0.9;
    transition: all 0.7s ease;
}.stylecourse_instructor .stylework_wrap::before {
    width: 1px;
    left: -2rem;
    content: "";
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    height: 70%;
    top: 15%;
    position: absolute;
}.stylecourse_instructor .name {
    color: #000000;
    position: relative;
    font-size: calc(38px * 1.2);
    margin-bottom: 1rem;
    transform: translateX(0);
    font-weight: 700;
    transition: all 0.5s ease;
}.stylecourse_instructor .name::after {
    transform: scaleX(0);
    width: 50px;
    transform-origin: left;
    bottom: -0.5rem;
    background: rgb(231,199,156);
    left: 0;
    height: 2px;
    transition: transform 0.5s ease 0.2s;
    position: absolute;
    content: "";
}.stylecourse_instructor .stylework_wrap div:nth-child(2) {
    font-size: 18px;
    letter-spacing: 2px;
    transition: all 0.5s ease 0.1s;
    margin-bottom: 3rem;
    font-weight: 300;
    color: rgb(217,167,111);
    transform: translateX(0);
    text-transform: uppercase;
}.stylecourse_instructor .stylework_list {
    padding-left: 2rem;
    position: relative;
    transform: translateX(0);
    line-height: 1.8;
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    transition: all 0.5s ease 0.2s;
}.stylecourse_instructor .stylework_list::before {
    font-family: serif;
    top: -1rem;
    content: "";
    position: absolute;
    font-size: 4rem;
    line-height: 1;
    left: 0;
    color: rgb(231,199,156,0.5);
}.stylecourse_instructor .stylealumni_voices:hover .styleimg_placeholder {
    transform: scale(1.05);
    filter: grayscale(0%);
}.stylecourse_instructor .stylealumni_voices:hover .styleimg_placeholder::after {
    opacity: 0.3;
}.stylecourse_instructor .stylealumni_voices:hover .name {
    transform: translateX(10px);
}.stylecourse_instructor .stylealumni_voices:hover .name::after {
    transform: scaleX(1);
}.stylecourse_instructor .stylealumni_voices:hover .stylework_wrap div:nth-child(2) {
    transform: translateX(20px);
}.stylecourse_instructor .stylealumni_voices:hover .stylework_list {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.stylecourse_instructor .stylealumni_voices {
    grid-template-columns: 1fr;
    gap: 3rem;
}.stylecourse_instructor .styleimg_placeholder {
    margin: 0 auto;
    height: 350px;
    width: 80%;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
}.stylecourse_instructor .stylework_wrap::before {
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: 20%;
    width: 60%;
    top: -1.5rem;
    height: 1px;
}.stylecourse_instructor .stylealumni_voices:hover .name,
    .stylecourse_instructor .stylealumni_voices:hover .stylework_wrap div:nth-child(2),
    .stylecourse_instructor .stylealumni_voices:hover .stylework_list {
    transform: translateX(0);
}}.stylecookie_popup_message {
    transform: translateY(100%);
    border-top: 3px solid rgb(217,167,111);
    width: 100%;
    background: rgb(217,167,111);
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    padding: 20px 0;
    animation: slideUp 0.5s forwards;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#stylecookiePolicyPopup {
    display: none;
}#stylecookiePolicyPopup:checked ~ .stylecookie_popup_message {
    opacity: 0;
    visibility: hidden;
}.stylecookie_comply {
    padding: 20px 5%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}.stylecookie_popup_message h5 {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}.stylecookie_popup_message p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}.stylecookies_overview {
    flex-shrink: 0;
    margin-right: 15px;
    justify-content: center;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(231,199,156));
    align-items: center;
}.stylecookies_overview svg {
    fill: rgb(231,199,156);
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
}.stylecookies_overview:hover svg {
    transform: scale(1.1);
}.styletrack_toggle {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    margin-left: 10px;
    line-height: 40px;
    box-shadow: 0 0 15px rgb(231,199,156);
    cursor: pointer;
    text-decoration: none;
    border-radius: 21px;
    text-align: center;
    color: #000000;
    min-width: 140px;
    padding: 10px 20px;
    background: linear-gradient(90deg, rgb(231,199,156), rgb(217,167,111));
    white-space: nowrap;
    font-size: 16px;
}.styletrack_toggle:hover {
    box-shadow: 0 0 20px rgb(217,167,111);
}.cookie_button.stylecookie_expand {
    border: 2px solid rgb(217,167,111);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.stylecookie_expand:hover {
    box-shadow: 0 0 15px rgb(217,167,111);
    background: rgba(0, 0, 0, 0.5);
}.stylecookie_popup_message p a {
    color: rgb(231,199,156);
    text-decoration: none;
    transition: color 0.3s ease;
}.stylecookie_popup_message p a:hover {
    color: rgb(217,167,111);
}
@media only screen and (max-width: 1200px) {.stylecookie_popup_message {
    padding: 15px 0;
}.stylecookie_comply {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.stylecookies_overview {
    display: none;
}.stylecookie_comply {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.stylecookie_popup_message h5 {
    margin-bottom: 5px;
    font-size: 17px;
}.styletrack_edu {
    margin-bottom: 15px;
}.styletrack_toggle {
    min-width: 100%;
    margin: 10px 0;
}}
.stylelocation_info {
    background: linear-gradient(125deg, rgb(231,199,156,0.5) 0%, rgb(244,228,202) 65%, rgb(217,167,111,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}.stylelocation_info::before {
    z-index: 0;
    content: "";
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.stylelocation_info::after {
    position: absolute;
    z-index: 0;
    content: "";
    left: -50%;
    background: radial-gradient(circle, rgb(231,199,156,0.5) 0%, transparent 25%);
    top: -50%;
    opacity: 0.6;
    height: 200%;
    animation: rotate 40s linear infinite;
    width: 200%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.stylelocation_info .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.stylelocation_info .stylerequest_feedback {
    display: grid;
    position: relative;
    perspective: 1000px;
    gap: 24px;
    grid-template-columns: 1.2fr 0.8fr 1fr;
}.stylelocation_info .stylemessage_us {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-top: 4px solid rgb(231,199,156);
    overflow: hidden;
    background: #ffffff;
    padding: 35px;
    transform-style: preserve-3d;
    border-radius: 20px;
    position: relative;
}.stylelocation_info .stylemessage_us::before {
    border-radius: 0 0 20px 0;
    background: linear-gradient(135deg, transparent 50%, rgb(231,199,156,0.5) 100%);
    transition: opacity 0.3s ease;
    width: 150px;
    position: absolute;
    content: "";
    right: 0;
    opacity: 0.1;
    bottom: 0;
    z-index: 0;
    height: 150px;
}.stylelocation_info .stylemessage_us::after {
    right: 0;
    bottom: 0;
    opacity: 0.8;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    content: "";
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}.stylelocation_info .stylemessage_us:hover {
    transform: translateY(-10px) rotateX(3deg) rotateY(3deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.stylelocation_info .stylemessage_us:hover::before {
    opacity: 0.2;
}.stylelocation_info h2 {
    font-size: 34px;
    font-weight: 700;
    transform: translateZ(10px);
    margin-bottom: 28px;
    position: relative;
    color: #000000;
}.stylelocation_info h2::before {
    content: "";
    width: 40px;
    left: 0;
    height: 4px;
    position: absolute;
    border-radius: 10px;
    bottom: -12px;
    background: rgb(231,199,156);
    transition: width 0.3s ease;
}.stylelocation_info .stylemessage_us:hover h2::before {
    width: 60px;
}.stylelocation_info h3 {
    font-size: 23px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 16px;
}.stylelocation_info p {
    margin-bottom: 16px;
    font-size: 13px;
    position: relative;
    line-height: 1.6;
    color: #000000;
    z-index: 1;
}.stylelocation_info .stylereach_block {
    font-size: calc(13px * 1.15);
    letter-spacing: 0.02em;
    color: rgb(231,199,156);
    font-weight: 600;
    margin-bottom: 20px;
}.stylelocation_info .styleget_contactform {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}.stylelocation_info .stylereach_team {
    padding-top: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 28px;
}.stylelocation_info .styletalk_now {
    flex-wrap: wrap;
    gap: 8px;
    display: flex;
}.stylelocation_info .styletalk_now span {
    padding: 7px 14px;
    background: rgba(0, 0, 0, 0.03);
    color: #000000;
    display: inline-block;
    font-size: calc(13px * 0.85);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-radius: 30px;
}.stylelocation_info .styletalk_now span:hover {
    background: rgb(231,199,156);
    color: #ffffff;
    transform: translateY(-2px);
    border-color: rgb(231,199,156);
}.stylelocation_info .stylemessage_us .styleimg_placeholder {
    height: 100%;
    transition: transform 0.4s ease-out;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px);
    width: 100%;
    overflow: hidden;
}.stylelocation_info .stylemessage_us:nth-child(2):hover .styleimg_placeholder {
    transform: translateZ(30px) scale(1.03);
}.stylelocation_info .stylemessage_us .styleimg_placeholder::after {
    content: "";
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.6;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    transition: opacity 0.3s ease;
}.stylelocation_info .stylemessage_us:hover .styleimg_placeholder::after {
    opacity: 0.4;
}.stylelocation_info .stylemessage_section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.stylelocation_info .stylemessage_section a {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
    background: #ffffff;
    transform: translateZ(5px);
    border-radius: 20px;
    position: relative;
    padding: 18px;
}.stylelocation_info .stylemessage_section a::before {
    opacity: 0;
    content: "";
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(231,199,156,0.5), transparent);
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 0;
}.stylelocation_info .stylemessage_section a:hover {
    border-color: rgb(231,199,156,0.5);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) translateZ(10px);
}.stylelocation_info .stylemessage_section a:hover::before {
    opacity: 0.15;
}.stylelocation_info .stylemessage_section a span {
    margin-right: 10px;
    z-index: 1;
    position: relative;
    font-size: calc(13px * 0.85);
    color: rgb(231,199,156);
    font-weight: 600;
}.stylelocation_info .stylemessage_section a p {
    position: relative;
    margin: 0;
    z-index: 1;
    flex-grow: 1;
    font-weight: 400;
    color: #000000;
    font-size: 13px;
}.stylelocation_info svg {
    z-index: 1;
    position: relative;
    fill: rgb(231,199,156);
    width: 22px;
    transition: transform 0.3s ease;
    height: 22px;
    margin-right: 12px;
}.stylelocation_info svg path {
    fill: rgb(231,199,156);
    transition: fill 0.3s ease;
}.stylelocation_info .stylemessage_section a:hover svg {
    transform: scale(1.1);
}.stylelocation_info .stylemessage_section a:hover svg,
.stylelocation_info .stylemessage_section a:hover svg path {
    fill: rgb(217,167,111);
}

@media (max-width: 992px) {.stylelocation_info {
    padding: 70px 0;
}.stylelocation_info .stylerequest_feedback {
    grid-template-columns: 1fr 1fr;
}.stylelocation_info .stylemessage_us:last-child {
    grid-column: span 2;
}.stylelocation_info .stylemessage_us {
    padding: 30px;
}
}

@media (max-width: 768px) {.stylelocation_info {
    padding: 50px 0;
}.stylelocation_info .stylerequest_feedback {
    grid-template-columns: 1fr;
}.stylelocation_info .stylemessage_us:last-child {
    grid-column: span 1;
}.stylelocation_info h2 {
    font-size: calc(34px * 0.9);
}.stylelocation_info .stylemessage_us .styleimg_placeholder {
    height: 280px;
}.stylelocation_info .stylemessage_section {
    gap: 15px;
}
}

@media (max-width: 576px) {.stylelocation_info {
    padding: 40px 0;
}.stylelocation_info .stylemessage_us {
    padding: 25px 20px;
}.stylelocation_info h2 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.85);
}.stylelocation_info p {
    font-size: calc(13px * 0.95);
}.stylelocation_info .styletalk_now {
    flex-direction: column;
    gap: 8px;
}.stylelocation_info .styletalk_now span {
    text-align: center;
    width: 100%;
}.stylelocation_info .stylemessage_us .styleimg_placeholder {
    height: 220px;
}.stylelocation_info .stylemessage_section a {
    flex-direction: column;
    padding: 15px;
    align-items: flex-start;
}.stylelocation_info .stylemessage_section a span {
    margin-bottom: 5px;
    margin-right: 0;
}}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.stylelocation_info .stylemessage_section a::after {
    border-right: 2px solid rgb(231,199,156,0.5);
    border-top: 2px solid rgb(231,199,156,0.5);
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    content: "";
    transform: translateY(-50%);
}.stylelocation_info .stylemessage_section a:hover::after {
    border-color: rgb(217,167,111);
    transform: translateY(-50%) rotate(45deg) scale(1.2);
}.stylelocation_info .stylereach_team h3::before {
    height: 18px;
    margin-right: 8px;
    display: inline-block;
    border-radius: 50%;
    background: rgb(231,199,156,0.5);
    content: "";
    vertical-align: middle;
    width: 18px;
    transform: translateY(-1px);
}.stylelocation_info .stylemessage_us:first-child {
    transform: translateZ(0) perspective(1000px);
    transition: all 0.4s ease;
}.stylelocation_info .stylemessage_us:nth-child(2) {
    transform: translateZ(0) perspective(1000px);
    transition: all 0.4s ease;
}.stylelocation_info .stylemessage_us:last-child {
    transform: translateZ(0) perspective(1000px);
    transition: all 0.4s ease;
}.stylelocation_info .container::before {
    z-index: -1;
    background: radial-gradient(circle, rgb(217,167,111,0.5) 0%, transparent 70%);
    position: absolute;
    right: -150px;
    width: 300px;
    border-radius: 50%;
    opacity: 0.3;
    top: -150px;
    content: "";
    height: 300px;
}.stylelocation_info .container::after {
    background: radial-gradient(circle, rgb(231,199,156,0.5) 0%, transparent 70%);
    height: 250px;
    bottom: -100px;
    width: 250px;
    z-index: -1;
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: -100px;
}.stylelocation_info .stylemessage_us:nth-child(odd) {
    animation: tileFloat 6s ease-in-out infinite;
}.stylelocation_info .stylemessage_us:nth-child(even) {
    animation: tileFloat 8s ease-in-out infinite reverse;
}@keyframes tileFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.stylelocation_info .styletalk_now span:nth-child(odd) {
    animation: fadeInLeft 0.5s ease-out both;
}.stylelocation_info .styletalk_now span:nth-child(even) {
    animation: fadeInRight 0.5s ease-out both;
}@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}.styletyNote {
    background: linear-gradient(135deg, rgb(244,228,202) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 8rem 0;
    position: relative;
}.styletyNote::before {
    width: 100%;
    position: absolute;
    z-index: 0;
    content: "";
    right: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(231,199,156,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 85%, rgb(217,167,111,0.5) 0%, transparent 45%);
    top: 0;
    height: 100%;
}.styletyNote::after {
    height: 1px;
    transform-origin: left;
    width: 80%;
    position: absolute;
    left: 10%;
    transform: scaleX(0);
    animation: lineExpand 1.2s ease-out 0.8s forwards;
    content: "";
    bottom: 20%;
    background: linear-gradient(90deg, transparent, rgb(217,167,111) 50%, transparent);
}.styletyNote .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    transform: translateY(30px);
    padding: 0 2rem;
    position: relative;
    animation: fadeUpIn 0.8s ease-out 0.3s forwards;
    opacity: 0;
}.styletyNote h2 {
    transform: translateY(20px);
    margin-bottom: 2.5rem;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    font-size: 34px;
    color: rgb(231,199,156);
    max-width: 90%;
    position: relative;
    font-weight: 700;
    animation: fadeUpIn 0.8s ease-out 0.5s forwards;
    opacity: 0;
}.styletyNote h2::after {
    left: 0;
    position: absolute;
    bottom: -12px;
    transform-origin: left;
    transform: scaleX(0);
    width: 80px;
    background: linear-gradient(90deg, rgb(217,167,111), transparent);
    height: 4px;
    animation: lineExpand 0.6s ease-out 1s forwards;
    content: "";
}.styletyNote .stylelegacy_edu {
    padding: 3rem;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    transform: translateY(30px) perspective(1000px) rotateX(2deg);
    opacity: 0;
    animation: cardAppear 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
    border-left: 4px solid rgb(217,167,111);
}.styletyNote .stylelegacy_edu::before {
    right: 20px;
    top: 20px;
    transform: scale(0);
    width: 60px;
    content: "";
    position: absolute;
    opacity: 0.5;
    height: 60px;
    animation: pulseIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s forwards;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(217,167,111,0.5) 0%, transparent 70%);
}.styletyNote ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.styletyNote li {
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
    opacity: 0;
    position: relative;
    transform: translateY(15px);
}.styletyNote li::before {
    height: 0.5rem;
    width: 0.5rem;
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
    top: 0.5rem;
    left: -1.5rem;
    background-color: rgb(217,167,111);
    transform: rotate(45deg) scale(0);
    position: absolute;
    content: "";
}.styletyNote li span {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.7;
    font-size: calc(15px * 1.1);
}

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

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateX(0);
    }
}

@keyframes lineExpand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.styletyNote {
    padding: 6rem 0;
}.styletyNote h2 {
    max-width: 100%;
    font-size: calc(34px * 0.9);
}.styletyNote .stylelegacy_edu {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.styletyNote {
    padding: 5rem 0;
}.styletyNote h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.8);
}.styletyNote .stylelegacy_edu {
    padding: 2rem;
}.styletyNote li span {
    font-size: 15px;
}.styletyNote .stylelegacy_edu::before {
    height: 45px;
    width: 45px;
    right: 15px;
    top: 15px;
}
}

@media (max-width: 575px) {.styletyNote {
    padding: 4rem 0;
}.styletyNote .container {
    padding: 0 1.5rem;
}.styletyNote h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.75rem;
}.styletyNote .stylelegacy_edu {
    padding: 1.5rem;
}.styletyNote li::before {
    height: 0.4rem;
    width: 0.4rem;
    left: -1.25rem;
}}.stylecourse_fit_for {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(45deg, rgb(244,228,202) 0%, #ffffff 100%);
    overflow: hidden;
}.stylecourse_fit_for::before {
    z-index: 1;
    height: 100%;
    right: 0;
    background: rgb(231,199,156,0.5);
    top: 0;
    opacity: 0.1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 50%;
    content: "";
    position: absolute;
}.stylecourse_fit_for::after {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    width: 50%;
    background: rgb(217,167,111,0.5);
    bottom: 0;
    opacity: 0.1;
    z-index: 1;
}.stylecourse_fit_for .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 2;
}.stylecourse_fit_for .stylelegacy_edu {
    position: relative;
}.stylecourse_fit_for h4 {
    font-weight: 700;
    text-align: left;
    border-left: 4px solid rgb(231,199,156);
    color: #000000;
    font-size: 28px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 60px;
}.stylecourse_fit_for h4::after {
    width: 60%;
    background: linear-gradient(90deg, rgb(217,167,111), transparent);
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 1px;
}.stylecourse_fit_for div > div {
    margin-left: 60px;
    position: relative;
    max-width: 800px;
    flex-direction: column;
    display: flex;
}.stylecourse_fit_for div > div::before {
    height: 100%;
    top: 0;
    position: absolute;
    left: 15px;
    width: 2px;
    content: "";
    background: linear-gradient(to bottom, rgb(231,199,156,0.5), rgb(217,167,111,0.5));
    z-index: 1;
}.stylecourse_fit_for p {
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    z-index: 2;
    margin-left: 30px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    padding: 20px 25px;
    font-size: 18px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    color: #000000;
    align-items: center;
}.stylecourse_fit_for p:last-child {
    margin-bottom: 0;
}.stylecourse_fit_for p::before {
    height: 2px;
    content: "";
    position: absolute;
    top: 50%;
    background: linear-gradient(90deg, rgb(231,199,156,0.5), rgb(217,167,111));
    left: -30px;
    width: 30px;
    transform: translateY(-50%);
}.stylecourse_fit_for p::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 16px;
    top: 50%;
    left: -42px;
    transition: all 0.3s ease;
    z-index: 3;
    width: 16px;
    background: #ffffff;
    transform: translateY(-50%);
    border: 3px solid rgb(231,199,156);
}.stylecourse_fit_for p:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.stylecourse_fit_for p:hover::after {
    transform: translateY(-50%) scale(1.2);
    background: rgb(231,199,156);
}.stylecourse_fit_for p:nth-child(odd)::after {
    border-color: rgb(231,199,156);
}.stylecourse_fit_for p:nth-child(even)::after {
    border-color: rgb(217,167,111);
}.stylecourse_fit_for p:nth-child(even):hover::after {
    background: rgb(217,167,111);
}.stylecourse_fit_for p svg {
    margin-right: 15px;
    height: 24px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    width: 24px;
}.stylecourse_fit_for p svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,199,156);
}.stylecourse_fit_for p:nth-child(even) svg path {
    fill: rgb(217,167,111);
}.stylecourse_fit_for p:hover svg {
    transform: scale(1.1) rotate(10deg);
}.stylecourse_fit_for p:nth-child(1) {
    transform: translateX(0);
}.stylecourse_fit_for p:nth-child(2) {
    transform: translateX(30px);
}.stylecourse_fit_for p:nth-child(3) {
    transform: translateX(60px);
}.stylecourse_fit_for p:nth-child(4) {
    transform: translateX(90px);
}.stylecourse_fit_for p:nth-child(5) {
    transform: translateX(120px);
}.stylecourse_fit_for p:nth-child(6) {
    transform: translateX(150px);
}.stylecourse_fit_for p:nth-child(1):hover {
    transform: translateX(10px);
}.stylecourse_fit_for p:nth-child(2):hover {
    transform: translateX(40px);
}.stylecourse_fit_for p:nth-child(3):hover {
    transform: translateX(70px);
}.stylecourse_fit_for p:nth-child(4):hover {
    transform: translateX(100px);
}.stylecourse_fit_for p:nth-child(5):hover {
    transform: translateX(130px);
}.stylecourse_fit_for p:nth-child(6):hover {
    transform: translateX(160px);
}@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.stylecourse_fit_for .stylelegacy_edu > div p {
    opacity: 0;
    animation: slideIn 0.5s ease forwards;
}.stylecourse_fit_for .stylelegacy_edu > div p:nth-child(1) {
    animation-delay: 0.1s;
}.stylecourse_fit_for .stylelegacy_edu > div p:nth-child(2) {
    animation-delay: 0.2s;
    opacity: 1;
    animation-name: none;
    transform: translateX(30px);
}.stylecourse_fit_for .stylelegacy_edu > div p:nth-child(3) {
    transform: translateX(60px);
    animation-name: none;
    animation-delay: 0.3s;
    opacity: 1;
}.stylecourse_fit_for .stylelegacy_edu > div p:nth-child(4) {
    animation-delay: 0.4s;
    opacity: 1;
    animation-name: none;
    transform: translateX(90px);
}.stylecourse_fit_for .stylelegacy_edu > div p:nth-child(5) {
    animation-delay: 0.5s;
    animation-name: none;
    opacity: 1;
    transform: translateX(120px);
}.stylecourse_fit_for .stylelegacy_edu > div p:nth-child(6) {
    animation-delay: 0.6s;
    transform: translateX(150px);
    animation-name: none;
    opacity: 1;
}.stylecourse_fit_for .stylelegacy_edu > div p:nth-child(7) {
    animation-delay: 0.6s;
    animation-name: none;
    transform: translateX(120px);
    opacity: 1;
}.stylecourse_fit_for .stylelegacy_edu > div p:nth-child(8) {
    transform: translateX(90px);
    animation-delay: 0.6s;
    opacity: 1;
    animation-name: none;
}.stylecourse_fit_for .stylelegacy_edu > div p:nth-child(9) {
    opacity: 1;
    animation-name: none;
    transform: translateX(60px);
    animation-delay: 0.6s;
}.stylecourse_fit_for .stylelegacy_edu > div p:nth-child(10) {
    animation-name: none;
    transform: translateX(30px);
    opacity: 1;
    animation-delay: 0.6s;
}


@media (max-width: 991px) {.stylecourse_fit_for {
    padding: 80px 0;
}.stylecourse_fit_for h4 {
    font-size: calc(28px * 0.9);
    margin-bottom: 50px;
}.stylecourse_fit_for div > div {
    margin-left: 40px;
}.stylecourse_fit_for p {
    padding: 18px 20px;
    margin-bottom: 25px;
}.stylecourse_fit_for p:nth-child(1) {
    transform: translateX(0);
}.stylecourse_fit_for p:nth-child(2) {
    transform: translateX(20px);
}.stylecourse_fit_for p:nth-child(3) {
    transform: translateX(40px);
}.stylecourse_fit_for p:nth-child(4) {
    transform: translateX(60px);
}.stylecourse_fit_for p:nth-child(5) {
    transform: translateX(80px);
}.stylecourse_fit_for p:nth-child(6) {
    transform: translateX(100px);
}.stylecourse_fit_for p:nth-child(7) {
    transform: translateX(120px);
}.stylecourse_fit_for p:nth-child(8) {
    transform: translateX(140px);
}.stylecourse_fit_for p:nth-child(9) {
    transform: translateX(160px);
}.stylecourse_fit_for p:nth-child(10) {
    transform: translateX(180px);
}.stylecourse_fit_for p:nth-child(1):hover {
    transform: translateX(5px);
}.stylecourse_fit_for p:nth-child(2):hover {
    transform: translateX(25px);
}.stylecourse_fit_for p:nth-child(3):hover {
    transform: translateX(45px);
}.stylecourse_fit_for p:nth-child(4):hover {
    transform: translateX(65px);
}.stylecourse_fit_for p:nth-child(5):hover {
    transform: translateX(85px);
}.stylecourse_fit_for p:nth-child(6):hover {
    transform: translateX(105px);
}.stylecourse_fit_for p:nth-child(7):hover {
    transform: translateX(125px);
}.stylecourse_fit_for p:nth-child(8):hover {
    transform: translateX(145px);
}.stylecourse_fit_for p:nth-child(9):hover {
    transform: translateX(165px);
}.stylecourse_fit_for p:nth-child(10):hover {
    transform: translateX(185px);
}
}

@media (max-width: 768px) {.stylecourse_fit_for {
    padding: 70px 0;
}.stylecourse_fit_for h4 {
    padding-left: 15px;
    margin-bottom: 40px;
    font-size: calc(28px * 0.8);
}.stylecourse_fit_for div > div {
    margin-left: 30px;
}.stylecourse_fit_for div > div::before {
    left: 10px;
}.stylecourse_fit_for p {
    margin-bottom: 20px;
    padding: 15px;
    margin-left: 20px;
}.stylecourse_fit_for p::before {
    left: -20px;
    width: 20px;
}.stylecourse_fit_for p::after {
    height: 14px;
    width: 14px;
    left: -32px;
}.stylecourse_fit_for p:nth-child(1) {
    transform: translateX(0);
}.stylecourse_fit_for p:nth-child(2) {
    transform: translateX(0);
}.stylecourse_fit_for p:nth-child(3) {
    transform: translateX(0);
}.stylecourse_fit_for p:nth-child(4) {
    transform: translateX(0);
}.stylecourse_fit_for p:nth-child(5) {
    transform: translateX(0);
}.stylecourse_fit_for p:nth-child(6) {
    transform: translateX(0);
}.stylecourse_fit_for p:hover,
    .stylecourse_fit_for p:nth-child(n):hover {
    transform: translateX(5px);
}
}

@media (max-width: 576px) {.stylecourse_fit_for {
    padding: 60px 0;
}.stylecourse_fit_for h4 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.7);
    border-left-width: 3px;
}.stylecourse_fit_for div > div {
    margin-left: 25px;
}.stylecourse_fit_for p {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
    padding: 12px;
}.stylecourse_fit_for p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.stylecourse_fit_for p::after {
    height: 12px;
    width: 12px;
    border-width: 2px;
}}footer {
    position: relative;
    margin-top: 0;
    background-color: #000000;
}footer::before {
    width: 100%;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(231,199,156,0.5) 50%,
    #000000 100%);
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.9;
    top: 0;
    z-index: 1;
}.stylestudent_aid {
    position: relative;
    padding: 60px 0 40px;
    z-index: 5;
    background-color: transparent;
}.stylestudent_aid .container {
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    display: grid;
    grid-gap: 30px;
}.stylestudent_aid .company_holder {
    grid-column: span 4;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    position: relative;
    border-radius: 10px;
}.stylestudent_aid .company_holder h3 {
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    margin-bottom: 20px;
}.stylestudent_aid .company_holder h3::after {
    height: 2px;
    bottom: -8px;
    background: rgb(231,199,156);
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
}.stylestudent_aid .styleteach_supp {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.8;
}.stylestudent_aid .styleprogram_foot {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 30px;
    grid-column: span 8;
}.stylestudent_aid .stylehead_bar {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 30px;
    position: relative;
}.stylestudent_aid .stylehead_bar h5 {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}.stylestudent_aid .stylehead_bar h5::after {
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
    background: rgb(217,167,111);
    bottom: -8px;
    width: 100%;
}.stylestudent_aid .stylehead_bar .styletop_guide {
    grid-gap: 15px;
    display: grid;
}.stylestudent_aid .stylehead_bar .styletop_guide a {
    display: block;
    font-size: 13px;
    transition: color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    opacity: 0.8;
    position: relative;
    text-decoration: none;
    padding-left: 15px;
}.stylestudent_aid .stylehead_bar .styletop_guide a::before {
    content: "";
    background: rgb(217,167,111);
    height: 6px;
    border-radius: 50%;
    transform: translateY(-50%);
    width: 6px;
    left: 0;
    top: 50%;
    position: absolute;
}.stylestudent_aid .stylehead_bar .styletop_guide a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(231,199,156);
}.stylepeer_help {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
    padding: 25px 0;
    margin-top: 40px;
}.stylepeer_help .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.stylepeer_help .stylesec_cert {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.7;
}

@media (max-width: 991px) {.stylestudent_aid .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.stylestudent_aid .company_holder {
    grid-column: span 12;
}.stylestudent_aid .styleprogram_foot {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.stylestudent_aid {
    padding: 40px 0 30px;
}.stylestudent_aid .styleprogram_foot {
    grid-template-columns: 1fr;
}.stylestudent_aid .company_holder {
    padding: 25px;
}.stylestudent_aid .stylehead_bar {
    padding: 25px;
}.stylestudent_aid .company_holder h3 {
    font-size: calc(33px - 2px);
}.stylestudent_aid .stylehead_bar h5 {
    font-size: calc(24px - 1px);
}
}

@media (max-width: 575px) {.stylestudent_aid {
    padding: 30px 0 20px;
}.stylestudent_aid .company_holder,
  .stylestudent_aid .stylehead_bar {
    padding: 20px;
}.stylestudent_aid .company_holder h3 {
    font-size: calc(33px - 4px);
}.stylepeer_help {
    padding: 20px 0;
}}

.stylestudent_aid .company_holder:hover,
.stylestudent_aid .stylehead_bar:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}.stylestudent_aid .container::before {
    pointer-events: none;
    background: 
    linear-gradient(to right, rgb(231,199,156,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(231,199,156,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    z-index: -1;
    height: 100%;
    opacity: 0.05;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}.stylestudent_aid .company_holder::before {
    left: 0;
    width: 5px;
    content: "";
    background: rgb(231,199,156);
    opacity: 0.5;
    top: 0;
    height: 100%;
    position: absolute;
}.stylestudent_aid .stylehead_bar::before {
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: rgb(217,167,111);
    width: 5px;
    top: 0;
    opacity: 0.5;
}footer::after {
    z-index: 2;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    opacity: 0.3;
    background: linear-gradient(to right,
    rgb(231,199,156),
    rgb(217,167,111),
    rgb(231,199,156));
    position: absolute;
    height: 5px;
}.stylestudent_aid .styletop_guide {
    position: relative;
}.stylestudent_aid .styletop_guide::after {
    opacity: 0.2;
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgb(217,167,111,0.5);
    bottom: -15px;
    content: "";
}.stylestudent_aid .stylehead_bar h5,
.stylestudent_aid .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.stylestudent_aid .stylehead_bar:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}.stylestudent_aid .stylehead_bar:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.stylepeer_help .stylesec_cert {
    position: relative;
    display: inline-block;
}.stylepeer_help .stylesec_cert::before {
    transform: translateY(-50%);
    top: 50%;
    height: 1px;
    opacity: 0.5;
    background: rgb(231,199,156);
    content: "";
    position: absolute;
    width: 30px;
    left: -40px;
}.stylepeer_help .stylesec_cert::after {
    opacity: 0.5;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 1px;
    background: rgb(231,199,156);
    width: 30px;
    right: -40px;
}.styleplan_comparison {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.styleplan_comparison::before {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    z-index: 1;
    position: absolute;
}.styleplan_comparison .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.styleplan_comparison .stylepremium_cost {
    flex-direction: column;
    display: flex;
    align-items: center;
}.styleplan_comparison h2 {
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    animation: float 6s ease-in-out infinite;
    text-align: center;
    transform: translateY(0);
}.styleplan_comparison h2::after {
    content: "";
    left: 50%;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(231,199,156), rgb(217,167,111));
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
}.styleplan_comparison .styleannual_fee {
    max-width: 800px;
    text-align: center;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    font-size: 18px;
}.styleplan_comparison .stylecost_matrix {
    width: 100%;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
    margin: 0;
}.styleplan_comparison .stylecost_matrix li {
    perspective: 1000px;
}.styleplan_comparison .stylelesson_fees {
    box-sizing: border-box;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    transform-style: preserve-3d;
    text-decoration: none;
    height: 100%;
}.styleplan_comparison .stylelesson_fees:hover {
    transform: translateY(-10px) rotateY(2deg);
}.styleplan_comparison .styletuition_grid {
    overflow: hidden;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    flex-direction: column;
    height: 100%;
    padding: 35px 30px;
    box-sizing: border-box;
}.styleplan_comparison .styletuition_grid::before {
    height: 5px;
    content: "";
    top: 0;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0.5);
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(231,199,156), rgb(217,167,111));
    left: 0;
    width: 100%;
}.styleplan_comparison .stylelesson_fees:hover .styletuition_grid::before {
    transform: scaleX(1);
}.styleplan_comparison .stylediscount_deals {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
}.styleplan_comparison .stylelesson_fees h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: calc(22px * 1.2);
    position: relative;
    color: #ffffff;
}.styleplan_comparison .stylelesson_fees h4::after {
    content: "";
    left: 0;
    width: 40px;
    height: 2px;
    background-color: rgb(231,199,156);
    position: absolute;
    bottom: -10px;
}.styleplan_comparison .stylelesson_fees p {
    line-height: 1.6;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 0 25px;
    font-size: 18px;
    flex-grow: 1;
    color: rgb(255, 255, 255, 0.5);
    white-space: normal;
}.styleplan_comparison .stylediscount_plan {
    transform: translateZ(10px);
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    font-size: calc(22px * 1.4);
    align-self: flex-start;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(231,199,156,0.5) 0%, rgb(217,167,111,0.5) 100%);
    border-radius: 6px;
    font-weight: 700;
}.styleplan_comparison .stylelesson_fees:hover .stylediscount_plan {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateZ(15px) scale(1.05);
}

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

@media (max-width: 1200px) {.styleplan_comparison {
    padding: 100px 0;
}.styleplan_comparison .stylecost_matrix {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.styleplan_comparison {
    padding: 80px 0;
}.styleplan_comparison .stylecost_matrix {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.styleplan_comparison h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.styleplan_comparison {
    padding: 60px 0;
}.styleplan_comparison .stylecost_matrix {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.styleplan_comparison .styleannual_fee {
    margin-bottom: 40px;
}.styleplan_comparison h2 {
    font-size: calc(28px * 0.8);
}.styleplan_comparison .styletuition_grid {
    padding: 30px 25px;
}
}

@media (max-width: 576px) {.styleplan_comparison {
    padding: 50px 0;
}.styleplan_comparison h2 {
    font-size: calc(28px * 0.7);
}.styleplan_comparison .styleannual_fee {
    margin-bottom: 30px;
    font-size: calc(18px * 0.9);
}.styleplan_comparison .styletuition_grid {
    padding: 25px 20px;
}.styleplan_comparison .stylelesson_fees h4 {
    font-size: calc(22px * 1.1);
}.styleplan_comparison .stylelesson_fees p {
    font-size: calc(18px * 0.9);
}.styleplan_comparison .stylediscount_plan {
    font-size: calc(22px * 1.2);
    padding: 8px 16px;
}}.styleprogram_information {
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
    background: rgb(217,167,111);
    min-height: 100vh;
    display: grid;
}.styleprogram_information .stylefast_development {
    overflow: hidden;
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 100%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}.styleprogram_information .stylelearn_career {
    animation: verticalScroll 25s ease-in-out infinite alternate;
    width: 100%;
    height: 400%;
    flex-direction: column;
    display: flex;
}.styleprogram_information .stylefast_development:hover .stylelearn_career {
    animation-play-state: paused;
}.styleprogram_information .stylecareer_classes {
    transform: scale(1.1);
    height: 25%;
    width: 100%;
    position: relative;
    transition: transform 0.5s ease;
}.styleprogram_information .stylecareer_classes::after {
    position: absolute;
    z-index: 1;
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    inset: 0;
    content: "";
}.styleprogram_information .stylecareer_classes img {
    height: 100%;
    transition: filter 0.5s ease;
    object-fit: cover;
    filter: saturate(0.8) contrast(1.2);
    width: 100%;
}.styleprogram_information .stylecareer_classes:hover img {
    filter: saturate(1.2) contrast(1.3);
}@keyframes verticalScroll {
    0%, 5% {
        transform: translateY(0);
    }
    23%, 28% {
        transform: translateY(-25%);
    }
    48%, 53% {
        transform: translateY(-50%);
    }
    73%, 78% {
        transform: translateY(-75%);
    }
    95%, 100% {
        transform: translateY(-75%);
    }
}

.styleprogram_information .container {
    display: flex;
    grid-column: 1;
    z-index: 5;
    height: 100%;
    position: relative;
    align-items: center;
}.styleprogram_information .stylelegacy_edu {
    padding-right: 10%;
    padding-left: 10%;
    width: 100%;
}.styleprogram_information .styleskill_track {
    position: relative;
    padding: 4rem 3rem;
    border-left: 4px solid rgb(231,199,156);
    background: transparent;
}.styleprogram_information .styleskill_track::before {
    transition: width 0.6s ease;
    z-index: -1;
    background: rgb(231,199,156,0.5);
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
}.styleprogram_information .styleskill_track:hover::before {
    width: 100%;
}.styleprogram_information .styleskill_track::after {
    background: rgb(231,199,156);
    position: absolute;
    width: 40px;
    height: 40px;
    content: "";
    left: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}.styleprogram_information .styleskill_track h3 {
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: 43px;
    text-transform: uppercase;
}.styleprogram_information .styleskill_track span > * {
    display: inline-block;
    transform: skewX(15deg);
}.styleprogram_information .styleskill_track p {
    padding-left: 1rem;
    color: #ffffff;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    font-size: 17px;
    border-left: 2px solid rgb(217,167,111);
    position: relative;
}.styleprogram_information .styleskill_track .stylerequest_request {
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 18px;
    transition: color 0.3s ease;
    padding: 1rem 2.5rem;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid rgb(231,199,156);
    background: transparent;
    font-weight: 700;
}.styleprogram_information .styleskill_track .stylerequest_request::before {
    position: absolute;
    z-index: -1;
    background: rgb(231,199,156);
    left: 0;
    height: 100%;
    width: 0;
    content: "";
    transition: width 0.3s ease;
    top: 0;
}.styleprogram_information .styleskill_track .stylerequest_request:hover {
    color: #000000;
}.styleprogram_information .styleskill_track .stylerequest_request:hover::before {
    width: 100%;
}

@media screen and (max-width: 1200px) {.styleprogram_information .styleskill_track h3 {
    font-size: calc(43px * 0.85);
}.styleprogram_information .stylelegacy_edu {
    padding-right: 0;
    padding-left: 5%;
}
}

@media screen and (max-width: 992px) {.styleprogram_information {
    grid-template-columns: 1fr;
    grid-template-rows: 40vh 1fr;
}.styleprogram_information .stylefast_development {
    position: relative;
    height: 40vh;
    clip-path: none;
    width: 100%;
}.styleprogram_information .stylelearn_career {
    animation: horizontalScroll 25s ease-in-out infinite alternate;
    width: 400%;
    flex-direction: row;
    height: 100%;
}.styleprogram_information .stylecareer_classes {
    height: 100%;
    width: 25%;
}.styleprogram_information .stylecareer_classes::after {
    background: linear-gradient(to bottom, #000000 0%, transparent 50%);
}.styleprogram_information .container {
    grid-row: 2;
    padding: 3rem 0;
    grid-column: auto;
}.styleprogram_information .stylelegacy_edu {
    padding: 0 5%;
}
    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        23%, 28% {
            transform: translateX(-25%);
        }
        48%, 53% {
            transform: translateX(-50%);
        }
        73%, 78% {
            transform: translateX(-75%);
        }
        95%, 100% {
            transform: translateX(-75%);
        }
    }
}

@media screen and (max-width: 768px) {.styleprogram_information .styleskill_track {
    padding: 3rem 1.5rem;
}.styleprogram_information .styleskill_track h3 {
    font-size: 30px;
    margin-bottom: 1.5rem;
}.styleprogram_information .styleskill_track::after {
    height: 30px;
    width: 30px;
    left: -15px;
}
}

@media screen and (max-width: 480px) {.styleprogram_information {
    grid-template-rows: 30vh 1fr;
}.styleprogram_information .stylefast_development {
    height: 30vh;
}.styleprogram_information .stylelearn_career {
    width: 300%;
    animation-duration: 20s;
}.styleprogram_information .stylecareer_classes {
    width: 33.333%;
}.styleprogram_information .styleskill_track {
    padding: 2rem 1rem;
    border-left-width: 3px;
}.styleprogram_information .styleskill_track h3 {
    letter-spacing: 1px;
    font-size: calc(30px * 0.9);
}.styleprogram_information .styleskill_track p {
    padding-left: 0.5rem;
    font-size: calc(17px * 0.9);
}.styleprogram_information .styleskill_track .stylerequest_request {
    display: block;
    font-size: calc(18px * 0.9);
    padding: 0.8rem 1.5rem;
    text-align: center;
}.styleprogram_information .styleskill_track::after {
    height: 20px;
    width: 20px;
    left: -10px;
}@keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        30%, 35% {
            transform: translateX(-33.333%);
        }
        60%, 65% {
            transform: translateX(-66.666%);
        }
        95%, 100% {
            transform: translateX(-66.666%);
        }
    }
}.styleprivacy_haven {
    display: flex;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #000000;
    align-items: center;
    padding: 40px;
    flex-direction: column;
    font-family: Arial, sans-serif;
    height: auto;
}.styleprivacy_haven .container {
    align-items: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
}.styleprivacy_haven h1, .styleprivacy_haven h2 {
    padding: 10px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    background: linear-gradient(90deg, rgb(231,199,156), rgb(217,167,111));
}.styleprivacy_haven h1 {
    font-size: 47px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}.styleprivacy_haven h2 {
    letter-spacing: 1px;
    margin-top: 25px;
    font-size: 31px;
    margin-bottom: 15px;
    font-weight: 600;
}.styleprivacy_haven ul {
    margin: 0;
    list-style-type: none;
    width: 100%;
    padding: 0;
}.styleprivacy_haven li {
    display: flex;
    font-size: 15px;
    align-items: center;
    border-radius: 10px;
    justify-content: flex-start;
    background-color: rgb(217,167,111,0.5);
    color: #000000;
    margin-bottom: 15px;
    padding: 15px;
}.styleprivacy_haven li::before {
    margin-right: 10px;
    content: '✔';
    color: rgb(231,199,156);
    font-size: 1.2em;
}.styleprivacy_haven p, .styleprivacy_haven span, .styleprivacy_haven div {
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.styleprivacy_haven {
    padding: 20px;
}.styleprivacy_haven h1 {
    margin-bottom: 15px;
    font-size: calc(19px - 5px);
    margin-top: 25px;
}.styleprivacy_haven h2 {
    font-size: calc(19px - 3px);
    margin-top: 20px;
    margin-bottom: 10px;
}.styleprivacy_haven ul, .styleprivacy_haven ol {
    margin: 10px 0;
    padding: 0;
}.styleprivacy_haven li {
    margin-bottom: 10px;
    font-size: calc(15px - 1px);
}.styleprivacy_haven p, .styleprivacy_haven span, .styleprivacy_haven div {
    margin-bottom: 8px;
    font-size: calc(15px - 1px);
}}
header .stylemain_skill {
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    background: linear-gradient(120deg, rgb(244,228,202) 0%, rgb(231,199,156,0.5) 100%);
    z-index: 100;
    overflow: hidden;
}header .stylemain_skill::before {
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(217,167,111,0.5) 10px,
        rgb(217,167,111,0.5) 11px
    );
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    animation: slidePattern 25s linear infinite;
    opacity: 0.1;
}header .stylemain_skill::after {
    background: rgb(231,199,156);
    width: 150%;
    top: -50px;
    opacity: 0.1;
    transform: rotate(-2deg);
    content: "";
    left: -25%;
    height: 100px;
    z-index: -2;
    position: absolute;
}header .container {
    position: relative;
    padding: 1.5rem 2rem;
}header .stylepage_head {
    gap: 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
}header .styleheader_learn {
    position: relative;
    z-index: 2;
}header .stylenav_mentor {
    border-radius: 10px;
    display: block;
    padding: 15px;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0 rgb(231,199,156,0.5);
    background: #ffffff;
    transform: rotate(-3deg);
    position: relative;
}header .stylenav_mentor::before {
    transition: all 0.3s ease;
    left: -5px;
    bottom: -5px;
    border: 2px dashed rgb(231,199,156,0.5);
    border-radius: 10px;
    position: absolute;
    opacity: 0;
    content: "";
    right: -5px;
    top: -5px;
}header .stylenav_mentor:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 8px 8px 0 rgb(231,199,156);
}header .stylenav_mentor:hover::before {
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    opacity: 1;
}header .stylenav_mentor svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
}header .stylehead_bar {
    list-style: none;
    position: relative;
    margin: 0;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}header .stylehead_bar::before {
    top: 0;
    width: 85%;
    right: 0;
    position: absolute;
    transition: width 0.3s ease;
    opacity: 0.15;
    background: linear-gradient(90deg, transparent, rgb(217,167,111,0.5) 100%);
    content: "";
    bottom: 0;
    z-index: -1;
    border-radius: 0 13px 13px 0;
}header .stylehead_bar:hover::before {
    width: 100%;
}header .styletop_prime {
    position: relative;
    margin: 5px 3px;
}header .styletop_prime:nth-child(odd) {
    transform: translateY(-3px);
}header .styletop_prime:nth-child(even) {
    transform: translateY(3px);
}header .styletop_prime a {
    color: #000000;
    border-left: 3px solid transparent;
    text-decoration: none;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 13px;
    position: relative;
    border-radius: 0 10px 0 10px;
    font-weight: 600;
    background: #ffffff;
    padding: 8px 16px;
}header .styletop_prime a::before {
    transition: transform 0.3s ease;
    background: rgb(231,199,156);
    height: 100%;
    right: 0;
    transform: scaleY(0);
    position: absolute;
    transform-origin: top;
    top: 0;
    width: 5px;
    content: "";
}header .styletop_prime a::after {
    background: linear-gradient(90deg, rgb(231,199,156) 0%, rgb(217,167,111) 100%);
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    content: "";
    transition: transform 0.3s ease 0.1s;
}header .styletop_prime a:hover {
    transform: translateX(5px);
    color: rgb(231,199,156);
    border-left-color: rgb(231,199,156);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}header .styletop_prime a:hover::before {
    transform: scaleY(1);
}header .styletop_prime a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .stylepage_head {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}header .styleheader_learn {
    justify-self: center;
}header .stylehead_bar {
    justify-content: center;
}header .stylehead_bar::before {
    background: rgb(217,167,111,0.5);
    width: 100%;
    opacity: 0.1;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .stylehead_bar {
    width: 100%;
    flex-direction: column;
}header .styletop_prime {
    transform: none !important;
    margin: 3px 0;
    width: 100%;
}header .styletop_prime a {
    border-bottom: 3px solid transparent;
    border-radius: 10px;
    text-align: center;
    border-left: none;
}header .styletop_prime a:hover {
    border-bottom-color: rgb(231,199,156);
    border-left-color: transparent;
    transform: translateY(-3px);
}header .styletop_prime a::before {
    right: auto;
    height: 5px;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scaleX(0);
}header .styletop_prime a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .stylenav_mentor {
    transform: none;
    padding: 10px;
}header .stylenav_mentor svg {
    height: 40px;
}header .stylenav_mentor:hover {
    transform: translateY(-3px);
}
}