* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}.statouter-container {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}.statgreen_edu {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    auto
contain;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}.statmain_mainbar {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1105px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.statlaunch_now {
    margin: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(192,181,172), rgb(170,130,172) 70%, rgb(192,181,172,0.5) 100%);
    transform: perspective(1000px) rotateX(2deg);
    padding: 5rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}.statlaunch_now::before {
    background: linear-gradient(45deg, transparent 30%, rgb(170,130,172,0.5) 40%, transparent 60%);
    width: 120%;
    left: -5%;
    animation: shimmer 8s infinite linear;
    position: absolute;
    pointer-events: none;
    content: "";
    z-index: 1;
    transform: rotate(-5deg);
    height: 140%;
    top: -10%;
}.statlaunch_now::after {
    width: 100%;
    z-index: 1;
    content: "";
    pointer-events: none;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(192,181,172,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(170,130,172,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(192,181,172,0.5) 2%, transparent 10%);
    opacity: 0.4;
}.statlaunch_now .container {
    max-width: 1200px;
    margin: 0 auto;
    animation: container-appear 0.8s ease-out forwards;
    position: relative;
    transform: translateY(10px);
    display: flex;
    z-index: 2;
    gap: 2.5rem;
    flex-direction: column;
    align-items: center;
}.statlaunch_now h6 {
    color: #ffffff;
    animation: text-appear 0.7s ease-out 0.2s forwards;
    max-width: 800px;
    padding: 0 1rem;
    line-height: 1.6;
    font-size: clamp(21px, 4vw, calc(21px * 1.2));
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    font-weight: 600;
    letter-spacing: 0.5px;
}.statlaunch_now div div {
    margin-top: 1rem;
    justify-content: center;
    transform: translateY(15px);
    display: flex;
    opacity: 0;
    animation: button-appear 0.8s ease-out 0.4s forwards;
}.statlaunch_now div span {
    position: relative;
    display: inline-block;
}.statlaunch_now .statfeedback_box {
    font-weight: 600;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: rgb(192,181,172);
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    font-size: 18px;
    position: relative;
    transform: translateZ(0);
    display: inline-flex;
    padding: 1rem 2.5rem;
}.statlaunch_now .statfeedback_box::before {
    transform: translate3d(0, 0, 0);
    right: -2px;
    background: linear-gradient(45deg, rgb(192,181,172), rgb(170,130,172), rgb(192,181,172));
    z-index: -1;
    position: absolute;
    content: "";
    left: -2px;
    bottom: -2px;
    animation: gradient-shift 5s ease infinite;
    top: -2px;
}.statlaunch_now .statfeedback_box span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}.statlaunch_now .statfeedback_box:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px) scale(1.02);
    color: rgb(170,130,172);
}.statlaunch_now .statfeedback_box:hover span {
    transform: translateX(5px);
}.statlaunch_now .statfeedback_box:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(-5deg);
    }
    100% {
        transform: translateX(100%) rotate(-5deg);
    }
}

