* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.utilwrapper-skeleton {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}.container {
    width: 1101px;
    margin: auto;
    max-width: 100%;
}.utilprogress_bar {
    flex: 0 0 auto;
}.utiltop_nav {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.utilprogress_bar {
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
    background-position: center center;
    color: #ffffff;
}.utilprogress_bar::before {
    content: "";
    z-index: -1;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}.utilprogress_bar::after {
    opacity: 0.5;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: -1;
    width: 100%;
}.utilprogress_bar .container {
    display: flex;
    flex-direction: column;
    position: relative;
}.utilprogress_bar .container::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, rgb(203,208,191) 0%, transparent 100%);
    top: -80px;
    opacity: 0.3;
    height: 80px;
    left: 0;
    content: "";
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
}.utilprogress_bar .company_holder {
    border-radius: 10px;
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    margin-bottom: 4rem;
    border: 1px solid rgba(rgb(203,208,191), 0.3);
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    padding: 2rem;
}.utilprogress_bar .company_holder::before {
    top: -5px;
    z-index: -1;
    opacity: 0.5;
    filter: blur(5px);
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    position: absolute;
    left: -5px;
    background: linear-gradient(45deg, rgb(203,208,191), transparent 70%);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    content: "";
}.utilprogress_bar .company_holder h3 {
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: calc(35px * 1.2);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 10px rgb(203,208,191), 0 0 20px rgb(203,208,191), 0 0 30px rgb(203,208,191);
}.utilprogress_bar .company_holder h3::before {
    filter: blur(1px);
    position: absolute;
    content: attr(data-text);
    left: 2px;
    top: 2px;
    z-index: -1;
    opacity: 0.7;
    color: rgb(203,208,191);
}.utilprogress_bar .utilslack_invite {
    border-left: 2px solid rgb(203,208,191);
    line-height: 1.6;
    font-size: 16px;
    opacity: 0.8;
    margin-top: 1.5rem;
    color: #ffffff;
    padding-left: 1rem;
}.utilprogress_bar .utilproject_ref {
    position: relative;
    justify-content: space-between;
    display: flex;
}.utilprogress_bar .utilproject_ref::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(203,208,191), transparent);
    position: absolute;
    top: -20px;
    width: 100%;
    left: 0;
    height: 1px;
}.utilprogress_bar .utilheader_know {
    gap: 2rem;
    justify-content: space-between;
    width: 100%;
    display: flex;
}.utilprogress_bar .utilheader_base {
    padding: 1.5rem;
    border-bottom: 2px solid rgb(203,208,191);
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    flex: 1;
    border-left: 2px solid rgb(203,208,191);
    transition: all 0.3s ease;
}.utilprogress_bar .utilheader_base:hover {
    transform: translateY(-5px);
    background: rgba(rgb(203,208,191,0.5), 0.1);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
}.utilprogress_bar .utilheader_base h5 {
    color: rgb(167,173,152);
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
}.utilprogress_bar .utilheader_base h5::after {
    height: 2px;
    box-shadow: 0 0 10px rgb(203,208,191);
    position: absolute;
    width: 40px;
    left: 0;
    content: "";
    bottom: -8px;
    background: rgb(203,208,191);
}.utilprogress_bar .utilheader_base .utilheader_know {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.utilprogress_bar .utilheader_base .utilheader_know a {
    transition: all 0.3s ease;
    position: relative;
    opacity: 0.7;
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
    padding: 0.5rem 0 0.5rem 1.5rem;
    color: #ffffff;
}.utilprogress_bar .utilheader_base .utilheader_know a::before {
    content: "//";
    transition: all 0.3s ease;
    left: 0;
    font-size: 0.8em;
    position: absolute;
    color: rgb(203,208,191);
}.utilprogress_bar .utilheader_base .utilheader_know a:hover {
    text-shadow: 0 0 5px rgb(203,208,191);
    opacity: 1;
    color: rgb(203,208,191);
}.utilprogress_bar .utilheader_base .utilheader_know a:hover::before {
    color: rgb(167,173,152);
}.utillevel_up {
    margin-top: 3rem;
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.6);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
}.utillevel_up::before {
    height: 1px;
    position: absolute;
    background-image: 
        linear-gradient(90deg, transparent, rgb(203,208,191), transparent);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
}.utillevel_up .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.utillevel_up .utilvr_labs {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0.7;
    text-align: center;
    color: #ffffff;
}.utillevel_up .utilvr_labs::before,
.utillevel_up .utilvr_labs::after {
    color: rgb(203,208,191);
    margin: 0 10px;
    content: "//";
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(203,208,191), 0 0 20px rgb(203,208,191);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.utilprogress_bar .utilproject_ref {
    flex-direction: column;
}.utilprogress_bar .utilheader_know {
    flex-direction: column;
}.utilprogress_bar .utilheader_base {
    width: 100%;
    margin-bottom: 1rem;
}.utillevel_up {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.utilprogress_bar {
    padding: 4rem 0 2rem;
}.utilprogress_bar .company_holder {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.utilprogress_bar .company_holder h3 {
    font-size: 35px;
}.utilprogress_bar .utilheader_base h5 {
    font-size: calc(23px * 0.9);
}.utillevel_up {
    padding: 1.2rem 0;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}
}

@media screen and (max-width: 576px) {.utilprogress_bar {
    padding: 3rem 0 2rem;
}.utilprogress_bar .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.utilprogress_bar .company_holder h3 {
    letter-spacing: 1px;
    font-size: calc(35px * 0.85);
}.utilprogress_bar .utilslack_invite {
    font-size: calc(16px * 0.9);
}.utilprogress_bar .utilheader_base {
    padding: 1rem;
}.utilprogress_bar .utilheader_base .utilheader_know a {
    font-size: calc(16px * 0.9);
}.utillevel_up {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.utillevel_up .utilvr_labs::before,
    .utillevel_up .utilvr_labs::after {
    display: none;
}}.utilstudy_method {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,233,225) 0%, rgba(245, 245, 248, 0.9) 100%);
}.utilstudy_method::before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(203,208,191,0.5), 0.03) 0px,
        rgba(rgb(203,208,191,0.5), 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    top: 0;
}.utilstudy_method::after {
    clip-path: polygon(0 0, 100% 15%, 85% 100%, 0 85%);
    position: absolute;
    background: linear-gradient(135deg, rgb(203,208,191) 0%, rgb(167,173,152) 100%);
    z-index: 0;
    content: "";
    transform: rotate(-15deg);
    top: -50%;
    right: -30%;
    opacity: 0.04;
    height: 200%;
    width: 70%;
}.utilstudy_method .utilknowledge_zone {
    margin: 0 auto;
    z-index: 2;
    transform: translateZ(0);
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.utilstudy_method h2 {
    opacity: 0;
    animation: fadeSlideUp 0.8s ease-out forwards;
    transform: translateY(0);
    font-weight: 700;
    color: #000000;
    margin-bottom: 3rem;
    position: relative;
    font-size: 29px;
}.utilstudy_method h2::after {
    height: 4px;
    bottom: -15px;
    content: "";
    left: 0;
    transform-origin: left;
    width: 80px;
    position: absolute;
    animation: expandWidth 1s ease-out 0.4s forwards;
    background: linear-gradient(90deg, rgb(203,208,191) 0%, rgb(167,173,152) 100%);
    transform: scaleX(0);
}.utilstudy_method .utiltext_list_item {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    padding: 3rem;
    opacity: 0;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}.utilstudy_method .utiltext_list_item::before {
    background: linear-gradient(135deg, rgba(rgb(203,208,191,0.5), 0.02) 0%, rgba(rgb(167,173,152,0.5), 0.04) 100%);
    height: 100%;
    content: "";
    transition: opacity 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0;
}.utilstudy_method .utiltext_list_item:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(10px) translateZ(0);
}.utilstudy_method .utiltext_list_item:hover::before {
    opacity: 1;
}.utilstudy_method p {
    position: relative;
    z-index: 2;
    font-size: 12px;
    margin: 0;
    color: #000000;
    line-height: 1.8;
}.utilstudy_method .utiltext_list_item::after {
    transition: height 0.5s ease;
    left: 0;
    height: 0;
    background: linear-gradient(180deg, rgb(203,208,191) 0%, rgb(167,173,152) 100%);
    position: absolute;
    content: "";
    top: 0;
    width: 4px;
}.utilstudy_method .utiltext_list_item:hover::after {
    height: 100%;
}

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

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