@keyframes text-appear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes button-appear {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes container-appear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gradient-shift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@media screen and (max-width: 991px) {.statlaunch_now {
    padding: 4rem 1.5rem;
    margin: 3rem 0;
}.statlaunch_now .container {
    gap: 2rem;
}.statlaunch_now h6 {
    font-size: 21px;
}
}

@media screen and (max-width: 768px) {.statlaunch_now {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3.5rem 1.25rem;
}.statlaunch_now .container {
    gap: 1.8rem;
}.statlaunch_now .statfeedback_box {
    padding: 0.9rem 2rem;
}
}

@media screen and (max-width: 576px) {.statlaunch_now {
    transform: none;
    padding: 3rem 1rem;
}.statlaunch_now .container {
    gap: 1.5rem;
}.statlaunch_now h6 {
    line-height: 1.5;
    letter-spacing: 0.3px;
}.statlaunch_now .statfeedback_box {
    padding: 0.8rem 1.75rem;
}}.statinstructor_history {
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(221,228,221) 0%, rgb(192,181,172,0.5) 35%, rgb(170,130,172,0.5) 100%);
}.statinstructor_history::before {
    animation: rotate 20s linear infinite;
    height: 200%;
    opacity: 0.2;
    content: "";
    position: absolute;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(192,181,172,0.5) 120deg, transparent 180deg, rgb(170,130,172,0.5) 260deg, transparent 360deg);
    z-index: 0;
    left: -10%;
    width: 200%;
    top: -50%;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.statinstructor_history .container {
    position: relative;
    z-index: 1;
    perspective: 1000px;
    margin: 0 auto;
    max-width: 1200px;
}.statinstructor_history .statrating_voices {
    padding: 2.5rem;
    grid-template-areas:
    "photo quote"
    "name quote";
    background: #ffffff;
    grid-template-columns: minmax(220px, 1fr) 2fr;
    transform-style: preserve-3d;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(192,181,172,0.5);
    backdrop-filter: blur(10px);
    transform: rotateX(5deg) rotateY(-2deg);
    grid-template-rows: auto auto;
    display: grid;
    border-radius: 21px;
    gap: 1.5rem;
    transition: transform 0.5s ease;
}.statinstructor_history .statrating_voices:hover {
    transform: rotateX(0) rotateY(0);
}.statinstructor_history .statimg_item_wrapper {
    width: 100%;
    box-shadow: 
    -5px 5px 0 rgb(170,130,172),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 21px;
    grid-area: photo;
    transition: transform 0.3s ease;
    transform: translateZ(20px);
    aspect-ratio: 1/1;
}.statinstructor_history .statrating_voices:hover .statimg_item_wrapper {
    transform: translateZ(30px) scale(1.05);
}.statinstructor_history .name {
    grid-area: name;
    font-weight: 700;
    font-size: 23px;
    display: block;
    transform: translateZ(10px);
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    color: rgb(192,181,172);
}.statinstructor_history .name + span {
    color: #000000;
    opacity: 0.8;
    padding-left: 1rem;
    transform: translateZ(5px);
    align-self: end;
    font-size: 15px;
    letter-spacing: 1px;
    grid-area: name;
    margin-top: 2rem;
    font-weight: 600;
    text-transform: uppercase;
}.statinstructor_history .statjob_view {
    font-size: calc(15px * 1.1);
    line-height: 1.7;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #ffffff, rgb(221,228,221));
    position: relative;
    transform: translateZ(15px);
    color: #000000;
    grid-area: quote;
    transition: transform 0.3s ease;
    border-radius: 21px;
    padding: 2rem;
}.statinstructor_history .statjob_view::before {
    content: "";
    background: linear-gradient(45deg, rgb(192,181,172,0.5) 0%, transparent 40%, transparent 60%, rgb(170,130,172,0.5) 100%);
    height: 100%;
    width: 100%;
    border-radius: 21px;
    mix-blend-mode: overlay;
    opacity: 0.3;
    top: 0;
    left: 0;
    position: absolute;
}.statinstructor_history .statrating_voices:hover .statjob_view {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.statinstructor_history .statrating_voices {
    grid-template-areas:
      "statimg_item_wrapper"
      "name"
      "statjob_view";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    transform: none;
}.statinstructor_history .statimg_item_wrapper {
    max-width: 200px;
    margin: 0 auto;
}.statinstructor_history .name,
  .statinstructor_history .name + span {
    text-align: center;
    padding-left: 0;
}.statinstructor_history .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.statinstructor_history {
    padding: 4rem 1rem;
}.statinstructor_history .statrating_voices {
    padding: 1.5rem;
}.statinstructor_history .statjob_view {
    padding: 1.5rem;
}}.stattariff_card {
    overflow: hidden;
    background: rgb(221,228,221);
    position: relative;
    padding: 120px 0;
}.stattariff_card::before {
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    z-index: 0;
    left: 0;
    position: absolute;
    width: 100%;
}.stattariff_card .container {
    max-width: 1400px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.stattariff_card .statcost_table {
    gap: 60px;
    grid-template-columns: 1fr;
    display: grid;
}.stattariff_card .statdiscount_grid {
    opacity: 0;
    margin: 0 auto;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    transform: translateY(20px);
    max-width: 800px;
    text-align: center;
}.stattariff_card .statdiscount_grid h2 {
    display: inline-block;
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
}.stattariff_card .statdiscount_grid h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(192,181,172), rgb(170,130,172));
    height: 3px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
}.stattariff_card .statclass_deals {
    font-size: calc(16px + 0.1rem);
    margin-top: 30px;
    color: #000000;
    line-height: 1.6;
}.stattariff_card .statvalue_pricing {
    animation: fadeSlideUp 0.8s forwards 0.4s;
    gap: 30px;
    opacity: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transform: translateY(30px);
    margin-top: 20px;
}.stattariff_card .statmonthly_plan {
    text-decoration: none;
    will-change: transform;
    display: block;
    color: inherit;
    position: relative;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.stattariff_card .statmonthly_plan:hover {
    transform: translateY(-10px) scale(1.02);
}.stattariff_card .statvalue_deals {
    overflow: hidden;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    display: flex;
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    border-radius: 21px;
    min-height: 420px;
}.stattariff_card .statmonthly_plan:hover .statvalue_deals {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.stattariff_card .statmonthly_plan:nth-child(odd) .statvalue_deals::before {
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(192,181,172);
    height: 100%;
    width: 5px;
    left: 0;
    transform-origin: bottom;
    position: absolute;
    top: 0;
    content: "";
}.stattariff_card .statmonthly_plan:nth-child(even) .statvalue_deals::before {
    background: rgb(170,130,172);
    top: 0;
    height: 100%;
    transform-origin: bottom;
    transform: scaleY(0);
    width: 5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
    position: absolute;
    content: "";
}.stattariff_card .statmonthly_plan:hover .statvalue_deals::before {
    transform: scaleY(1);
}.stattariff_card .statplan_rates {
    position: relative;
    padding: 40px 30px;
    flex-direction: column;
    flex: 1;
    display: flex;
    z-index: 1;
}.stattariff_card .statplan_rates h3 {
    transition: color 0.3s ease;
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-size: calc(23px + 0.2rem);
    font-weight: 700;
}.stattariff_card .statmonthly_plan:hover .statplan_rates h3 {
    color: rgb(192,181,172);
}.stattariff_card .statmonthly_plan:nth-child(even):hover .statplan_rates h3 {
    color: rgb(170,130,172);
}.stattariff_card .statdiscount_price {
    padding-bottom: 10px;
    font-size: calc(23px + 0.5rem);
    margin: 10px 0 20px;
    position: relative;
    display: inline-block;
    color: rgb(192,181,172);
    font-weight: 700;
}.stattariff_card .statmonthly_plan:nth-child(even) .statdiscount_price {
    color: rgb(170,130,172);
}.stattariff_card .statdiscount_price::after {
    position: absolute;
    background: currentColor;
    content: "";
    width: 40px;
    left: 0;
    opacity: 0.6;
    height: 3px;
    bottom: 0;
}.stattariff_card .statplan_rates p {
    font-size: 16px;
    word-wrap: break-word;
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    hyphens: auto;
    margin-top: auto;
}.stattariff_card .statimg_item_wrapper {
    transition: transform 0.5s ease;
    height: 200px;
    width: 100%;
    position: relative;
    transform-origin: center;
}.stattariff_card .statmonthly_plan:hover .statimg_item_wrapper {
    transform: scale(1.05);
}.stattariff_card .statimg_item_wrapper::after {
    width: 100%;
    bottom: 0;
    height: 40%;
    position: absolute;
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    content: "";
    transition: opacity 0.4s ease;
    left: 0;
}.stattariff_card .statmonthly_plan:hover .statimg_item_wrapper::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.stattariff_card .statcost_table {
    grid-template-columns: 1fr;
}.stattariff_card .statvalue_pricing {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}
}

@media (min-width: 992px) {.stattariff_card {
    padding: 150px 0;
}.stattariff_card .statcost_table {
    gap: 80px;
    grid-template-columns: 1fr;
}.stattariff_card .statvalue_pricing {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}.stattariff_card .statvalue_deals {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.stattariff_card .statvalue_pricing {
    gap: 40px;
}
}

@media (max-width: 767px) {.stattariff_card {
    padding: 80px 0;
}.stattariff_card .statdiscount_grid h2 {
    font-size: calc(36px - 0.4rem);
}.stattariff_card .statclass_deals {
    font-size: 16px;
}.stattariff_card .statplan_rates {
    padding: 30px 20px;
}.stattariff_card .statvalue_deals {
    min-height: 400px;
}.stattariff_card .statimg_item_wrapper {
    height: 160px;
}
}

@media (max-width: 480px) {.stattariff_card {
    padding: 60px 0;
}.stattariff_card .statcost_table {
    gap: 40px;
}.stattariff_card .statvalue_pricing {
    gap: 25px;
}.stattariff_card .statplan_rates h3 {
    font-size: 23px;
}.stattariff_card .statdiscount_price {
    font-size: 23px;
}.stattariff_card .statplan_rates p {
    font-size: calc(16px - 0.1rem);
}}.statsecure_sanctum {
    max-width: 1100px;
    overflow: hidden;
    background: #ffffff;
    padding: 50px;
    position: relative;
    margin: 0 auto;
    color: #000000;
    border: 2px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
}.statsecure_sanctum::before,
.statsecure_sanctum::after {
    background: rgb(170,130,172,0.5);
    content: '';
    z-index: -1;
    border-radius: 50%;
    position: absolute;
}.statsecure_sanctum::before {
    width: 200px;
    right: -50px;
    top: -50px;
    height: 200px;
}.statsecure_sanctum::after {
    bottom: -100px;
    width: 300px;
    left: -100px;
    height: 300px;
}.statsecure_sanctum h1 {
    border-bottom: 3px dashed rgb(192,181,172);
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
    color: rgb(192,181,172);
    font-size: 47px;
    padding-bottom: 10px;
}.statsecure_sanctum h2 {
    font-size: 32px;
    font-weight: 600;
    color: rgb(170,130,172);
    border-left: 8px double rgb(170,130,172);
    margin-top: 30px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}.statsecure_sanctum h2::before {
    left: -15px;
    height: 10px;
    content: '';
    width: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(192,181,172);
    position: absolute;
}.statsecure_sanctum ul {
    padding-left: 20px;
    border-radius: 10px;
    border: 1px solid rgb(170,130,172,0.5);
    margin: 20px 0;
    list-style: none;
    background: rgb(170,130,172,0.5);
}.statsecure_sanctum ul li {
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    margin-bottom: 10px;
}.statsecure_sanctum ul li::before {
    font-size: 1.5em;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '•';
    position: absolute;
    color: rgb(192,181,172);
}.statsecure_sanctum p, .statsecure_sanctum span, .statsecure_sanctum div {
    padding: 10px;
    line-height: 1.8;
    margin-bottom: 20px;
    background: rgb(192,181,172,0.5);
    font-size: 13px;
    border-radius: 10px;
    border-left: 4px solid rgb(192,181,172,0.5);
    color: #000000;
}.statsecure_sanctum h3, .statsecure_sanctum h4, .statsecure_sanctum h5, .statsecure_sanctum h6 {
    margin-bottom: 15px;
    font-weight: 600;
    border-left: 5px solid rgb(192,181,172);
    padding-left: 15px;
    position: relative;
    margin-top: 25px;
    font-size: 22px;
    color: rgb(192,181,172);
}.statsecure_sanctum h3::after, .statsecure_sanctum h4::after, .statsecure_sanctum h5::after, .statsecure_sanctum h6::after {
    bottom: -5px;
    position: absolute;
    height: 2px;
    content: '';
    width: 20px;
    background: rgb(170,130,172);
    left: 0;
}

@media only screen and (max-width: 800px) {.statsecure_sanctum {
    padding: 30px;
}.statsecure_sanctum h1 {
    font-size: calc(22px - 4px);
}.statsecure_sanctum h2 {
    font-size: calc(22px - 3px);
}.statsecure_sanctum h3, .statsecure_sanctum h4, .statsecure_sanctum h5, .statsecure_sanctum h6 {
    font-size: calc(22px - 2px);
}.statsecure_sanctum p, .statsecure_sanctum span, .statsecure_sanctum div, .statsecure_sanctum ul li {
    font-size: calc(13px - 2px);
}}.statour_background {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
    position: relative;
}.statour_background::before {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    content: "";
    bottom: 0;
}.statour_background::after {
    top: -100px;
    opacity: 0.15;
    z-index: 1;
    content: "";
    background: rgb(192,181,172);
    animation: pulse 10s infinite alternate ease-in-out;
    border-radius: 50%;
    position: absolute;
    width: 300px;
    right: -100px;
    filter: blur(60px);
    height: 300px;
}.statour_background .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.statour_background .stattext_embed {
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    border-left: 4px solid rgb(192,181,172);
    backdrop-filter: blur(10px);
    transform: translateY(20px);
    position: relative;
    background: linear-gradient(to right, 
        rgba(#000000, 0.6), 
        rgba(#000000, 0.4));
}.statour_background .stattext_embed::before {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, 
        rgb(192,181,172,0.5) 0%, 
        transparent 100%);
    content: "";
    opacity: 0.05;
    width: 100%;
    z-index: -1;
    height: 100%;
}.statour_background .stattext_embed > div:first-child {
    position: relative;
    margin-bottom: 10px;
}.statour_background .stattext_embed > div:first-child::after {
    height: 2px;
    width: 60px;
    position: absolute;
    content: "";
    transition: width 0.4s ease;
    left: 0;
    background: rgb(192,181,172);
    bottom: -5px;
}.statour_background h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0;
    position: relative;
    font-size: 18px;
    margin: 0 0 10px;
    color: rgb(192,181,172);
    font-weight: 700;
    transform: translateX(-10px);
    animation: fadeInRight 0.6s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.statour_background p {
    transform: translateX(-10px);
    font-size: calc(17px * 1.2);
    color: #ffffff;
    margin: 0 0 25px;
    opacity: 0;
    animation: fadeInRight 0.6s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.6;
}.statour_background b {
    font-size: calc(17px * 1.3);
    color: rgb(192,181,172);
    letter-spacing: 0.5px;
    font-weight: 700;
}.statour_background ol {
    transform: translateY(20px);
    counter-reset: item;
    margin: 30px 0 0;
    opacity: 0;
    list-style-type: none;
    animation: fadeInUp 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: 0;
}.statour_background li {
    position: relative;
    margin-bottom: 15px;
    text-align: justify;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.8;
    padding-left: 20px;
}.statour_background li::before {
    top: 12px;
    border-radius: 50%;
    content: "";
    left: 0;
    height: 6px;
    width: 6px;
    position: absolute;
    background-color: rgb(192,181,172);
}

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

@keyframes fadeInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

@media (min-width: 768px) {.statour_background {
    padding: 150px 0;
}.statour_background .stattext_embed {
    max-width: 85%;
    padding: 60px;
    margin-left: auto;
}.statour_background .stattext_embed::after {
    z-index: -1;
    left: 40px;
    width: 80px;
    opacity: 0.3;
    height: 80px;
    position: absolute;
    content: "";
    top: -40px;
    border: 1px solid rgb(192,181,172);
}.statour_background ol {
    column-count: 1;
    column-gap: 40px;
}.statour_background h5 {
    font-size: calc(18px * 1.2);
}
}

@media (min-width: 992px) {.statour_background {
    padding: 180px 0;
}.statour_background .stattext_embed {
    max-width: 75%;
    margin-left: auto;
    margin-right: 0;
    transform: perspective(1000px) rotateY(-2deg);
}.statour_background .stattext_embed:hover::after {
    opacity: 0.4;
    transform: scale(1.1);
    transition: all 0.5s ease;
}.statour_background .stattext_embed > div:first-child:hover::after {
    width: 100px;
}
}

@media (max-width: 767px) {.statour_background {
    padding: 80px 0;
}.statour_background .stattext_embed {
    padding: 30px 20px;
}.statour_background h5 {
    font-size: 18px;
}.statour_background p {
    font-size: 17px;
}.statour_background li {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}}.statopening_page {
    justify-content: center;
    background: linear-gradient(135deg, rgb(221,228,221), rgb(192,181,172,0.5));
    overflow: hidden;
    display: flex;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    position: relative;
    padding: 4rem 1rem;
}.statopening_page > div {
    position: relative;
    width: 100%;
    z-index: 1;
    max-width: 1200px;
}.statopening_page .statedu_values {
    position: relative;
    margin-bottom: 3rem;
}.statopening_page .statedu_values::before {
    transform: scale(0.9);
    top: -10px;
    opacity: 0.8;
    content: "";
    width: 60px;
    position: absolute;
    transition: transform 0.3s ease-in-out;
    height: 60px;
    border-top: 3px solid rgb(192,181,172);
    border-left: 3px solid rgb(192,181,172);
    left: -10px;
}.statopening_page .statedu_values:hover::before {
    transform: scale(1);
}.statopening_page .statstart_first {
    line-height: 1.2;
    font-weight: 700;
    font-size: 41px;
    padding-bottom: 1.5rem;
    position: relative;
    color: #000000;
    transform: translateX(20px);
    margin: 0;
}.statopening_page .statstart_first::after {
    width: 80px;
    position: absolute;
    bottom: 0;
    height: 4px;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(192,181,172), rgb(170,130,172));
}.statopening_page .statstart_first:hover::after {
    width: 120px;
}.statopening_page .statmain_hero {
    border-radius: 15px;
    transition: transform 0.4s ease-out;
    padding: 3rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.statopening_page .statmain_hero::before {
    opacity: 0.85;
    top: 0;
    left: 0;
    z-index: 0;
    bottom: 0;
    background: linear-gradient(145deg, rgb(192,181,172,0.5), rgba(0, 0, 0, 0.5));
    content: "";
    right: 0;
    position: absolute;
}.statopening_page .statmain_hero:hover {
    transform: translateY(-5px);
}.statopening_page .statmain_hero > div {
    max-width: 90%;
    z-index: 1;
    position: relative;
}.statopening_page .statmain_hero > div > div {
    transform: translateX(-10px);
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    display: inline-block;
    border-left: 4px solid rgb(170,130,172);
}.statopening_page .statmain_hero > div > div:hover {
    transform: translateX(0);
}.statopening_page .statmain_hero p {
    font-weight: 600;
    line-height: 1.5;
    font-size: calc(17px * 1.1);
    margin: 0;
    color: #000000;
}.statopening_page .statmain_hero h3 {
    transition: transform 0.3s ease, background 0.3s ease;
    backdrop-filter: blur(3px);
    padding: 1rem 1.5rem;
    margin: 0;
    border-radius: 0 10px 10px 0;
    line-height: 1.5;
    max-width: 95%;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(170,130,172,0.5), transparent);
    font-size: calc(20px * 1.2);
    transform: translateX(0);
}.statopening_page .statmain_hero h3:hover {
    transform: translateX(10px);
    background: linear-gradient(90deg, rgb(170,130,172), rgb(170,130,172,0.5));
}

@media (max-width: 992px) {.statopening_page {
    padding: 3rem 1rem;
}.statopening_page .statstart_first {
    transform: translateX(10px);
    font-size: calc(41px * 0.85);
}.statopening_page .statmain_hero {
    padding: 2rem;
}.statopening_page .statmain_hero > div {
    max-width: 100%;
}.statopening_page .statmain_hero h3 {
    max-width: 100%;
    font-size: 20px;
}
}

@media (max-width: 768px) {.statopening_page {
    padding: 2rem 1rem;
    min-height: auto;
}.statopening_page .statedu_values {
    margin-bottom: 2rem;
}.statopening_page .statstart_first {
    font-size: calc(32px * 0.9);
    padding-bottom: 1rem;
    transform: translateX(0);
}.statopening_page .statmain_hero {
    padding: 1.5rem;
}.statopening_page .statmain_hero > div > div {
    margin-bottom: 1.5rem;
    padding: 0.75rem 1.5rem;
}.statopening_page .statmain_hero p {
    font-size: 17px;
}.statopening_page .statmain_hero h3 {
    padding: 0.75rem 1rem;
    font-size: calc(16px * 1.1);
}
}

@media (max-width: 576px) {.statopening_page .statstart_first {
    font-size: calc(32px * 0.8);
}.statopening_page .statedu_values::before {
    width: 40px;
    height: 40px;
}.statopening_page .statmain_hero {
    padding: 1rem;
}.statopening_page .statmain_hero > div > div {
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
}.statopening_page .statmain_hero h3 {
    font-size: 16px;
    padding: 0.5rem 0.75rem;
}}.statcookieInformationAlert {
    transition: all 0.3s ease-in-out;
    z-index: 90;
    padding: 20px 0;
    position: fixed;
    border-top: 2px solid rgb(192,181,172);
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    width: 100%;
    background: rgb(170,130,172);
}.statcookie_guard {
    flex-wrap: wrap;
    padding: 20px 30px;
    align-items: center;
    margin: auto;
    justify-content: space-between;
    display: flex;
    max-width: 1200px;
}.statcookieInformationAlert h5 {
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
}.statcookieInformationAlert p {
    color: #ffffff;
    max-width: 500px;
    font-size: 15px;
}.statuser_status {
    flex-shrink: 0;
    margin-right: 20px;
}.statuser_status svg, .statuser_status svg path {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(192,181,172);
    height: 80px;
}.statuser_status:hover svg {
    transform: rotate(10deg);
}.statedu_accept {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
    font-size: 17px;
    margin-left: 20px;
    text-decoration: none;
    color: #ffffff;
    background: rgb(192,181,172);
    padding: 10px 20px;
    line-height: 35px;
    box-shadow: rgb(192,181,172,0.5) 0px 4px 10px 0px;
    border-radius: 27px;
}.cookie_button.statcookie_overlay {
    background: rgb(192,181,172);
}.cookie_button.statdata_policy {
    background: rgb(170,130,172);
}.statedu_accept:hover {
    box-shadow: rgb(192,181,172,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.statcookieInformationAlert p a {
    text-decoration: none;
    color: rgb(192,181,172);
    transition: color 0.3s ease-in-out;
    font-weight: 600;
}.statcookieInformationAlert p a:hover {
    color: rgb(170,130,172);
}.statouter-container .statcookieInformationAlert {
    background: rgb(170,130,172);
    border: none;
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.statouter-container .statedu_accept {
    font-weight: 400;
    font-size: 17px;
    background: rgb(192,181,172);
    margin-left: 30px;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 10px;
    border: none;
    padding: 10px;
}.statouter-container .statcookie_alerts h5, .statouter-container .statcookie_alerts p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.statcookieInformationAlert {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.statuser_status {
    display: none;
}.statcookie_guard {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.statcookieInformationAlert h5 {
    text-align: center;
}.statcookieInformationAlert p {
    text-align: center;
}.statcookie_alerts {
    text-align: center;
    margin-bottom: 20px;
}.statedu_accept {
    width: 100%;
    max-width: 300px;
    margin-left: 0;
    margin-top: 10px;
}}
#statcookie_popupalert {
    display: none;
}#statcookie_popupalert:checked ~ .statcookieInformationAlert {
    visibility: hidden;
    opacity: 0;
}.statgratCard {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,228,221) 0%, rgba(255,255,255,0.95) 100%);
}.statgratCard::before {
    animation: ambientGlow 15s infinite alternate ease-in-out;
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 10%, rgb(192,181,172,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgb(170,130,172,0.5) 0%, transparent 50%);
    opacity: 0.1;
    top: 0;
    left: 0;
    width: 100%;
}.statgratCard::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(192,181,172), rgb(170,130,172), transparent);
    height: 3px;
    left: 0;
    z-index: 1;
    content: "";
}.statgratCard .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.statgratCard h2 {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    opacity: 0;
    color: #000000;
    transform: translateY(20px);
    font-weight: 700;
    font-size: 28px;
}.statgratCard h2::after {
    background: linear-gradient(90deg, rgb(192,181,172), rgb(170,130,172));
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
}.statgratCard .statskill_lab {
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    border-radius: 21px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05);
    background: #ffffff;
    opacity: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(30px);
    overflow: hidden;
    padding: 40px;
    position: relative;
}.statgratCard .statskill_lab::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(192,181,172), rgb(170,130,172));
    width: 5px;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
}.statgratCard .statskill_lab::after {
    pointer-events: none;
    right: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(245,247,250,0.6) 100%);
    z-index: 1;
    position: absolute;
    width: 40%;
    content: "";
    top: 0;
    height: 100%;
}.statgratCard .statskill_lab:hover {
    box-shadow: 0 18px 35px rgba(0,0,0,0.1), 
                0 8px 20px rgba(0,0,0,0.07);
    transform: translateY(27px);
}.statgratCard ul {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2;
    position: relative;
}.statgratCard li {
    padding-left: 25px;
    position: relative;
}.statgratCard li::before {
    height: 8px;
    width: 8px;
    content: "";
    position: absolute;
    transform: scale(0);
    background: rgb(192,181,172);
    left: 0;
    top: 10px;
    border-radius: 50%;
    animation: scaleIn 0.4s 0.8s forwards ease-out;
}.statgratCard span {
    transform: translateX(20px);
    position: relative;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    opacity: 0;
    display: block;
}.statgratCard span::after {
    width: 0;
    animation: lineExpand 1.2s 1s forwards ease-in-out;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(192,181,172,0.5), transparent);
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.05;
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        background-position: 5% 5%, 95% 95%;
    }
}

@media (max-width: 991px) {.statgratCard {
    padding: 90px 0;
}.statgratCard h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 35px;
}.statgratCard .statskill_lab {
    padding: 35px;
}.statgratCard .statskill_lab::after {
    width: 30%;
}
}

@media (max-width: 767px) {.statgratCard {
    padding: 70px 0;
}.statgratCard h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.statgratCard h2::after {
    bottom: -12px;
    width: 60px;
}.statgratCard .statskill_lab {
    padding: 30px 25px;
}.statgratCard .statskill_lab::after {
    display: none;
}.statgratCard span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.statgratCard {
    padding: 50px 0;
}.statgratCard h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.7);
}.statgratCard .statskill_lab {
    padding: 25px 20px;
    border-radius: 10px;
}.statgratCard li {
    padding-left: 20px;
}.statgratCard li::before {
    width: 6px;
    height: 6px;
    top: 8px;
}.statgratCard span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}.statcustomer_opinions {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(165deg, rgb(221,228,221) 0%, #ffffff 100%);
}.statcustomer_opinions::before {
    opacity: 0.5;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(192,181,172,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(170,130,172,0.5) 0%, transparent 40%);
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 0;
}.statcustomer_opinions::after {
    top: 0;
    content: "";
    z-index: 0;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgb(192,181,172,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(192,181,172,0.5) 1px, transparent 1px);
    left: 0;
    width: 100%;
    position: absolute;
    background-size: 50px 50px;
    opacity: 0.05;
}.statcustomer_opinions .statskill_lab {
    padding: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}.statcustomer_opinions h4 {
    font-weight: 700;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 35px;
    color: #000000;
    margin-bottom: 80px;
}.statcustomer_opinions h4::before {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(192,181,172), rgb(170,130,172));
    width: 100px;
    transform: translateX(-50%);
    position: absolute;
    height: 8px;
    left: 50%;
    content: "";
    bottom: -20px;
}.statcustomer_opinions h4::after {
    border: 3px solid rgb(192,181,172);
    background: #ffffff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -26px;
    left: 50%;
    z-index: 1;
    content: "";
}.statcustomer_opinions .statalumni_views {
    width: max-content;
    animation: scrollReviews 60s linear infinite;
    position: relative;
    display: flex;
    padding: 20px 0;
}.statcustomer_opinions .statalumni_views:hover {
    animation-play-state: paused;
}.statcustomer_opinions .statrating_voices {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    align-items: center;
    transition: all 0.4s ease;
    margin: 0 20px;
    position: relative;
    width: 320px;
    display: flex;
    padding: 30px;
    z-index: 1;
    height: 400px;
    transform: translateY(0);
    border-radius: 14px;
}.statcustomer_opinions .statrating_voices:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
}.statcustomer_opinions .statrating_voices::before {
    width: 100%;
    border-radius: inherit;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    content: "";
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
}.statcustomer_opinions .statrating_voices::after {
    transition: all 0.4s ease;
    border-radius: 50%;
    background: rgb(192,181,172,0.5);
    right: -10px;
    height: 60px;
    opacity: 0.2;
    position: absolute;
    content: "";
    top: -10px;
    width: 60px;
    z-index: -1;
}.statcustomer_opinions .statrating_voices:hover::after {
    transform: scale(1.2);
    opacity: 0.3;
}.statcustomer_opinions .statimg_item_wrapper {
    width: 110px;
    height: 110px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    margin-bottom: 25px;
    border-radius: 50%;
    position: relative;
    border: 5px solid #ffffff;
}.statcustomer_opinions .statrating_voices:hover .statimg_item_wrapper {
    border-color: rgb(192,181,172,0.5);
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.statcustomer_opinions .statrating_voices span {
    transition: all 0.3s ease;
    font-weight: 600;
    text-align: center;
    position: relative;
    color: #000000;
    margin-bottom: 15px;
    font-size: calc(12px * 1.2);
}.statcustomer_opinions .statrating_voices span::after {
    opacity: 0.5;
    height: 2px;
    background: rgb(192,181,172);
    position: absolute;
    content: "";
    bottom: -8px;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    width: 40px;
    left: 50%;
}.statcustomer_opinions .statrating_voices:hover span {
    color: rgb(192,181,172);
}.statcustomer_opinions .statrating_voices:hover span::after {
    width: 60px;
    opacity: 1;
}.statcustomer_opinions .statrating_voices p {
    transition: all 0.3s ease;
    line-height: 1.6;
    overflow: hidden;
    color: #000000;
    text-align: center;
    display: flex;
    flex-grow: 1;
    align-items: center;
    font-size: 12px;
}.statcustomer_opinions .statrating_voices:nth-child(3n+1) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(192,181,172,0.5), 0.05));
}.statcustomer_opinions .statrating_voices:nth-child(3n+2) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(170,130,172,0.5), 0.05));
}.statcustomer_opinions .statrating_voices:nth-child(3n+2)::after {
    background: rgb(170,130,172,0.5);
}.statcustomer_opinions .statrating_voices:nth-child(3n+3) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(192,181,172,0.5), 0.03));
}.statcustomer_opinions .statrating_voices:nth-child(even) {
    margin-top: 30px;
}.statcustomer_opinions .statrating_voices:nth-child(odd) {
    margin-top: -30px;
}