@media (max-width: 991px) {.utilstudy_method {
    padding: 6rem 0;
}.utilstudy_method h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.9);
}.utilstudy_method .utiltext_list_item {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.utilstudy_method {
    padding: 5rem 0;
}.utilstudy_method::after {
    top: -30%;
    width: 100%;
    right: -50%;
}.utilstudy_method h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.8);
}.utilstudy_method h2::after {
    height: 3px;
    width: 60px;
}.utilstudy_method .utiltext_list_item {
    padding: 2rem;
}.utilstudy_method p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.utilstudy_method {
    padding: 4rem 0;
}.utilstudy_method .utilknowledge_zone {
    padding: 0 1.5rem;
}.utilstudy_method h2 {
    font-size: calc(29px * 0.7);
}.utilstudy_method .utiltext_list_item {
    padding: 1.5rem;
}.utilstudy_method p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}.utilsecure_safe {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border: 1px solid #000000;
    background-color: rgb(231,233,225);
    font-family: Arial, sans-serif;
}.utilsecure_safe h1 {
    color: #000000;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0;
}.utilsecure_safe h2 {
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    margin: 15px 0;
}.utilsecure_safe h3, .utilsecure_safe h4, .utilsecure_safe h5, .utilsecure_safe h6 {
    font-size: 20px;
    color: #000000;
    margin: 10px 0;
}.utilsecure_safe ul {
    margin: 15px 0;
    color: #000000;
    list-style-type: square;
    padding-left: 20px;
}.utilsecure_safe li {
    line-height: 1.8;
    font-size: 15px;
}
@media only screen and (max-width: 800px) {.utilsecure_safe {
    padding: 20px;
}.utilsecure_safe h1 {
    font-size: 20px;
}.utilsecure_safe h2 {
    font-size: 17px;
}.utilsecure_safe ul {
    font-size: 15px;
}}
.utilacademic_expertise {
    padding: 5rem 2rem;
    overflow: hidden;
    perspective: 1000px;
    background: rgb(231,233,225);
    position: relative;
}.utilacademic_expertise::before {
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(167,173,152,0.5) 0deg,
        rgb(203,208,191,0.5) 90deg,
        rgb(231,233,225) 180deg,
        rgb(203,208,191,0.5) 270deg,
        rgb(167,173,152,0.5) 360deg
    );
    width: 100%;
    filter: blur(60px);
    z-index: 1;
    height: 100%;
    opacity: 0.4;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
}.utilacademic_expertise .utillearner_reflections {
    transform-style: preserve-3d;
    justify-content: space-between;
    position: relative;
    display: flex;
    z-index: 2;
    gap: 0;
    align-items: center;
    flex-direction: row;
}.utilacademic_expertise .utilimg_footer {
    filter: saturate(0.8);
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    width: 40%;
    height: 400px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border-radius: 10px;
    transform: rotateY(10deg) translateZ(50px);
}.utilacademic_expertise .utilimg_footer::after {
    top: 0;
    transition: opacity 0.6s ease;
    height: 100%;
    position: absolute;
    content: "";
    border-radius: 10px;
    opacity: 0.4;
    left: 0;
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(203,208,191,0.5) 100%
    );
}.utilacademic_expertise .utilimg_footer:hover {
    filter: saturate(1.2);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
}.utilacademic_expertise .utilimg_footer:hover::after {
    opacity: 0;
}.utilacademic_expertise .utilpast_work {
    background: #ffffff;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateY(-5deg) translateZ(30px);
    border-radius: 10px;
    overflow: hidden;
    width: 60%;
    position: relative;
    padding: 2.5rem;
}.utilacademic_expertise .utilpast_work::before {
    height: 200%;
    content: "";
    opacity: 0.1;
    background: radial-gradient(
        circle at center,
        rgb(167,173,152,0.5) 0%,
        transparent 70%
    );
    width: 200%;
    top: -50%;
    transform: scale(0);
    left: -50%;
    position: absolute;
    transition: transform 0.8s ease;
}.utilacademic_expertise .utilpast_work:hover {
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(50px);
}.utilacademic_expertise .utilpast_work:hover::before {
    transform: scale(1);
}.utilacademic_expertise .name {
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 28px;
    color: rgb(203,208,191);
}.utilacademic_expertise .name::after {
    position: absolute;
    background: rgb(167,173,152);
    width: 0;
    left: 0;
    content: "";
    transition: width 0.4s ease-in-out;
    height: 3px;
    bottom: -5px;
}.utilacademic_expertise .utilpast_work:hover .name::after {
    width: 100%;
}.utilacademic_expertise .utilpast_work > div:nth-child(2) {
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.9;
    color: rgb(167,173,152);
    margin-bottom: 2rem;
    font-size: 16px;
}.utilacademic_expertise .utilexp_container {
    font-weight: 400;
    padding-left: 2rem;
    line-height: 1.7;
    border-left: 3px solid rgb(203,208,191,0.5);
    color: #000000;
    font-style: italic;
    font-size: 18px;
    position: relative;
}.utilacademic_expertise .utilexp_container::before {
    color: rgb(167,173,152,0.5);
    font-size: 5rem;
    content: "";
    position: absolute;
    top: -20px;
    left: -10px;
    opacity: 0.3;
    font-family: serif;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(203,208,191,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.utilacademic_expertise .utilimg_footer:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.utilacademic_expertise .utillearner_reflections {
    flex-direction: column;
}.utilacademic_expertise .utilimg_footer,
    .utilacademic_expertise .utilpast_work {
    width: 100%;
    transform: none;
}.utilacademic_expertise .utilimg_footer {
    margin-bottom: 2rem;
    height: 300px;
}.utilacademic_expertise .utilimg_footer:hover,
    .utilacademic_expertise .utilpast_work:hover {
    transform: translateY(-10px);
}}.utilhomepage {
    background-color: rgb(203,208,191);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}.utilhomepage::before {
    z-index: 2;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(0deg, #000000 0%, transparent 50%);
    height: 100%;
    pointer-events: none;
    content: "";
}.utilhomepage .utilknowledge_zone {
    align-items: flex-end;
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: center;
    z-index: 3;
    display: flex;
}.utilhomepage .utillearn_intro {
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}.utilhomepage .utillearn_intro::after {
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: 
        linear-gradient(90deg, #000000 0%, transparent 20%),
        linear-gradient(270deg, #000000 0%, transparent 20%);
    left: 0;
    pointer-events: none;
    position: absolute;
}.utilhomepage .utilstart_entry {
    perspective: 1000px;
    animation: cube-carousel 20s ease-in-out infinite;
    height: 100%;
    display: flex;
    transform-style: preserve-3d;
}.utilhomepage .utilcourse_home {
    height: 100%;
    transform: rotateY(0deg);
    position: relative;
    transform-origin: center center;
    flex: 0 0 100%;
    backface-visibility: hidden;
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}.utilhomepage .utilcourse_home:nth-child(2) {
    transform: rotateY(90deg);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.utilhomepage .utilcourse_home:nth-child(3) {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    transform: rotateY(180deg);
    top: 0;
}.utilhomepage .utilcourse_home:nth-child(4) {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    transform: rotateY(270deg);
    height: 100%;
}.utilhomepage .utilcourse_home::before {
    background: linear-gradient(to bottom, transparent 70%, #000000 100%);
    z-index: 1;
    inset: 0;
    position: absolute;
    content: "";
    opacity: 0.8;
}.utilhomepage .utilcourse_home img {
    filter: saturate(0.8) brightness(0.9);
    height: 100%;
    width: 100%;
    object-fit: cover;
}.utilhomepage .utiltext_list_item {
    margin-bottom: 5rem;
    width: 100%;
    position: relative;
    max-width: 1000px;
    padding: 2rem 3rem;
    text-align: center;
    z-index: 4;
}.utilhomepage .utiltext_list_item::before {
    backdrop-filter: blur(10px);
    content: "";
    z-index: -1;
    inset: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgb(203,208,191);
}.utilhomepage .utiltext_list_item h1 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}.utilhomepage .utiltext_list_item h1::after {
    bottom: -10px;
    width: 60%;
    height: 1px;
    content: "";
    position: absolute;
    background-color: rgb(203,208,191);
    left: 50%;
    transform: translateX(-50%);
}.utilhomepage .utiltext_list_item p {
    color: #ffffff;
    opacity: 0.9;
    max-width: 800px;
    margin: 1.5rem auto;
    font-size: 17px;
    line-height: 1.6;
}.utilhomepage .utiltext_list_item .utilfeedback_widget {
    border: 1px solid rgb(203,208,191);
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    margin-top: 1rem;
    transition: all 0.4s ease;
    z-index: 1;
    text-decoration: none;
    overflow: hidden;
    font-size: 20px;
    position: relative;
    background-color: rgb(203,208,191);
    padding: 1rem 2.5rem;
}.utilhomepage .utiltext_list_item .utilfeedback_widget::before {
    top: 0;
    transform-origin: 0 50%;
    content: "";
    transform: scaleX(0);
    background-color: rgb(167,173,152);
    z-index: -1;
    right: 0;
    bottom: 0;
    transition: transform 0.5s ease-out;
    position: absolute;
    left: 0;
}.utilhomepage .utiltext_list_item .utilfeedback_widget:hover {
    border-color: rgb(167,173,152);
}.utilhomepage .utiltext_list_item .utilfeedback_widget:hover::before {
    transform: scaleX(1);
}@keyframes cube-carousel {
    0%, 20% {
        transform: rotateY(0deg);
    }
    25%, 45% {
        transform: rotateY(-90deg);
    }
    50%, 70% {
        transform: rotateY(-180deg);
    }
    75%, 95% {
        transform: rotateY(-270deg);
    }
    100% {
        transform: rotateY(-360deg);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.utilhomepage .utiltext_list_item h1 {
    animation: fade-in-up 0.8s ease-out forwards;
    animation-delay: 0.2s;
    opacity: 0;
}.utilhomepage .utiltext_list_item p {
    animation: fade-in-up 0.8s ease-out forwards;
    animation-delay: 0.5s;
    opacity: 0;
}.utilhomepage .utiltext_list_item .utilfeedback_widget {
    animation-delay: 0.8s;
    animation: fade-in-up 0.8s ease-out forwards;
    opacity: 0;
}

@media (max-width: 992px) {.utilhomepage .utiltext_list_item {
    margin-bottom: 4rem;
    padding: 2rem;
}.utilhomepage .utiltext_list_item h1 {
    font-size: calc(46px * 0.85);
}.utilhomepage .utiltext_list_item p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 768px) {.utilhomepage .utiltext_list_item {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.utilhomepage .utiltext_list_item h1 {
    font-size: calc(46px * 0.7);
}.utilhomepage .utiltext_list_item h1::after {
    bottom: -8px;
}.utilhomepage .utiltext_list_item p {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
    margin: 1.2rem auto;
}.utilhomepage .utiltext_list_item .utilfeedback_widget {
    padding: 0.8rem 2rem;
}
    
    @keyframes cube-carousel {
        0%, 20% {
            transform: rotateY(0deg);
        }
        25%, 45% {
            transform: rotateY(-90deg);
        }
        50%, 70% {
            transform: rotateY(-180deg);
        }
        75%, 95% {
            transform: rotateY(-270deg);
        }
        100% {
            transform: rotateY(-360deg);
        }
    }
}

@media (max-width: 576px) {.utilhomepage {
    height: 90vh;
}.utilhomepage .utiltext_list_item {
    padding: 1.2rem;
    margin-bottom: 2rem;
}.utilhomepage .utiltext_list_item h1 {
    font-size: calc(46px * 0.6);
}.utilhomepage .utiltext_list_item h1::after {
    bottom: -6px;
}.utilhomepage .utiltext_list_item p {
    line-height: 1.4;
    font-size: calc(17px * 0.85);
    margin: 1rem auto;
}.utilhomepage .utiltext_list_item .utilfeedback_widget {
    padding: 0.7rem 1.5rem;
    font-size: calc(20px * 0.9);
    margin-top: 0.5rem;
}}header {
    width: 100%;
    position: fixed;
    border-bottom: 1px solid rgb(203,208,191,0.5);
    background: linear-gradient(135deg, #000000 0%, rgb(203,208,191) 100%);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000;
    transition: all 0.4s ease;
    top: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    left: 0;
    backdrop-filter: blur(8px);
}header:before {
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgb(203,208,191,0.5), transparent);
    width: 100%;
    left: 0;
    opacity: 0.4;
    animation: shine 8s infinite linear;
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    background-size: 200% 100%;
}header .utilheader_start {
    width: 100%;
}header .container {
    max-width: 1200px;
    padding: 15px 20px;
    margin: 0 auto;
}header .utilmain_bar {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}header .utilheader_base {
    position: relative;
    display: flex;
    gap: 25px;
}header .utilheader_base:before {
    content: '';
    transform-origin: left;
    background: linear-gradient(90deg, transparent, rgb(203,208,191), transparent);
    left: 0;
    width: 100%;
    height: 1px;
    bottom: -8px;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.6s ease;
}header .utilheader_base:hover:before {
    transform: scaleX(1);
}header .utilsite_start {
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 8px 0;
    transition: all 0.4s ease;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.5px;
}header .utilsite_start:after {
    height: 2px;
    content: '';
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    transform-origin: right;
    background: rgb(203,208,191);
    bottom: 0;
}header .utilsite_start:before {
    height: 4px;
    background: rgb(203,208,191);
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    content: '';
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    width: 4px;
    opacity: 0;
}header .utilsite_start:hover {
    color: rgb(203,208,191);
    text-shadow: 0 0 8px rgb(203,208,191,0.5);
}header .utilsite_start:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .utilsite_start:hover:before {
    opacity: 1;
}header .utiltop_study {
    text-decoration: none;
    align-items: center;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
}header .utiltop_study svg {
    transition: transform 0.5s ease;
    width: auto;
    height: 40px;
    filter: drop-shadow(0 0 4px rgb(203,208,191,0.5));
}header .utiltop_study:hover svg {
    transform: scale(1.05);
}header .utiltop_study:after {
    left: 50%;
    transition: width 0.4s ease;
    content: '';
    position: absolute;
    height: 1px;
    bottom: -8px;
    background: rgb(203,208,191);
    transform: translateX(-50%);
    width: 0;
}header .utiltop_study:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .utilheader_base {
    gap: 15px;
}header .utilsite_start {
    font-size: calc(17px - 1px);
}header .utiltop_study svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .utilheader_base {
    padding: 80px 30px 30px;
    z-index: 1001;
    transition: right 0.4s ease;
    position: fixed;
    gap: 20px;
    overflow-y: auto;
    top: 0;
    flex-direction: column;
    background: #000000;
    right: -100%;
    width: 80%;
    height: 100vh;
    max-width: 300px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}header .menu.active {
    right: 0;
}header .utilsite_start {
    border-bottom: 1px solid rgb(203,208,191,0.5);
    padding: 10px 5px;
    width: 100%;
}header .utilheader_base:before {
    display: none;
}header .utiltop_study {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .utiltop_study svg {
    height: 30px;
}}.utilcookieUsagePromptPanel {
    border-top: 3px solid rgb(167,173,152);
    background: rgb(167,173,152);
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    animation: slideUp 0.5s forwards;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    z-index: 90;
    bottom: 0;
    font-family: Arial, sans-serif;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.utilcookie_data {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 5%;
    gap: 20px;
}.utilcookieUsagePromptPanel h5 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 24px;
}.utilcookieUsagePromptPanel p {
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
}.utiluser_status {
    align-items: center;
    display: flex;
    margin-right: 15px;
    filter: drop-shadow(0 0 10px rgb(203,208,191));
    justify-content: center;
    flex-shrink: 0;
}.utiluser_status svg {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(203,208,191);
}.utiluser_status:hover svg {
    transform: scale(1.1);
}.utildigital_tracking {
    line-height: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 10px 20px;
    color: #000000;
    min-width: 140px;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    margin-left: 10px;
    border-radius: 10px;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(203,208,191);
    background: linear-gradient(90deg, rgb(203,208,191), rgb(167,173,152));
}.utildigital_tracking:hover {
    box-shadow: 0 0 20px rgb(167,173,152);
}.cookie_button.utilvisitor_settings:hover {
    box-shadow: 0 0 15px rgb(167,173,152);
}.utilcookieUsagePromptPanel p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(203,208,191);
}.utilcookieUsagePromptPanel p a:hover {
    color: rgb(167,173,152);
}#utilcookieNoticeWindow {
    display: none;
}#utilcookieNoticeWindow:checked ~ .utilcookieUsagePromptPanel {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.utilcookieUsagePromptPanel {
    padding: 15px 0;
}.utilcookie_data {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.utiluser_status {
    display: none;
}.utilcookie_data {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.utilcookieUsagePromptPanel h5 {
    font-size: 22px;
    margin-bottom: 5px;
}.utilprivacy_ctrl {
    margin-bottom: 15px;
}.utildigital_tracking {
    margin: 10px 0;
    min-width: 100%;
}}
.utilcourse_structure {
    background-color: rgb(167,173,152);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.utilcourse_structure::before {
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(ellipse at bottom right, rgb(203,208,191,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(167,173,152,0.5) 0%, transparent 60%);
    content: "";
    position: absolute;
    height: 100%;
}.utilcourse_structure::after {
    width: 100%;
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    background-size: 50px 50px;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
}.utilcourse_structure .container {
    position: relative;
    z-index: 2;
}.utilcourse_structure .utiljob_training {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 60px;
}.utilcourse_structure .utiltext_list_item {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    display: grid;
    gap: 30px;
    order: 2;
}.utilcourse_structure .utiltext_list_item h2 {
    text-align: center;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: 39px;
    padding-bottom: 20px;
    margin-bottom: 0;
    grid-column: 1 / -1;
}.utilcourse_structure .utiltext_list_item h2::after {
    width: 100px;
    content: "";
    background: linear-gradient(90deg, rgb(203,208,191), rgb(167,173,152));
    bottom: 0;
    border-radius: 10px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    position: absolute;
}.utilcourse_structure .utiltext_list_item .description {
    overflow: hidden;
    padding: 25px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 22px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 17px;
    color: #ffffff;
    margin: 0;
    line-height: 1.8;
}.utilcourse_structure .utiltext_list_item .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.utilcourse_structure .utiltext_list_item .description::before {
    width: 100%;
    height: 4px;
    content: "";
    left: 0;
    background: rgb(203,208,191);
    position: absolute;
    top: 0;
}.utilcourse_structure .utiltext_list_item .description:last-of-type::before {
    background: rgb(167,173,152);
}.utilcourse_structure .utiltext_list_item .description::after {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    content: "";
}.utilcourse_structure .utilimg_footer {
    border-radius: 22px;
    position: relative;
    order: 1;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    height: 400px;
}.utilcourse_structure .utilimg_footer::before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    content: "";
    inset: 0;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}

@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (min-width: 992px) {.utilcourse_structure .utiljob_training {
    gap: 80px;
}.utilcourse_structure .utilimg_footer {
    height: 500px;
}
}

@media (max-width: 991px) {.utilcourse_structure {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.utilcourse_structure {
    padding: 60px 0;
}.utilcourse_structure .utiltext_list_item {
    grid-template-columns: 1fr;
}.utilcourse_structure .utiltext_list_item h2 {
    font-size: calc(39px * 0.9);
}.utilcourse_structure .utilimg_footer {
    height: 350px;
}
}

@media (max-width: 480px) {.utilcourse_structure {
    padding: 40px 0;
}.utilcourse_structure .utiljob_training {
    gap: 40px;
}.utilcourse_structure .utiltext_list_item h2 {
    font-size: calc(39px * 0.8);
    padding-bottom: 15px;
}.utilcourse_structure .utiltext_list_item h2::after {
    width: 80px;
}.utilcourse_structure .utiltext_list_item .description {
    padding: 20px;
}.utilcourse_structure .utilimg_footer {
    height: 250px;
}}.utilgive_it_a_try {
    background: linear-gradient(170deg, rgb(231,233,225) 0%, rgb(203,208,191,0.5) 100%);
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}.utilgive_it_a_try::before {
    top: 0;
    height: 100%;
    background-size: 30px 30px;
    opacity: 0.4;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(203,208,191,0.5) 98%),
        linear-gradient(0deg, transparent 98%, rgb(203,208,191,0.5) 98%);
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
}.utilgive_it_a_try .utilknowledge_zone {
    position: relative;
    z-index: 10;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.utilgive_it_a_try .container p {
    color: #000000;
    position: relative;
    padding: 0 30px;
    z-index: 5;
    line-height: 1.4;
    font-weight: 700;
    border-left: 4px solid rgb(203,208,191);
    font-size: 33px;
    margin: 0;
    flex: 0 0 65%;
}.utilgive_it_a_try .utilfeedback_widget {
    z-index: 5;
    position: relative;
    height: 80px;
    justify-content: center;
    transition: all 0.4s ease;
    background: transparent;
    text-decoration: none;
    font-size: 19px;
    align-items: center;
    color: #000000;
    font-weight: 700;
    display: flex;
    flex: 0 0 30%;
}.utilgive_it_a_try .utilfeedback_widget::before,
.utilgive_it_a_try .utilfeedback_widget::after {
    transition: all 0.4s ease;
    border: 2px solid rgb(203,208,191);
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
}.utilgive_it_a_try .utilfeedback_widget::before {
    top: -8px;
    border-right: none;
    left: -8px;
    border-bottom: none;
}.utilgive_it_a_try .utilfeedback_widget::after {
    border-top: none;
    right: -8px;
    bottom: -8px;
    border-left: none;
}.utilgive_it_a_try .utilfeedback_widget:hover {
    color: rgb(203,208,191);
}.utilgive_it_a_try .utilfeedback_widget:hover::before {
    left: 0;
    top: 0;
}.utilgive_it_a_try .utilfeedback_widget:hover::after {
    right: 0;
    bottom: 0;
}.utilgive_it_a_try::after {
    width: 100%;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    z-index: 1;
    background:
        linear-gradient(135deg, transparent 50%, rgb(203,208,191,0.5) 50%);
    top: 0;
    content: '';
    right: 0;
}.utilgive_it_a_try .utilknowledge_zone::before {
    border-radius: 50%;
    content: '';
    height: 150px;
    width: 150px;
    left: -75px;
    background: rgb(203,208,191,0.5);
    position: absolute;
    z-index: -1;
    top: -75px;
    filter: blur(30px);
    opacity: 0.2;
}.utilgive_it_a_try .utilknowledge_zone::after {
    height: 200px;
    width: 200px;
    bottom: -100px;
    background: rgb(167,173,152,0.5);
    position: absolute;
    filter: blur(40px);
    right: -100px;
    z-index: -1;
    opacity: 0.2;
    content: '';
    border-radius: 50%;
}

@media (max-width: 991px) {.utilgive_it_a_try {
    padding: 90px 0;
}.utilgive_it_a_try .container p {
    font-size: calc(20px * 1.2);
    padding: 0 25px;
}.utilgive_it_a_try .utilfeedback_widget {
    height: 70px;
}
}

@media (max-width: 767px) {.utilgive_it_a_try {
    padding: 70px 0;
}.utilgive_it_a_try .utilknowledge_zone {
    flex-direction: column;
    gap: 40px;
}.utilgive_it_a_try .container p {
    flex: none;
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 20px;
}.utilgive_it_a_try .utilfeedback_widget {
    flex: none;
    width: 80%;
    height: 60px;
}
}

@media (max-width: 480px) {.utilgive_it_a_try {
    padding: 50px 0;
}.utilgive_it_a_try .container p {
    font-size: calc(15px * 1.2);
    padding: 0 15px;
}.utilgive_it_a_try .utilfeedback_widget {
    font-size: calc(19px * 0.9);
    width: 100%;
    height: 50px;
}.utilgive_it_a_try .utilfeedback_widget::before {
    left: -5px;
    top: -5px;
}.utilgive_it_a_try .utilfeedback_widget::after {
    bottom: -5px;
    right: -5px;
}}.utilgratNote {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(231,233,225) 0%, rgb(167,173,152,0.5) 100%);
}.utilgratNote::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(203,208,191,0.5) 0px,
        rgb(203,208,191,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    position: absolute;
    opacity: 0.1;
    transform: perspective(1000px) rotateX(5deg);
    top: 0;
    content: "";
}.utilgratNote::after {
    background: rgb(203,208,191);
    animation: float 15s ease-in-out infinite;
    z-index: 0;
    opacity: 0.1;
    border-radius: 100px;
    position: absolute;
    right: -50px;
    bottom: -50px;
    transform: rotate(15deg);
    height: 300px;
    content: "";
    width: 300px;
}.utilgratNote .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    transform-style: preserve-3d;
}.utilgratNote h2 {
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    font-size: 33px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transform: translateZ(20px);
    line-height: 1.3;
}.utilgratNote h2::after {
    position: absolute;
    transform: translateZ(30px);
    height: 4px;
    animation: pulse 3s infinite alternate;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    left: 0;
    width: 80px;
    bottom: -15px;
    background: rgb(203,208,191);
    content: "";
}.utilgratNote .utilknowledge_zone {
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 8px;
    padding: 40px;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    position: relative;
}.utilgratNote .utilknowledge_zone::before {
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(203,208,191) 0%, rgb(167,173,152) 100%);
    content: "";
    height: 6px;
    left: 0;
}.utilgratNote .utilknowledge_zone:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.utilgratNote ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.utilgratNote li {
    position: relative;
    padding-left: 25px;
}.utilgratNote li::before {
    background: rgb(203,208,191);
    width: 8px;
    content: "";
    height: 8px;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    animation: spin 12s linear infinite;
    top: 8px;
}.utilgratNote span {
    line-height: 1.7;
    z-index: 2;
    position: relative;
    color: #000000;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 17px;
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 992px) {.utilgratNote {
    padding: 90px 0;
}.utilgratNote h2 {
    font-size: calc(33px * 0.9);
}.utilgratNote .utilknowledge_zone {
    padding: 30px;
}
}

@media (max-width: 768px) {.utilgratNote {
    padding: 70px 0;
}.utilgratNote h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.utilgratNote h2::after {
    width: 60px;
}.utilgratNote .utilknowledge_zone {
    padding: 25px;
    transform: perspective(1000px) rotateY(-1deg);
}.utilgratNote span {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.utilgratNote {
    padding: 50px 0;
}.utilgratNote h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 25px;
}.utilgratNote h2::after {
    height: 3px;
    width: 50px;
}.utilgratNote .utilknowledge_zone {
    padding: 20px;
    transform: none;
}.utilgratNote li {
    padding-left: 20px;
}.utilgratNote span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}.utilplan_list {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.utilplan_list::before {
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    z-index: 1;
    right: 0;
}.utilplan_list .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.utilplan_list .utillesson_plans {
    perspective: 1000px;
}.utilplan_list h2 {
    letter-spacing: 0.5px;
    text-align: center;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
    transform: translateZ(30px);
}.utilplan_list .utilprice_panel {
    margin: 0 auto 50px;
    font-size: 17px;
    text-align: center;
    max-width: 700px;
    line-height: 1.6;
    opacity: 0.9;
    transform: translateZ(20px);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    font-weight: 400;
    color: #ffffff;
}.utilplan_list .utilpromo_cost {
    padding: 0;
    gap: 30px;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
}.utilplan_list .utilpromo_cost li {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
}.utilplan_list .utilpayment_plans {
    transform-style: preserve-3d;
    height: 100%;
    display: block;
    transition: all 0.4s ease;
    text-decoration: none;
    position: relative;
}.utilplan_list .utilvalue_plan {
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
}.utilplan_list .utilvalue_plan::before {
    height: 5px;
    content: "";
    background: linear-gradient(90deg, 
        rgb(203,208,191) 0%,
        rgb(167,173,152) 100%);
    right: 0;
    transform: scaleX(0.92);
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
}.utilplan_list .utilvalue_plan::after {
    opacity: 0.7;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    bottom: -2px;
    background: linear-gradient(90deg, 
        rgb(167,173,152,0.5) 0%,
        rgb(203,208,191,0.5) 100%);
    right: 10px;
    height: 2px;
    left: 10px;
    transform-origin: bottom;
}.utilplan_list .utilfee_pricing {
    transform: translateZ(10px);
    padding: 35px 30px;
}.utilplan_list .utilfee_pricing h4 {
    margin: 0 0 20px;
    display: inline-block;
    position: relative;
    font-size: calc(19px * 1.1);
    transform: translateZ(5px);
    font-weight: 700;
    color: #ffffff;
}.utilplan_list .utilfee_pricing h4::after {
    position: absolute;
    bottom: -8px;
    background: rgb(203,208,191);
    transform-origin: left;
    height: 3px;
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    width: 40px;
    left: 0;
}.utilplan_list .utilfee_pricing p {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.85;
    max-height: 250px;
    overflow-wrap: break-word;
    font-weight: 400;
    margin: 0 0 25px;
    padding-right: 5px;
    hyphens: auto;
    overflow-y: auto;
    word-wrap: break-word;
    font-size: 17px;
}.utilplan_list .utilfee_pricing p::-webkit-scrollbar {
    width: 4px;
}.utilplan_list .utilfee_pricing p::-webkit-scrollbar-thumb {
    background: rgb(203,208,191,0.5);
    border-radius: 10px;
}.utilplan_list .utilfee_chart {
    display: block;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transform: translateZ(15px);
    font-size: calc(19px * 1.2);
    text-align: right;
    font-weight: 700;
    margin-top: 20px;
}.utilplan_list .utilfee_chart::before {
    margin-right: 8px;
    width: 10px;
    box-shadow: 0 0 15px rgb(203,208,191);
    display: inline-block;
    height: 10px;
    transform: translateY(-2px);
    background: rgb(203,208,191);
    content: "";
    border-radius: 50%;
}.utilplan_list .utilpromo_cost li:hover {
    transform: translateY(-5px) scale(1.02);
}.utilplan_list .utilpromo_cost li:hover .utilvalue_plan {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
    transform: translateZ(20px);
}.utilplan_list .utilpromo_cost li:hover .utilvalue_plan::before {
    transform: scaleX(1);
}.utilplan_list .utilpromo_cost li:hover .utilvalue_plan::after {
    transform: scaleY(1.5);
    opacity: 0.9;
}.utilplan_list .utilpromo_cost li:hover .utilfee_pricing h4::after {
    width: 100%;
}

@media (max-width: 991px) {.utilplan_list {
    padding: 80px 0;
}.utilplan_list h2 {
    font-size: calc(33px * 0.9);
}.utilplan_list .utilpromo_cost {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.utilplan_list .utilfee_pricing {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.utilplan_list {
    padding: 60px 0;
}.utilplan_list h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 15px;
}.utilplan_list .utilprice_panel {
    margin-bottom: 40px;
    font-size: calc(17px * 0.95);
}.utilplan_list .utilpromo_cost {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.utilplan_list .utilfee_pricing {
    padding: 25px 20px;
}.utilplan_list .utilfee_pricing h4 {
    font-size: 19px;
}.utilplan_list .utilfee_chart {
    font-size: calc(19px * 1.1);
}
}

@media (max-width: 480px) {.utilplan_list {
    padding: 50px 0;
}.utilplan_list h2 {
    font-size: calc(33px * 0.7);
}.utilplan_list .utilprice_panel {
    font-size: calc(17px * 0.9);
}.utilplan_list .utilfee_pricing {
    padding: 20px 15px;
}.utilplan_list .utilfee_pricing p {
    max-height: 200px;
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.utilour_background {
    overflow: hidden;
    color: #ffffff;
    padding: 6rem 0;
    position: relative;
}.utilour_background::before {
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    height: 100%;
    content: "";
    width: 100%;
}.utilour_background::after {
    height: 70%;
    background: rgb(167,173,152);
    opacity: 0.15;
    top: -10%;
    transform: rotate(-15deg) skewX(-15deg);
    content: "";
    animation: float 12s ease-in-out infinite;
    position: absolute;
    z-index: 0;
    right: -5%;
    width: 40%;
}.utilour_background h4 {
    padding-left: 4rem;
    font-weight: 700;
    animation: slideInLeft 0.8s ease-out forwards 0.3s;
    position: relative;
    z-index: 2;
    opacity: 0;
    letter-spacing: 3px;
    font-size: calc(19px * 1.2);
    text-transform: uppercase;
    margin-bottom: 2rem;
    transform: translateX(-2rem);
    color: #ffffff;
}.utilour_background h4::before {
    height: 2px;
    transform: translateY(-50%);
    width: 3rem;
    left: 0;
    content: "";
    top: 50%;
    position: absolute;
    background: rgb(167,173,152);
}.utilour_background .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.utilour_background .utiltext_list_item {
    opacity: 0;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-left: 3px solid rgb(167,173,152);
    padding: 3.5rem;
    position: relative;
    backdrop-filter: blur(10px);
    transform: translateY(20px);
    animation: fadeUp 1s ease-out forwards 0.5s;
    background: rgba(255, 255, 255, 0.05);
}.utilour_background .utiltext_list_item::before {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(
        to right,
        rgb(167,173,152,0.5) 0%,
        transparent 15%
    );
    opacity: 0.2;
    content: "";
    left: 0;
    z-index: -1;
}.utilour_background .utiltext_list_item::after {
    height: 10px;
    animation: scaleIn 1.5s ease-out forwards 1.2s;
    transform: scaleX(0);
    opacity: 0.3;
    width: 60%;
    background: rgb(167,173,152);
    bottom: -10px;
    right: 30px;
    position: absolute;
    content: "";
    transform-origin: left center;
    filter: blur(10px);
}.utilour_background h6 {
    margin-bottom: 1.5rem;
    animation: popUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.7s;
    transform-origin: left center;
    opacity: 0;
    position: relative;
    color: rgb(167,173,152);
    font-weight: 700;
    font-size: calc(17px * 1.5);
    transform: translateY(15px);
    display: inline-block;
}.utilour_background h6::after {
    content: "";
    height: 2px;
    transform-origin: right center;
    bottom: -8px;
    animation: expandWidth 0.8s ease-out forwards 1s;
    transform: scaleX(0);
    position: absolute;
    background: rgb(167,173,152);
    width: 100%;
    left: 0;
}.utilour_background .utiltext_list_item div {
    scrollbar-width: thin;
    overflow-y: auto;
    padding-right: 15px;
    max-height: 320px;
    overflow: hidden;
    scrollbar-color: rgb(167,173,152) rgba(255, 255, 255, 0.1);
    position: relative;
}.utilour_background .utiltext_list_item div::-webkit-scrollbar {
    width: 6px;
}.utilour_background .utiltext_list_item div::-webkit-scrollbar-thumb {
    background-color: rgb(167,173,152);
    border-radius: 10px;
}.utilour_background .utiltext_list_item div::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}.utilour_background span {
    animation: fadeIn 1s ease-out forwards 1.2s;
    display: block;
    color: #ffffff;
    line-height: 1.8;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    letter-spacing: 0.02em;
    opacity: 0;
    opacity: 0.9;
    font-size: 18px;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes popUp {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    70% {
        transform: translateY(-5px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}

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

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

@media (min-width: 992px) {.utilour_background {
    padding: 8rem 0;
}.utilour_background .utiltext_list_item {
    margin-left: 4rem;
    padding: 4rem;
    margin-right: 2rem;
}.utilour_background h4 {
    font-size: calc(19px * 1.5);
    padding-left: 6rem;
}.utilour_background h4::before {
    width: 5rem;
}.utilour_background h6 {
    font-size: calc(17px * 1.8);
    margin-bottom: 2rem;
}.utilour_background .utiltext_list_item div {
    max-height: 380px;
    padding-right: 25px;
}.utilour_background span {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 991px) {.utilour_background {
    padding: 5rem 0;
}.utilour_background .container {
    padding: 0 1.5rem;
}.utilour_background .utiltext_list_item {
    padding: 2.5rem;
    margin: 0 1rem;
}
}

@media (max-width: 767px) {.utilour_background {
    padding: 4rem 0;
}.utilour_background h4 {
    padding-left: 3rem;
    font-size: calc(19px * 1.1);
    text-align: left;
}.utilour_background h4::before {
    width: 2rem;
}.utilour_background .utiltext_list_item {
    padding: 2rem;
    margin: 0 0.5rem;
}.utilour_background h6 {
    margin-bottom: 1.25rem;
    font-size: calc(17px * 1.3);
}.utilour_background span {
    line-height: 1.7;
    font-size: 18px;
}.utilour_background .utiltext_list_item div {
    max-height: 280px;
}
}

@media (max-width: 480px) {.utilour_background {
    padding: 3rem 0;
}.utilour_background .utiltext_list_item {
    margin: 0;
    padding: 1.5rem;
}.utilour_background h4 {
    padding-left: 2.5rem;
    font-size: 19px;
    margin-bottom: 1.5rem;
}.utilour_background h4::before {
    width: 1.8rem;
}.utilour_background h6 {
    margin-bottom: 1rem;
    font-size: 17px;
}.utilour_background span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.utilour_background .utiltext_list_item div {
    max-height: 240px;
}}.utildata_overview {
    background: linear-gradient(135deg, rgb(231,233,225) 0%, rgb(167,173,152,0.5) 100%);
    padding: 5rem 1rem;
    position: relative;
    overflow: hidden;
}.utildata_overview::before {
    height: 200%;
    pointer-events: none;
    opacity: 0.2;
    content: "";
    z-index: 0;
    left: -50%;
    width: 200%;
    top: -50%;
    transform: rotate(-15deg);
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(203,208,191,0.5) 0%, transparent 70%);
}.utildata_overview h3 {
    text-align: center;
    color: #000000;
    position: relative;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transform: perspective(1000px) translateZ(0);
    font-size: 38px;
    transition: transform 0.5s ease-out;
    z-index: 1;
    margin-bottom: 3rem;
    font-weight: 700;
}.utildata_overview h3::after {
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    border-radius: 1px;
    left: 50%;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(203,208,191), rgb(167,173,152));
}.utildata_overview .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.utildata_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    display: grid;
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 2rem;
}.utildata_overview .utilfast_upgrade {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    position: relative;
    align-items: center;
    display: flex;
    transform-origin: center bottom;
    overflow: hidden;
    padding: 2.5rem 1.5rem;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 0 1px 5px rgba(0,0,0,0.03);
    flex-direction: column;
}.utildata_overview .utilfast_upgrade::before {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    transition: transform 0.5s ease-out;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(203,208,191), rgb(167,173,152));
    height: 5px;
    transform: scaleX(0);
    width: 100%;
}.utildata_overview .utilfast_upgrade:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    transform: translateY(-5px) scale(1.03);
}.utildata_overview .utilfast_upgrade:hover::before {
    transform: scaleX(1);
}.utildata_overview .utilfast_upgrade span {
    font-size: 16px;
    margin-bottom: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #000000;
    position: relative;
    z-index: 2;
}.utildata_overview .utilfast_upgrade p {
    font-size: calc(44px * 1.2);
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgb(203,208,191);
    font-weight: 700;
    transition: all 0.3s ease;
}.utildata_overview .utilfast_upgrade:hover p {
    transform: scale(1.1);
    color: rgb(167,173,152);
}.utildata_overview .utilfast_upgrade:nth-child(odd)::after {
    right: -20px;
    background: radial-gradient(circle, rgb(203,208,191,0.5) 0%, transparent 70%);
    width: 100px;
    z-index: 1;
    content: "";
    border-radius: 50%;
    bottom: -20px;
    position: absolute;
    height: 100px;
    opacity: 0.2;
}.utildata_overview .utilfast_upgrade:nth-child(even)::after {
    background: radial-gradient(circle, rgb(167,173,152,0.5) 0%, transparent 70%);
    content: "";
    z-index: 1;
    height: 100px;
    width: 100px;
    left: -20px;
    position: absolute;
    border-radius: 50%;
    top: -20px;
    opacity: 0.2;
}

@media (max-width: 992px) {.utildata_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.utildata_overview .utilfast_upgrade {
    padding: 2rem 1.25rem;
}.utildata_overview .utilfast_upgrade p {
    font-size: calc(38px * 1.1);
}
}

@media (max-width: 768px) {.utildata_overview {
    padding: 4rem 1rem;
}.utildata_overview h3 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.utildata_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.25rem;
}.utildata_overview .utilfast_upgrade {
    padding: 1.75rem 1rem;
}
}

@media (max-width: 576px) {.utildata_overview {
    padding: 3rem 0.75rem;
}.utildata_overview h3 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.utildata_overview ul {
    margin: 0 auto;
    max-width: 320px;
    grid-template-columns: 1fr;
}.utildata_overview .utilfast_upgrade {
    padding: 2rem 1.5rem;
}.utildata_overview .utilfast_upgrade p {
    font-size: 38px;
}}

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

.utildata_overview .utilfast_upgrade:nth-child(1) {
    animation: fadeInUp 0.5s 0.1s ease-out both;
}.utildata_overview .utilfast_upgrade:nth-child(2) {
    animation: fadeInUp 0.5s 0.2s ease-out both;
}.utildata_overview .utilfast_upgrade:nth-child(3) {
    animation: fadeInUp 0.5s 0.3s ease-out both;
}.utildata_overview .utilfast_upgrade:nth-child(4) {
    animation: fadeInUp 0.5s 0.4s ease-out both;
}.utildata_overview .utilfast_upgrade:nth-child(5) {
    animation: fadeInUp 0.5s 0.5s ease-out both;
}.utildata_overview .utilfast_upgrade:nth-child(6) {
    animation: fadeInUp 0.5s 0.6s ease-out both;
}.utildata_overview .utilfast_upgrade:nth-child(7) {
    animation: fadeInUp 0.5s 0.7s ease-out both;
}.utilstay_informed {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,233,225) 0%, rgb(167,173,152,0.5) 100%);
}.utilstay_informed::before {
    z-index: 1;
    opacity: 0.3;
    height: 200%;
    left: -50%;
    content: "";
    animation: rotateBg 30s linear infinite;
    position: absolute;
    background: 
        radial-gradient(circle at 30% 30%, rgb(203,208,191,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(167,173,152,0.5) 0%, transparent 50%);
    top: -50%;
    width: 200%;
}@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.utilstay_informed .utilknowledge_zone {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.utilstay_informed .utilrequest_block {
    width: 80%;
    display: flex;
    flex-direction: column;
    max-width: 800px;
    position: relative;
    margin-left: 5%;
}.utilstay_informed h3 {
    font-weight: 700;
    margin-bottom: 0;
    z-index: 3;
    border-radius: 10px 10px 0 0;
    transform: translateX(-5%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    font-size: 23px;
    position: relative;
    color: #000000;
    padding: 1.5rem 2rem;
}.utilstay_informed h3::after {
    background: rgb(203,208,191);
    right: -15px;
    bottom: -15px;
    transform: rotate(45deg);
    content: "";
    height: 30px;
    position: absolute;
    width: 30px;
    z-index: -1;
}.utilstay_informed .input_holder {
    background: #ffffff;
    position: relative;
    border-radius: 0 0 10px 10px;
    flex-wrap: wrap;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    padding: 2.5rem 3rem;
    display: flex;
    z-index: 2;
    transform: translateX(5%);
}.utilstay_informed input[type="email"] {
    color: #000000;
    font-size: 17px;
    background: rgb(231,233,225);
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    z-index: 1;
    transition: all 0.3s ease;
    margin-right: 1.5rem;
    border: none;
    padding: 1rem 1.5rem;
    position: relative;
    flex: 1 1 250px;
    border-radius: 10px;
}.utilstay_informed input[type="email"]:focus {
    transform: translateY(-5px);
    outline: none;
    box-shadow: 0 0 0 2px rgb(203,208,191);
}.utilstay_informed input[type="submit"] {
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    cursor: pointer;
    padding: 1rem 2rem;
    z-index: 1;
    background: rgb(203,208,191);
    overflow: hidden;
    font-size: 15px;
    flex: 0 0 auto;
    border-radius: 10px;
    border: none;
    position: relative;
}.utilstay_informed input[type="submit"]::before {
    height: 100%;
    transition: all 0.3s ease;
    z-index: -1;
    background: rgb(167,173,152);
    top: 0;
    left: -100%;
    position: absolute;
    width: 100%;
    content: "";
}.utilstay_informed input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}.utilstay_informed input[type="submit"]:hover::before {
    left: 0;
}.utilstay_informed::after {
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(203,208,191) 49.5%, rgb(203,208,191) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(203,208,191) 49.5%, rgb(203,208,191) 50.5%, transparent 50.5%);
    position: absolute;
    animation: patternMove 15s linear infinite;
    width: 40%;
    right: -10%;
    z-index: 1;
    content: "";
    pointer-events: none;
    top: 15%;
    height: 70%;
    background-size: 20px 20px;
}@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.utilstay_informed .input_holder::before {
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 100px;
    right: -50px;
    opacity: 0.3;
    pointer-events: none;
    border: 2px solid rgb(167,173,152,0.5);
    top: -30px;
    width: 100px;
}.utilstay_informed .input_holder::after {
    width: 50px;
    content: "";
    background: rgb(203,208,191,0.5);
    bottom: -25px;
    transform: rotate(180deg);
    opacity: 0.5;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    left: 10%;
    height: 50px;
    position: absolute;
}

@media (max-width: 992px) {.utilstay_informed .utilrequest_block {
    width: 90%;
    margin: 0 auto;
}.utilstay_informed h3 {
    transform: translateX(0);
}.utilstay_informed .input_holder {
    transform: translateX(0);
}
}

@media (max-width: 768px) {.utilstay_informed {
    padding: 4rem 1.5rem;
}.utilstay_informed .utilrequest_block {
    width: 100%;
}.utilstay_informed h3 {
    font-size: calc(23px * 0.9);
    padding: 1.2rem 1.5rem;
}.utilstay_informed .input_holder {
    padding: 2rem;
}.utilstay_informed input[type="email"] {
    margin-right: 0;
    flex: 1 1 100%;
}.utilstay_informed input[type="submit"] {
    margin-top: 1rem;
    width: 100%;
}
}

@media (max-width: 480px) {.utilstay_informed {
    padding: 3rem 1rem;
}.utilstay_informed h3 {
    font-size: calc(23px * 0.8);
    padding: 1rem 1.2rem;
}.utilstay_informed .input_holder {
    padding: 1.5rem;
}.utilstay_informed input[type="email"] {
    padding: 0.8rem 1rem;
}.utilstay_informed input[type="submit"] {
    padding: 0.8rem 1.5rem;
}.utilstay_informed .input_holder::before,
    .utilstay_informed .input_holder::after {
    display: none;
}}.utilcontact_form_section {
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(231,233,225) 0%, rgb(167,173,152,0.5) 100%);
    position: relative;
}.utilcontact_form_section::before {
    top: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    height: 100%;
    animation: scanlines 10s linear infinite;
    background: linear-gradient(0deg, transparent 40%, rgba(0,0,0,0.05) 60%, transparent 80%);
    content: '';
    pointer-events: none;
    background-size: 100% 15px;
}.utilcontact_form_section::after {
    background-size: 150px 150px, 200px 200px, 100px 100px, 250px 250px;
    z-index: 0;
    content: '';
    top: 0;
    position: absolute;
    pointer-events: none;
    background: 
        radial-gradient(1px at 30% 20%, rgb(203,208,191,0.5) 0%, transparent 50%),
        radial-gradient(1px at 70% 40%, rgb(167,173,152,0.5) 0%, transparent 50%),
        radial-gradient(1px at 40% 60%, rgb(203,208,191,0.5) 0%, transparent 50%),
        radial-gradient(1px at 60% 80%, rgb(167,173,152,0.5) 0%, transparent 50%);
    height: 100%;
    width: 100%;
    opacity: 0.4;
    left: 0;
}.utilcontact_form_section .utilimg_footer {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.08;
    z-index: 0;
    height: 100%;
    mix-blend-mode: overlay;
    filter: grayscale(100%) contrast(150%);
    width: 100%;
}.utilcontact_form_section .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.utilcontact_form_section h3 {
    text-align: center;
    perspective: 800px;
    color: #000000;
    font-weight: 700;
    font-size: 34px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    position: relative;
}.utilcontact_form_section h3::before {
    color: rgb(167,173,152,0.5);
    font-size: calc(34px - 10px);
    position: absolute;
    content: attr(id);
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 5px;
    opacity: 0.4;
}.utilcontact_form_section h3::after {
    width: 100px;
    content: '';
    position: absolute;
    left: 50%;
    height: 1px;
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(203,208,191), transparent);
    transform: translateX(-50%);
}.utilcontact_form_section .utilrequest_message {
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    transform-style: preserve-3d;
    grid-template-columns: 1.5fr 1fr;
    border-radius: 30px;
    display: grid;
    transition: transform 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 20px rgb(203,208,191,0.5) inset;
    overflow: hidden;
    backdrop-filter: blur(10px);
}.utilcontact_form_section .utilrequest_message:hover {
    transform: perspective(1000px) rotateX(2deg);
}.utilcontact_form_section .utilrequest_message::before {
    border-radius: calc(30px + 2px);
    left: -2px;
    right: -2px;
    bottom: -2px;
    content: '';
    top: -2px;
    background: linear-gradient(45deg, 
        rgb(203,208,191,0.5), 
        transparent, 
        rgb(167,173,152,0.5), 
        transparent);
    position: absolute;
    animation: border-flow 6s linear infinite;
    z-index: -1;
}.utilcontact_form_section .utilrequest_message::after {
    content: '';
    background-size: 20px 20px;
    height: 100%;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    pointer-events: none;
    position: absolute;
    top: 0;
}.utilcontact_form_section .utilrequest_grid {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 60px;
}.utilcontact_form_section .utilrequest_grid::before {
    top: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(203,208,191), 
        rgb(167,173,152));
    height: 3px;
    left: 0;
    width: 100%;
}.utilcontact_form_section .utilrequest_grid::after {
    right: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(0, 0, 0, 0.01));
    width: 50%;
    position: absolute;
    content: '';
    top: 0;
    pointer-events: none;
    height: 100%;
}.utilcontact_form_section .utilrequest_grid #contact {
    z-index: 2;
    position: relative;
}.utilcontact_form_section .utilrequest_grid h3 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px;
    text-transform: uppercase;
}.utilcontact_form_section .utilrequest_grid h3::before {
    display: none;
}.utilcontact_form_section .utilrequest_grid h3::after {
    background: rgb(203,208,191);
    transform: none;
    height: 2px;
    width: 50px;
    left: 0;
}.utilcontact_form_section .utilrequest_grid input[type="text"],
.utilcontact_form_section .utilrequest_grid textarea {
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    border-radius: 0;
    font-size: 12px;
    color: #000000;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
    position: relative;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
}.utilcontact_form_section .utilrequest_grid input[type="text"]::placeholder,
.utilcontact_form_section .utilrequest_grid textarea::placeholder {
    opacity: 0.6;
    transition: opacity 0.3s ease;
    color: #000000;
}.utilcontact_form_section .utilrequest_grid input[type="text"]:focus::placeholder,
.utilcontact_form_section .utilrequest_grid textarea:focus::placeholder {
    opacity: 0.3;
}.utilcontact_form_section .utilrequest_grid input[type="text"]:focus,
.utilcontact_form_section .utilrequest_grid textarea:focus {
    outline: none;
    border-bottom-color: rgb(203,208,191);
    background-color: rgba(0, 0, 0, 0.01);
}.utilcontact_form_section .utilrequest_grid textarea {
    min-height: 150px;
    transition: height 0.3s ease;
    resize: vertical;
    overflow: hidden;
}.utilcontact_form_section .utilrequest_grid .utilsupport_panel {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.utilcontact_form_section .utilrequest_grid .utilsupport_panel input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.utilcontact_form_section .utilrequest_grid .utilsupport_panel label {
    font-size: calc(12px - 2px);
    position: relative;
    line-height: 1.6;
    cursor: pointer;
    color: #000000;
    padding-left: 40px;
}.utilcontact_form_section .utilrequest_grid .utilsupport_panel label::before {
    content: '';
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    height: 25px;
    background-color: transparent;
    width: 25px;
    position: absolute;
    top: 0;
}.utilcontact_form_section .utilrequest_grid .utilsupport_panel label::after {
    top: 5px;
    border-bottom: 2px solid #ffffff;
    opacity: 0;
    left: 9px;
    width: 7px;
    transition: all 0.3s ease;
    height: 12px;
    position: absolute;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #ffffff;
    content: '';
}.utilcontact_form_section .utilrequest_grid .utilsupport_panel input[type="checkbox"]:checked + label::before {
    border-color: rgb(203,208,191);
    background-color: rgb(203,208,191);
}.utilcontact_form_section .utilrequest_grid .utilsupport_panel input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
}.utilcontact_form_section .utilrequest_grid .utilsupport_panel a {
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: color 0.3s ease;
    padding-bottom: 2px;
    text-decoration: none;
    color: rgb(203,208,191);
}.utilcontact_form_section .utilrequest_grid .utilsupport_panel a:hover {
    color: rgb(167,173,152);
    border-bottom-color: rgb(167,173,152);
}.utilcontact_form_section .utilrequest_grid .utilfeedback_widget {
    cursor: pointer;
    color: #000000;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    background-color: transparent;
    font-weight: 600;
    padding: 18px 40px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
    border: 1px solid rgb(203,208,191);
    letter-spacing: 2px;
    font-size: 20px;
}.utilcontact_form_section .utilrequest_grid .utilfeedback_widget::before {
    width: 100%;
    top: 0;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    content: '';
    height: 100%;
    transform: scaleX(0);
    z-index: -1;
    position: absolute;
    background: rgb(203,208,191);
    transform-origin: right;
}.utilcontact_form_section .utilrequest_grid .utilfeedback_widget:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.utilcontact_form_section .utilreach_panel {
    padding: 60px;
    position: relative;
    background: linear-gradient(135deg, rgb(203,208,191) 0%, rgb(167,173,152) 100%);
    overflow: hidden;
}.utilcontact_form_section .utilreach_panel::before {
    left: 0;
    top: 0;
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    width: 100%;
    content: '';
    z-index: 0;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(135deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(45deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0,
        linear-gradient(135deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0;
}.utilcontact_form_section .utilreach_panel::after {
    animation: pulse-light 10s infinite;
    content: '';
    width: 200%;
    position: absolute;
    height: 200%;
    z-index: 0;
    top: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    left: -50%;
}.utilcontact_form_section .utilreach_panel h4 {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #ffffff;
}.utilcontact_form_section .utilreach_panel h4::after {
    bottom: -10px;
    height: 2px;
    width: 50px;
    background: #ffffff;
    left: 0;
    position: absolute;
    content: '';
}.utilcontact_form_section .utilreach_panel .utilinquiry_map {
    list-style: none;
    z-index: 1;
    margin: 0;
    position: relative;
    padding: 0;
}.utilcontact_form_section .utilreach_panel .utilinquiry_map li {
    align-items: flex-start;
    display: flex;
    padding: 15px 0;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}.utilcontact_form_section .utilreach_panel .utilinquiry_map li:hover {
    transform: translateX(10px);
}.utilcontact_form_section .utilreach_panel .utilinquiry_map li::before {
    position: absolute;
    left: 0;
    height: 1px;
    content: '';
    width: 0;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    transition: width 0.3s ease;
}.utilcontact_form_section .utilreach_panel .utilinquiry_map li:hover::before {
    width: 100%;
}.utilcontact_form_section .utilreach_panel .utilinquiry_map li::after {
    right: 0;
    content: '';
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}.utilcontact_form_section .utilreach_panel .utilinquiry_map li:hover::after {
    width: 100%;
}.utilcontact_form_section .utilreach_panel .utilinquiry_map li svg {
    flex-shrink: 0;
    height: 24px;
    margin-right: 20px;
    width: 24px;
}.utilcontact_form_section .utilreach_panel .utilinquiry_map li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.utilcontact_form_section .utilreach_panel .utilinquiry_map li span {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
}.utilcontact_form_section .utilreach_panel .utilinquiry_map li a {
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.utilcontact_form_section .utilreach_panel .utilinquiry_map li a::before {
    bottom: -2px;
    transform: scaleX(0);
    width: 100%;
    transform-origin: right;
    position: absolute;
    background: #ffffff;
    height: 1px;
    content: '';
    transition: transform 0.3s ease;
    left: 0;
}.utilcontact_form_section .utilreach_panel .utilinquiry_map li a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}.utilcontact_form_section .utilreach_panel .utilinquiry_map li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse-light {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    25% {
        transform: translate(10%, 10%);
        opacity: 0.3;
    }
    50% {
        transform: translate(0%, 20%);
        opacity: 0.5;
    }
    75% {
        transform: translate(-10%, 10%);
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.utilcontact_form_section {
    padding: 80px 0;
}.utilcontact_form_section .container {
    padding: 0 20px;
}.utilcontact_form_section .utilrequest_message {
    grid-template-columns: 1fr;
}.utilcontact_form_section .utilrequest_grid,
    .utilcontact_form_section .utilreach_panel {
    padding: 40px;
}
}

@media (max-width: 768px) {.utilcontact_form_section {
    padding: 60px 0;
}.utilcontact_form_section h3 {
    margin-bottom: 40px;
    font-size: calc(34px - 4px);
}.utilcontact_form_section .utilrequest_grid h3,
    .utilcontact_form_section .utilreach_panel h4 {
    margin-bottom: 30px;
    font-size: calc(18px - 2px);
}.utilcontact_form_section .utilrequest_grid input[type="text"],
    .utilcontact_form_section .utilrequest_grid textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
}.utilcontact_form_section .utilrequest_grid .utilfeedback_widget {
    padding: 15px 30px;
}
}

@media (max-width: 576px) {.utilcontact_form_section {
    padding: 40px 0;
}.utilcontact_form_section .utilrequest_grid,
    .utilcontact_form_section .utilreach_panel {
    padding: 30px 20px;
}.utilcontact_form_section h3 {
    font-size: calc(34px - 6px);
    letter-spacing: 2px;
}.utilcontact_form_section .utilrequest_grid .utilsupport_panel label {
    font-size: calc(12px - 3px);
}}.utilcustomer_experience {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(231,233,225) 0%, rgba(240, 245, 255, 0.95) 100%);
}.utilcustomer_experience::before {
    z-index: 0;
    height: 20vw;
    background: linear-gradient(to right, rgb(203,208,191,0.5), rgb(167,173,152,0.5));
    width: 20vw;
    top: -10%;
    position: absolute;
    opacity: 0.2;
    right: -5%;
    transform: rotate(-15deg);
    filter: blur(50px);
    content: "";
}.utilcustomer_experience::after {
    content: "";
    z-index: 0;
    bottom: -5%;
    background: linear-gradient(to bottom, rgb(203,208,191,0.5), rgb(167,173,152));
    height: 15vw;
    position: absolute;
    transform: rotate(10deg);
    opacity: 0.15;
    filter: blur(40px);
    left: -2%;
    width: 15vw;
}.utilcustomer_experience .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.utilcustomer_experience h2 {
    animation: fadeInUp 0.7s ease-out 0.2s forwards;
    font-size: 31px;
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateY(20px);
    opacity: 0;
    letter-spacing: -0.01em;
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: center;
}.utilcustomer_experience h2::after {
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(203,208,191) 0%, rgb(167,173,152) 100%);
    left: 50%;
    position: absolute;
}.utilcustomer_experience .utilknowledge_zone {
    position: relative;
}.utilcustomer_experience .utilclient_voices {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    position: relative;
    gap: 2rem;
}.utilcustomer_experience .utillearner_reflections {
    transform: translateY(30px);
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), 
                box-shadow 0.4s ease-out;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.03);
    flex-direction: column;
    border: 1px solid rgba(230, 230, 240, 0.8);
    backdrop-filter: blur(10px);
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.7s ease-out forwards;
    display: flex;
}.utilcustomer_experience .utillearner_reflections:nth-child(1) {
    animation-delay: 0.3s;
}.utilcustomer_experience .utillearner_reflections:nth-child(2) {
    animation-delay: 0.5s;
}.utilcustomer_experience .utillearner_reflections:nth-child(3) {
    animation-delay: 0.7s;
}.utilcustomer_experience .utillearner_reflections:nth-child(4) {
    animation-delay: 0.9s;
}.utilcustomer_experience .utillearner_reflections:nth-child(5) {
    animation-delay: 1.1s;
}.utilcustomer_experience .utillearner_reflections:nth-child(6) {
    animation-delay: 1.3s;
}.utilcustomer_experience .utillearner_reflections:nth-child(7) {
    animation-delay: 1.5s;
}.utilcustomer_experience .utillearner_reflections:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 3px 8px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px) scale(1.02);
}.utilcustomer_experience .utillearner_reflections::before {
    font-family: serif;
    left: 20px;
    line-height: 1;
    content: "";
    font-size: 120px;
    position: absolute;
    opacity: 0.15;
    color: rgb(203,208,191);
    top: -20px;
}.utilcustomer_experience .utillearner_reflections h3 {
    display: inline-block;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(21px - 2px);
    font-weight: 600;
}.utilcustomer_experience .utillearner_reflections h3::after {
    background: rgb(203,208,191);
    content: "";
    transform-origin: left;
    transition: transform 0.3s ease;
    left: 0;
    transform: scaleX(0.7);
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: -5px;
}.utilcustomer_experience .utillearner_reflections:hover h3::after {
    transform: scaleX(1);
}.utilcustomer_experience .utillearner_reflections .description {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 12px;
}.utilcustomer_experience .utillearner_reflections div {
    border-radius: 50%;
    overflow: hidden;
    margin-top: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 60px;
    position: relative;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.8);
}.utilcustomer_experience .utillearner_reflections div img {
    transition: transform 0.5s ease;
    object-fit: cover;
    width: 100%;
    height: 100%;
}.utilcustomer_experience .utillearner_reflections:hover div img {
    transform: scale(1.1);
}

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