@keyframes scrollReviews {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {.statcustomer_opinions {
    padding: 90px 0;
}.statcustomer_opinions .statrating_voices {
    height: 380px;
    padding: 25px;
    width: 280px;
}.statcustomer_opinions .statimg_item_wrapper {
    height: 90px;
    width: 90px;
}
}

@media (max-width: 992px) {.statcustomer_opinions {
    padding: 70px 0;
}.statcustomer_opinions h4 {
    margin-bottom: 60px;
}.statcustomer_opinions .statrating_voices {
    width: 250px;
    margin: 0 15px;
    height: 350px;
    padding: 20px;
}.statcustomer_opinions .statimg_item_wrapper {
    height: 80px;
    margin-bottom: 20px;
    width: 80px;
}.statcustomer_opinions .statrating_voices span {
    font-size: 12px;
}.statcustomer_opinions .statrating_voices:nth-child(even) {
    margin-top: 20px;
}.statcustomer_opinions .statrating_voices:nth-child(odd) {
    margin-top: -20px;
}
}

@media (max-width: 768px) {.statcustomer_opinions {
    padding: 60px 0;
}.statcustomer_opinions .statskill_lab {
    padding: 0 20px;
    overflow: visible;
}.statcustomer_opinions .statalumni_views {
    animation: none;
    width: 100%;
    flex-direction: column;
}.statcustomer_opinions .statrating_voices {
    width: 100%;
    min-height: 200px;
    padding: 25px;
    height: auto;
    margin: 0 0 30px;
}.statcustomer_opinions .statrating_voices:last-child {
    margin-bottom: 0;
}.statcustomer_opinions .statrating_voices:nth-child(even),
    .statcustomer_opinions .statrating_voices:nth-child(odd) {
    margin-top: 0;
}.statcustomer_opinions .statrating_voices::after {
    height: 40px;
    width: 40px;
}.statcustomer_opinions .statimg_item_wrapper {
    margin-bottom: 15px;
    height: 80px;
    width: 80px;
}.statcustomer_opinions .statrating_voices p {
    margin-top: 10px;
}}header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(192,181,172,0.5) 0%,
        #000000 100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    width: 100%;
}header::before {
    width: 100%;
    opacity: 0.3;
    position: absolute;
    content: "";
    animation: pulse-bg 8s infinite alternate;
    background: 
        radial-gradient(circle at 20% 30%, rgb(170,130,172,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(192,181,172,0.5) 0%, transparent 15%);
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}header::after {
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(170,130,172,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(170,130,172,0.5) 100%);
    z-index: 1;
    position: absolute;
    opacity: 0.1;
    background-size: 20px 20px;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
}header .container {
    flex-direction: column;
    align-items: center;
    z-index: 2;
    display: flex;
    position: relative;
    padding: 0;
}header .stattop_info {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
}header .stathead_site {
    position: relative;
    display: flex;
    text-decoration: none;
    margin: 1rem 0 1.5rem;
    justify-content: center;
    align-items: center;
    z-index: 3;
}header .stathead_site::before {
    border-radius: 50%;
    z-index: -1;
    height: 120px;
    content: "";
    animation: rotate 10s linear infinite;
    width: 120px;
    opacity: 0.2;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(170,130,172,0.5) 120deg,
            transparent 180deg,
            rgb(192,181,172,0.5) 240deg,
            transparent 360deg
        );
    position: absolute;
}header .stathead_site::after {
    width: 70px;
    height: 70px;
    filter: blur(20px);
    content: "";
    background: rgb(170,130,172,0.5);
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    animation: pulse-opacity 4s ease infinite alternate;
    opacity: 0.3;
}header .stathead_site svg {
    transition: all 0.4s ease;
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(192,181,172,0.5));
}header .stathead_site:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(170,130,172));
}header .statheader_navbar {
    padding: 1rem 0;
    scrollbar-width: none;
    border-top: 1px solid rgb(192,181,172,0.5);
    border-bottom: 1px solid rgb(192,181,172,0.5);
    gap: 0.8rem;
    position: relative;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    overflow-x: auto;
    width: 100vw;
    display: flex;
    justify-content: center;
}header .statheader_navbar::-webkit-scrollbar {
    display: none;
}header .statheader_navbar::before {
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    left: 0;
    pointer-events: none;
    z-index: 3;
}header .stathead_page {
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    color: #ffffff;
    perspective: 800px;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    font-family: Arial, sans-serif;
}header .stathead_page::before {
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    border: 1px solid transparent;
    transform: translateZ(-10px);
    top: 0;
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    content: "";
}header .stathead_page::after {
    background: rgb(170,130,172);
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    transition: all 0.3s ease;
}header .stathead_page:hover {
    color: rgb(170,130,172);
    text-shadow: 0 0 5px rgb(170,130,172,0.5);
    transform: translateY(-2px) translateZ(0);
}header .stathead_page:hover::before {
    border-color: rgb(170,130,172,0.5);
    transform: translateZ(0);
    box-shadow: 0 0 15px rgb(192,181,172,0.5);
}header .stathead_page:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .stathead_site {
    margin: 0.8rem 0 1.2rem;
}header .stathead_site svg {
    height: 40px;
}header .stathead_page {
    padding: 0.5rem 1.2rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header .stathead_site {
    margin: 0.6rem 0 1rem;
}header .stathead_site svg {
    height: 35px;
}header .stathead_site::before {
    width: 90px;
    height: 90px;
}header .stathead_site::after {
    height: 50px;
    width: 50px;
}header .statheader_navbar {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .stathead_page {
    padding: 0.4rem 1rem;
    font-size: calc(14px - 2px);
}header .stathead_page:first-child {
    margin-left: 2rem;
}header .stathead_page:last-child {
    margin-right: 2rem;
}}footer {
    width: 100%;
    z-index: 1;
    position: relative;
}.statgreen_edu {
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, #000000, rgb(170,130,172));
    color: #ffffff;
}.statgreen_edu::before {
    left: 0;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle at 10% 20%, rgb(170,130,172,0.5) 0%, transparent 50%);
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
}.statgreen_edu::after {
    top: 0;
    content: "";
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(192,181,172,0.5) 70%, transparent 100%);
    animation: shiftGradient 15s infinite linear;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.statgreen_edu .container {
    z-index: 2;
    position: relative;
}footer .statreward_sys {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}footer .statedu_faq {
    flex-wrap: wrap;
    padding: 25px;
    border-radius: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .statedu_faq:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}footer .info_item {
    align-items: center;
    display: flex;
    flex: 1 1 220px;
}footer .info_item svg {
    margin-right: 12px;
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease;
    fill: rgb(192,181,172);
    filter: drop-shadow(0 0 3px rgb(192,181,172,0.5));
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    align-items: center;
    color: #ffffff;
    transition: color 0.3s ease;
    font-size: 13px;
    display: flex;
    text-decoration: none;
    font-weight: 400;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(192,181,172,0.5);
    color: rgb(192,181,172);
}footer .text_main_holder {
    display: grid;
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .statheader_bar {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}footer .statheader_bar svg {
    width: auto;
    margin-bottom: 10px;
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(192,181,172,0.5));
    height: 50px;
}footer .statheader_bar:hover svg {
    filter: drop-shadow(0 0 8px rgb(192,181,172));
}footer .statskill_test {
    line-height: 1.5;
    max-width: 300px;
    opacity: 0.8;
    font-size: 12px;
    color: #ffffff;
}footer .statheader_navbar {
    border-radius: 30px;
    padding: 25px;
    position: relative;
    transition: box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
}footer .statheader_navbar:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .statheader_navbar::before {
    opacity: 0;
    right: -2px;
    z-index: -1;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(192,181,172), transparent, rgb(170,130,172), transparent);
    border-radius: calc(30px + 2px);
    top: -2px;
    left: -2px;
    content: "";
    transition: opacity 0.5s ease;
    position: absolute;
}footer .statheader_navbar:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .statheader_navbar h5 {
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    font-size: 22px;
    padding-bottom: 10px;
}footer .statheader_navbar h5::after {
    background: rgb(192,181,172);
    transition: width 0.3s ease;
    width: 50px;
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
    bottom: -1px;
}footer .statheader_navbar:hover h5::after {
    width: 100px;
}footer .statmain_pagebar {
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}footer .statmain_pagebar a {
    color: #ffffff;
    padding-left: 15px;
    transition: color 0.3s ease, padding-left 0.3s ease;
    text-decoration: none;
    font-size: calc(13px - 1px);
    position: relative;
    font-weight: 400;
}footer .statmain_pagebar a::before {
    height: 6px;
    position: absolute;
    top: 50%;
    width: 6px;
    transform: translateY(-50%) scale(0.8);
    background-color: rgb(192,181,172);
    left: 0;
    content: "";
    border-radius: 50%;
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}footer .statmain_pagebar a:hover {
    color: rgb(192,181,172);
    padding-left: 20px;
}footer .statmain_pagebar a:hover::before {
    opacity: 1;
    background-color: rgb(192,181,172);
    box-shadow: 0 0 5px rgb(192,181,172), 0 0 10px rgb(192,181,172,0.5);
    transform: translateY(-50%) scale(1);
}footer .subscribe_holder {
    overflow: hidden;
    border-radius: 30px;
    padding: 30px;
    background: linear-gradient(135deg, rgb(170,130,172,0.5), #000000);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}footer .subscribe_holder::before {
    content: "";
    animation: pulseBackground 10s infinite ease-in-out;
    top: -50%;
    left: -50%;
    position: absolute;
    height: 200%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    width: 200%;
    z-index: -1;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
}footer .subscribe_holder h5::after {
    content: "";
    background: linear-gradient(90deg, rgb(192,181,172), transparent);
    left: 0;
    bottom: -5px;
    height: 2px;
    position: absolute;
    width: 100%;
}footer .subscribe_holder p {
    color: #ffffff;
    line-height: 1.6;
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 20px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
    position: relative;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    font-size: 13px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    box-shadow: 0 0 10px rgb(192,181,172,0.5);
    border-color: rgb(192,181,172);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .statemail_submit {
    overflow: hidden;
    position: relative;
    background: rgb(192,181,172);
    color: #ffffff;
    font-size: 19px;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    text-align: center;
    padding: 14px 24px;
    display: inline-block;
    transition: all 0.3s ease;
}footer .statemail_submit::before {
    left: -100%;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    width: 100%;
    height: 100%;
    position: absolute;
}footer .statemail_submit:hover {
    transform: translateY(-3px);
    background: rgb(170,130,172);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .statemail_submit:hover::before {
    left: 100%;
}footer .statranking_bar {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
}footer .stattiktok_edu {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.7;
    text-align: center;
    letter-spacing: 0.5px;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .statemail_submit {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .statreward_sys {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .statedu_faq {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .statgreen_edu {
    padding: 60px 0 30px;
}footer .statedu_faq {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .statheader_navbar, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .statheader_navbar h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .statmain_pagebar a {
    font-size: calc(13px - 2px);
}footer .statranking_bar {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .statgreen_edu {
    padding: 40px 0 20px;
}footer .statedu_faq, footer .statheader_navbar, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .statemail_submit {
    padding: 12px;
}footer .statheader_bar svg {
    height: 40px;
}footer .statskill_test {
    font-size: calc(12px - 1px);
}}.statprogram_information {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(221,228,221);
    perspective: 1000px;
    position: relative;
}.statprogram_information::before {
    animation: shiftLines 20s linear infinite;
    background: repeating-linear-gradient(
        45deg,
        rgb(192,181,172,0.5) 0,
        rgb(192,181,172,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    left: 0;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.statprogram_information .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1280px;
    overflow: visible;
}.statprogram_information .statcareer_class {
    grid-template-columns: 1fr;
    min-height: 550px;
    display: grid;
    position: relative;
    grid-template-rows: auto auto;
    gap: 0;
}.statprogram_information .stattext_embed {
    border-radius: 29px;
    background: #ffffff;
    transform: translateZ(0);
    padding: 40px;
    margin-right: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 5;
    margin-top: -80px;
    position: relative;
    grid-row: 2;
    transition: transform 0.5s ease;
    margin-left: 50px;
    grid-column: 1;
}.statprogram_information .stattext_embed::before {
    z-index: -1;
    position: absolute;
    height: 100%;
    backdrop-filter: blur(10px);
    content: "";
    border-radius: 29px;
    width: 100%;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
    left: 0;
    top: 0;
}.statprogram_information .stattext_embed::after {
    content: "";
    position: absolute;
    animation: pulsate 5s ease-in-out infinite;
    z-index: -1;
    width: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(192,181,172) 0%, transparent 70%);
    height: 100px;
    top: -20px;
    opacity: 0.3;
    filter: blur(20px);
    right: -20px;
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.statprogram_information .stattext_embed h2 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 33px;
    z-index: 2;
    position: relative;
    font-weight: 700;
    display: inline-block;
}.statprogram_information .stattext_embed h2::before {
    position: absolute;
    content: "";
    background: rgb(192,181,172);
    height: 4px;
    border-radius: 10px;
    left: 0;
    bottom: -8px;
    transition: width 0.3s ease;
    width: 40px;
}.statprogram_information .stattext_embed:hover h2::before {
    width: 100%;
}.statprogram_information .stattext_embed .description {
    margin-bottom: 20px;
    color: #000000;
    z-index: 2;
    position: relative;
    font-size: 13px;
    line-height: 1.7;
}.statprogram_information .stattext_embed .description:last-child {
    margin-bottom: 0;
}.statprogram_information .statimg_item_wrapper {
    position: relative;
    transform: rotateX(5deg);
    border-radius: 29px;
    z-index: 3;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
    height: 450px;
    grid-row: 1;
    grid-column: 1;
}.statprogram_information .statimg_item_wrapper::before {
    height: 100%;
    content: "";
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
}.statprogram_information .statimg_item_wrapper::after {
    position: absolute;
    top: 0;
    width: 100%;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(192,181,172,0.5) 0%,
        transparent 60%
    );
    height: 100%;
    z-index: 1;
    left: 0;
    mix-blend-mode: overlay;
    content: "";
}.statprogram_information:hover .statimg_item_wrapper {
    transform: rotateX(2deg) translateY(-10px);
}.statprogram_information:hover .stattext_embed {
    transform: translateY(-10px);
}.statprogram_information .container::before,
.statprogram_information .container::after {
    background: rgb(170,130,172,0.5);
    opacity: 0.1;
    content: "";
    z-index: 1;
    border-radius: 50%;
    position: absolute;
}.statprogram_information .container::before {
    left: -50px;
    top: -100px;
    width: 200px;
    height: 200px;
    animation: float 20s ease-in-out infinite;
}.statprogram_information .container::after {
    right: -30px;
    width: 150px;
    animation: float 15s ease-in-out infinite reverse;
    height: 150px;
    bottom: -50px;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.statprogram_information .statcareer_class::after {
    opacity: 0.05;
    position: absolute;
    pointer-events: none;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    right: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(192,181,172,0.5) 20px,
        rgb(192,181,172,0.5) 21px
    );
}

@media screen and (max-width: 1024px) {.statprogram_information {
    padding: 80px 0;
}.statprogram_information .statcareer_class {
    min-height: 400px;
}.statprogram_information .statimg_item_wrapper {
    height: 350px;
}.statprogram_information .stattext_embed {
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px;
    margin-top: -60px;
}.statprogram_information .container::before {
    height: 150px;
    width: 150px;
}.statprogram_information .container::after {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 767px) {.statprogram_information {
    padding: 60px 0;
}.statprogram_information .statcareer_class {
    min-height: auto;
}.statprogram_information .statimg_item_wrapper {
    height: 250px;
    transform: none;
}.statprogram_information .stattext_embed {
    margin-top: -40px;
    transform: none;
    margin-left: 15px;
    padding: 25px;
    margin-right: 15px;
}.statprogram_information .stattext_embed h2 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.85);
}.statprogram_information .stattext_embed .description {
    font-size: calc(13px * 0.95);
}.statprogram_information:hover .statimg_item_wrapper,
    .statprogram_information:hover .stattext_embed {
    transform: none;
}.statprogram_information .container::before,
    .statprogram_information .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.statprogram_information .statimg_item_wrapper {
    animation: slideUp 0.8s ease-out forwards;
}.statprogram_information .stattext_embed {
    animation-fill-mode: forwards;
    animation: slideUp 1s 0.3s ease-out forwards;
    opacity: 0;
}

@media (prefers-color-scheme: dark) {.statprogram_information {
    background: rgb(192,181,172);
}.statprogram_information .stattext_embed::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.statprogram_information .stattext_embed h2 {
    color: #ffffff;
}.statprogram_information .stattext_embed .description {
    opacity: 0.9;
    color: #ffffff;
}
}

@media (prefers-contrast: more) {.statprogram_information .stattext_embed {
    background: #ffffff;
}.statprogram_information .stattext_embed h2 {
    color: #000000;
}.statprogram_information .stattext_embed .description {
    color: #000000;
}.statprogram_information .statimg_item_wrapper::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.statprogram_information::before,
    .statprogram_information .container::before,
    .statprogram_information .container::after,
    .statprogram_information .stattext_embed::after,
    .statprogram_information:hover .statimg_item_wrapper,
    .statprogram_information:hover .stattext_embed {
    animation: none;
    transform: none;
}.statprogram_information .statimg_item_wrapper,
    .statprogram_information .stattext_embed {
    animation: none;
    opacity: 1;
}}

.statprogram_information .statimg_item_wrapper,
.statprogram_information .stattext_embed {
    transform: translateZ(0);
    will-change: transform;
}

@media (hover: hover) {.statprogram_information .stattext_embed:hover h2::before {
    width: 100%;
}.statprogram_information:hover .statimg_item_wrapper {
    transform: rotateX(2deg) translateY(-10px);
}.statprogram_information:hover .stattext_embed {
    transform: translateY(-10px);
}}.stattraining_method {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(221,228,221), #ffffff);
    overflow: hidden;
    position: relative;
}.stattraining_method::before {
    position: absolute;
    width: 100%;
    opacity: 0.07;
    pointer-events: none;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(192,181,172,0.5),
        transparent 10px,
        transparent 60px,
        rgb(192,181,172,0.5) 70px
    );
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
}.stattraining_method::after {
    width: 300px;
    position: absolute;
    background: rgb(170,130,172);
    border-radius: 50%;
    content: "";
    filter: blur(40px);
    z-index: 0;
    top: -10%;
    height: 300px;
    right: -5%;
    transform: translate(0, 0);
    opacity: 0.05;
    animation: float 15s ease-in-out infinite;
}.stattraining_method .statskill_lab {
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.stattraining_method h2 {
    margin-bottom: 40px;
    transform: translateX(-5px);
    font-size: 32px;
    color: #000000;
    letter-spacing: -0.02em;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
}.stattraining_method h2::before {
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    background: linear-gradient(to right, rgb(192,181,172), rgb(170,130,172));
    height: 3px;
    left: 0;
    width: 80px;
    content: "";
    bottom: -12px;
    transform-origin: left center;
}.stattraining_method:hover h2::before {
    transform: scaleX(1.5);
}.stattraining_method .stattext_embed {
    transform: translateY(0);
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    border-left: 4px solid rgb(192,181,172);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    backdrop-filter: blur(5px);
}.stattraining_method .stattext_embed::before {
    opacity: 0.1;
    background: rgb(170,130,172);
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    width: 0;
    content: "";
    height: calc(100% - 40px);
    position: absolute;
    top: 20px;
    left: -2px;
}.stattraining_method:hover .stattext_embed::before {
    width: 100%;
}.stattraining_method .stattext_embed p {
    letter-spacing: 0.01em;
    line-height: 1.7;
    margin: 0;
    color: #000000;
    font-size: calc(12px + 0.05rem);
    position: relative;
    z-index: 2;
    font-weight: 400;
}.stattraining_method:hover .stattext_embed {
    transform: translateY(-5px);
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(10px, -15px);
    }
    75% {
        transform: translate(-15px, -10px);
    }
}

@media (max-width: 992px) {.stattraining_method {
    padding: 90px 0;
}.stattraining_method h2 {
    font-size: calc(32px - 0.2rem);
}.stattraining_method .stattext_embed {
    padding: 35px;
}
}

@media (max-width: 768px) {.stattraining_method {
    padding: 70px 0;
}.stattraining_method h2 {
    margin-bottom: 30px;
    font-size: calc(32px - 0.4rem);
}.stattraining_method h2::before {
    width: 60px;
}.stattraining_method .stattext_embed {
    padding: 30px 25px;
}.stattraining_method .stattext_embed p {
    line-height: 1.6;
    font-size: 12px;
}
}

@media (max-width: 576px) {.stattraining_method {
    padding: 50px 0;
}.stattraining_method .statskill_lab {
    padding: 0 20px;
}.stattraining_method h2 {
    font-size: calc(32px - 0.6rem);
    margin-bottom: 25px;
}.stattraining_method h2::before {
    height: 2px;
    width: 50px;
    bottom: -8px;
}.stattraining_method .stattext_embed {
    border-left-width: 3px;
    padding: 25px 20px;
}.stattraining_method .stattext_embed p {
    line-height: 1.5;
    font-size: calc(12px - 0.05rem);
}}.statreach_out {
    position: relative;
    padding: 100px 0;
}.statreach_out::before {
    bottom: 0;
    z-index: 1;
    background-color: rgb(192,181,172,0.5);
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    left: 0;
}.statreach_out .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    position: relative;
}.statreach_out .statconnect_panel {
    overflow: hidden;
    perspective: 1000px;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    transform-style: preserve-3d;
    border-radius: 10px;
}.statreach_out .statinquiry_support {
    transform: rotateY(5deg);
    transform-origin: left center;
    z-index: 3;
    transition: transform 0.5s ease;
    background-color: rgb(221,228,221);
    position: relative;
    width: 40%;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
}.statreach_out .statconnect_panel:hover .statinquiry_support {
    transform: rotateY(0deg);
}.statreach_out .statinquiry_support h3 {
    padding-left: 20px;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    font-size: 28px;
    color: #000000;
}.statreach_out .statinquiry_support h3::before {
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(192,181,172), rgb(170,130,172));
    position: absolute;
    width: 6px;
    border-radius: 10px;
    left: 0;
    content: "";
}.statreach_out .statinquiry_support div {
    transition: all 0.3s ease;
    background-color: #ffffff;
    transform: translateZ(0);
    margin-bottom: 25px;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    border-radius: 10px;
    padding: 15px 20px;
}.statreach_out .statinquiry_support div:hover {
    transform: translateZ(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.statreach_out .statinquiry_support div svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}.statreach_out .statinquiry_support div svg path {
    fill: rgb(192,181,172);
}.statreach_out .statinquiry_support div span {
    color: #000000;
    font-size: 14px;
}.statreach_out .statinquiry_support div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.statreach_out .statinquiry_support div span a:hover {
    color: rgb(192,181,172);
}.statreach_out .statcontact_message {
    background: linear-gradient(135deg, rgb(170,130,172), rgb(192,181,172));
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px;
    z-index: 2;
    display: flex;
    transform: rotateY(-5deg);
    width: 60%;
    transform-origin: right center;
    transition: transform 0.5s ease;
}.statreach_out .statconnect_panel:hover .statcontact_message {
    transform: rotateY(0deg);
}.statreach_out .statcontact_message h3 {
    margin-bottom: 40px;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}.statreach_out form {
    flex-direction: column;
    width: 100%;
    display: flex;
}.statreach_out form input[type="text"],
.statreach_out form input[type="email"] {
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    padding: 18px 25px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}.statreach_out form input[type="text"]:focus,
.statreach_out form input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.4);
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}.statreach_out form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.statreach_out .statcontact_feedback {
    position: relative;
    margin-bottom: 30px;
}.statreach_out .statcontact_feedback input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.statreach_out .statcontact_feedback label {
    position: relative;
    font-size: 16px;
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}.statreach_out .statcontact_feedback label::before {
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    top: 2px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    left: 0;
    border: 2px solid rgba(255, 255, 255, 0.4);
}.statreach_out .statcontact_feedback input[type="checkbox"]:checked + label::before {
    background-color: #ffffff;
    border-color: #ffffff;
}.statreach_out .statcontact_feedback input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 7px;
    width: 6px;
    content: "";
    transform: rotate(45deg);
    height: 12px;
    border: solid rgb(192,181,172);
    border-width: 0 2px 2px 0;
    top: 4px;
}.statreach_out .statcontact_feedback label a {
    text-decoration: underline;
    color: #ffffff;
    transition: all 0.3s ease;
}.statreach_out .statcontact_feedback label a:hover {
    color: rgba(255, 255, 255, 0.8);
}.statreach_out form .statfeedback_box {
    background-color: #ffffff;
    border-radius: 10px;
    z-index: 1;
    color: rgb(192,181,172);
    align-self: flex-start;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-weight: 700;
    position: relative;
    padding: 18px 35px;
    border: none;
    transition: all 0.3s ease;
    font-size: 20px;
}.statreach_out form .statfeedback_box::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(170,130,172), rgb(192,181,172));
    transform: translateY(100%);
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    left: 0;
    transition: transform 0.3s ease;
    top: 0;
}.statreach_out form .statfeedback_box:hover {
    color: #ffffff;
}.statreach_out form .statfeedback_box:hover::before {
    transform: translateY(0);
}@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.statreach_out .statinquiry_support div:nth-child(2) {
    animation: float 6s infinite ease-in-out;
}.statreach_out .statinquiry_support div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}.statreach_out .statinquiry_support div:nth-child(4) {
    animation: float 8s infinite ease-in-out;
}.statreach_out .statinquiry_support div:nth-child(5) {
    animation: float 9s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.statreach_out .container {
    width: 90%;
}.statreach_out .statconnect_panel,
    .statreach_out .statinquiry_support,
    .statreach_out .statcontact_message {
    transform: none;
}.statreach_out .statinquiry_support,
    .statreach_out .statcontact_message {
    width: 100%;
}.statreach_out .statinquiry_support {
    padding: 40px 30px;
}.statreach_out .statcontact_message {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.statreach_out {
    padding: 60px 0;
}.statreach_out .statinquiry_support,
    .statreach_out .statcontact_message {
    padding: 30px 20px;
}.statreach_out .statinquiry_support h3 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.statreach_out form input[type="text"],
    .statreach_out form input[type="email"] {
    padding: 15px 20px;
}.statreach_out form .statfeedback_box {
    width: 100%;
    padding: 15px 20px;
}
}