@media screen and (max-width: 1024px) {.utilcustomer_experience {
    padding: 4rem 0;
}.utilcustomer_experience .utilclient_voices {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.utilcustomer_experience h2 {
    font-size: calc(31px - 2px);
    margin-bottom: 2.5rem;
}
}

@media screen and (max-width: 768px) {.utilcustomer_experience {
    padding: 3rem 0;
}.utilcustomer_experience .utilclient_voices {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.5rem;
}.utilcustomer_experience .utillearner_reflections {
    padding: 1.5rem;
}.utilcustomer_experience h2 {
    font-size: calc(31px - 4px);
    margin-bottom: 2rem;
}.utilcustomer_experience h2::after {
    bottom: -10px;
    width: 60px;
}.utilcustomer_experience .utillearner_reflections::before {
    font-size: 100px;
    top: -15px;
}
}

@media screen and (max-width: 480px) {.utilcustomer_experience {
    padding: 2.5rem 0;
}.utilcustomer_experience .utillearner_reflections {
    padding: 1.25rem;
}.utilcustomer_experience h2 {
    font-size: calc(31px - 6px);
    margin-bottom: 1.5rem;
}.utilcustomer_experience h2::after {
    height: 2px;
    width: 50px;
}.utilcustomer_experience .utillearner_reflections::before {
    font-size: 80px;
    left: 10px;
    top: -10px;
}.utilcustomer_experience .utillearner_reflections .description {
    font-size: calc(12px - 1px);
}.utilcustomer_experience .utillearner_reflections div {
    width: 50px;
    height: 50px;
}
}