* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    height: 100%;
    scroll-behavior: smooth;
    auto
contain
touch-action: none;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}svg {
    height: 30px;
    width: 30px;
}.ui_main_nav {
    flex: 1 0 auto;
}.ui_layer-container {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.container {
    width: 1115px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}.ui_sample_docs {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.ui_contact_form_box {
    overflow: hidden;
    background: linear-gradient(125deg, rgb(230,226,223) 0%, rgb(230,226,223) 60%, rgb(197,188,177,0.5) 100%);
    position: relative;
    padding: 110px 0;
}.ui_contact_form_box::before {
    content: "";
    right: 0;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(197,188,177,0.5),
        rgb(197,188,177,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    opacity: 0.05;
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
}.ui_contact_form_box .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.ui_contact_form_box h2 {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}.ui_contact_form_box h2::before {
    transform: translateX(-50%);
    height: 4px;
    background: rgb(197,188,177);
    width: 60px;
    left: 50%;
    content: "";
    border-radius: 2px;
    bottom: -15px;
    position: absolute;
}.ui_contact_form_box .ui_request_card {
    gap: 40px;
    background: transparent;
    align-items: center;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 450px;
}.ui_contact_form_box .ui_pic_float {
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    height: 550px;
    border-radius: 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.ui_contact_form_box .ui_pic_float:hover {
    transform: perspective(1000px) rotateY(0deg);
}.ui_contact_form_box .ui_contact_inquiry {
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    position: relative;
    padding: 50px;
    transform: perspective(1000px) rotateY(5deg);
    background: #ffffff;
}.ui_contact_form_box .ui_contact_inquiry:hover {
    transform: perspective(1000px) rotateY(0deg);
}.ui_contact_form_box form {
    width: 100%;
}.ui_contact_form_box form h3 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
    font-size: 21px;
}.ui_contact_form_box form input[type="text"] {
    padding: 16px 20px;
    border-radius: 10px;
    color: #000000;
    font-size: 18px;
    background: rgb(230,226,223);
    margin-bottom: 20px;
    width: 100%;
    border: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.ui_contact_form_box form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(197,188,177);
    outline: none;
}.ui_contact_form_box form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.ui_contact_form_box .ui_connect_grid {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.ui_contact_form_box .ui_connect_grid input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.ui_contact_form_box .ui_connect_grid label {
    position: relative;
    color: #000000;
    font-size: 13px;
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.5;
}.ui_contact_form_box .ui_connect_grid label::before {
    width: 22px;
    content: "";
    height: 22px;
    position: absolute;
    left: 0;
    background: rgb(230,226,223);
    top: 2px;
    border-radius: 4px;
    transition: all 0.3s ease;
}.ui_contact_form_box .ui_connect_grid input[type="checkbox"]:checked + label::before {
    background: rgb(197,188,177);
}.ui_contact_form_box .ui_connect_grid input[type="checkbox"]:checked + label::after {
    height: 10px;
    border-bottom: 2px solid #ffffff;
    top: 6px;
    content: "";
    left: 8px;
    position: absolute;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    width: 6px;
}.ui_contact_form_box .ui_connect_grid label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(197,188,177);
}.ui_contact_form_box .ui_connect_grid label a:hover {
    color: rgb(176,149,123);
}.ui_contact_form_box form .ui_support_reach {
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    padding: 16px 35px;
    background: rgb(197,188,177);
    font-family: Arial, sans-serif;
    position: relative;
}.ui_contact_form_box form .ui_support_reach::after {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 0;
    background: rgb(176,149,123);
    transition: width 0.3s ease;
    right: 0;
    content: "";
    top: 0;
}.ui_contact_form_box form .ui_support_reach:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}.ui_contact_form_box form .ui_support_reach span {
    position: relative;
    z-index: 1;
}.ui_contact_form_box svg {
    height: 22px;
    fill: rgb(197,188,177);
    width: 22px;
}.ui_contact_form_box svg path {
    transition: fill 0.3s ease;
    fill: rgb(197,188,177);
}

@media screen and (max-width: 1100px) {.ui_contact_form_box .ui_request_card {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.ui_contact_form_box .ui_pic_float {
    height: 500px;
}.ui_contact_form_box .ui_contact_inquiry {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.ui_contact_form_box {
    padding: 80px 0;
}.ui_contact_form_box .ui_request_card {
    grid-template-columns: 1fr;
    gap: 40px;
}.ui_contact_form_box .ui_pic_float {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.ui_contact_form_box .ui_contact_inquiry {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.ui_contact_form_box {
    padding: 60px 0;
}.ui_contact_form_box h2 {
    margin-bottom: 40px;
}.ui_contact_form_box .ui_pic_float {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.ui_contact_form_box {
    padding: 50px 0;
}.ui_contact_form_box h2 {
    font-size: calc(30px * 0.85);
}.ui_contact_form_box .ui_pic_float {
    height: 250px;
}.ui_contact_form_box .ui_contact_inquiry {
    padding: 30px 25px;
}.ui_contact_form_box form h3 {
    font-size: calc(21px * 0.9);
}.ui_contact_form_box form .ui_support_reach {
    width: 100%;
}}.ui_welcome_section {
    display: flex;
    background: linear-gradient(135deg, rgb(230,226,223) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
}.ui_welcome_section::before {
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(197,188,177,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(176,149,123,0.5) 0%, transparent 40%);
    opacity: 0.3;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
}.ui_welcome_section::after {
    position: absolute;
    top: -10%;
    background: linear-gradient(45deg, rgb(197,188,177,0.5) 0%, rgb(176,149,123) 100%);
    content: "";
    width: 50%;
    animation: floatGlow 12s infinite alternate ease-in-out;
    transform: rotate(15deg);
    height: 50%;
    filter: blur(80px);
    z-index: 0;
    right: -10%;
}.ui_welcome_section .ui_page_home {
    position: relative;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr;
    transform: translateY(-2%);
    z-index: 2;
    width: 90%;
    max-width: 1200px;
}.ui_welcome_section .ui_page_home > div:first-child {
    position: relative;
    transform: translateX(-5%);
    animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    padding: 2rem;
}.ui_welcome_section .ui_page_home > div:first-child::before {
    position: absolute;
    height: 0;
    width: 3px;
    top: 0;
    left: 0;
    content: "";
    animation: lineGrow 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.5s;
    background: rgb(197,188,177);
}.ui_welcome_section .ui_page_home p {
    font-weight: 600;
    font-size: calc(16px * 1.2);
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
    opacity: 0;
    position: relative;
    animation: fadeUp 1s ease forwards 0.8s;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    max-width: 90%;
}.ui_welcome_section .ui_how_started {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: fadeScale 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    position: relative;
}.ui_welcome_section .ui_how_started:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.ui_welcome_section .ui_how_started > div {
    min-height: 450px;
    flex-direction: column;
    padding: 2.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}.ui_welcome_section .ui_how_started > div::before {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.3) 0%, 
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8) 100%);
    height: 100%;
    z-index: 1;
}.ui_welcome_section .ui_how_started h3 {
    position: relative;
    color: #ffffff;
    animation: fadeUp 1s ease forwards 1.2s;
    max-width: 90%;
    font-weight: 400;
    opacity: 0;
    line-height: 1.4;
    font-size: calc(20px * 1.1);
    margin-bottom: 2rem;
    z-index: 2;
    transform: translateY(20px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}.ui_welcome_section .ui_how_started > div > div {
    margin-top: auto;
    z-index: 2;
    position: relative;
}.ui_welcome_section .title_style_header {
    display: inline-block;
    position: relative;
    transform: translateY(30px);
    color: transparent;
    opacity: 0;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 40px;
    animation: fadeUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.5s;
    background-clip: text !important;
    background: linear-gradient(90deg, #ffffff, rgb(197,188,177));
    line-height: 1.2;
    -webkit-background-clip: text !important;
}.ui_welcome_section .title_style_header::after {
    position: absolute;
    background: rgb(197,188,177);
    animation: lineGrowWidth 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 2s;
    content: "";
    left: 0;
    width: 0;
    height: 3px;
    bottom: -10px;
}

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

@keyframes lineGrow {
  0% {
    height: 0;
  }
  100% {
    height: 80%;
  }
}

@keyframes lineGrowWidth {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(1);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(-5%);
  }
}

@keyframes floatGlow {
  0% {
    transform: rotate(15deg) translateY(0);
    filter: blur(80px);
  }
  50% {
    filter: blur(100px);
  }
  100% {
    transform: rotate(12deg) translateY(-20px);
    filter: blur(70px);
  }
}

@media (min-width: 768px) {.ui_welcome_section .ui_page_home {
    grid-gap: 3rem;
    grid-template-columns: 0.4fr 0.6fr;
}.ui_welcome_section .ui_page_home > div:first-child {
    align-items: center;
    display: flex;
}.ui_welcome_section .ui_page_home p {
    font-size: calc(16px * 1.3);
}.ui_welcome_section .ui_how_started > div {
    min-height: 500px;
}.ui_welcome_section .title_style_header {
    font-size: calc(40px * 1.2);
}.ui_welcome_section .ui_how_started h3 {
    max-width: 80%;
    font-size: calc(20px * 1.2);
}
}

@media (min-width: 992px) {.ui_welcome_section .ui_page_home {
    grid-template-columns: 0.35fr 0.65fr;
}.ui_welcome_section .ui_how_started {
    transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}.ui_welcome_section .ui_how_started:hover {
    transform: perspective(1500px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.ui_welcome_section .ui_how_started > div {
    min-height: 550px;
    padding: 3rem;
}.ui_welcome_section .title_style_header {
    font-size: calc(40px * 1.4);
}
}

@media (max-width: 767px) {.ui_welcome_section {
    padding: 4rem 1rem;
}.ui_welcome_section .ui_page_home > div:first-child {
    padding: 1.5rem;
}.ui_welcome_section .ui_how_started > div {
    min-height: 400px;
    padding: 2rem;
}.ui_welcome_section .title_style_header {
    font-size: calc(40px * 0.9);
}.ui_welcome_section .ui_how_started h3 {
    margin-bottom: 1.5rem;
    font-size: 20px;
}
}

@media (max-width: 480px) {.ui_welcome_section {
    padding: 3rem 1rem;
}.ui_welcome_section .ui_page_home {
    width: 95%;
}.ui_welcome_section .ui_page_home > div:first-child {
    padding: 1rem;
}.ui_welcome_section .ui_page_home p {
    font-size: 16px;
    max-width: 100%;
}.ui_welcome_section .ui_how_started > div {
    padding: 1.5rem;
    min-height: 350px;
}.ui_welcome_section .title_style_header {
    font-size: calc(32px * 0.9);
}.ui_welcome_section .ui_how_started h3 {
    font-size: calc(16px * 1.1);
    max-width: 100%;
}}.ui_access_now {
    background: linear-gradient(135deg, rgb(176,149,123) 0%, rgb(197,188,177) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}.ui_access_now::before {
    top: -10%;
    height: 120%;
    position: absolute;
    width: 110%;
    pointer-events: none;
    transform: rotate(-3deg) translateZ(-10px);
    left: -5%;
    content: '';
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    z-index: 0;
}.ui_access_now::after {
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 5px;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5) 0%, rgb(176,149,123) 50%, rgb(255, 255, 255, 0.5) 100%);
    z-index: 1;
    opacity: 0.7;
}.ui_access_now .container {
    align-items: center;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    transform: translateZ(0);
    flex-direction: column;
    display: flex;
    max-width: 1200px;
}.ui_access_now h2 {
    margin-bottom: 2.5rem;
    text-align: center;
    color: #ffffff;
    font-size: 29px;
    line-height: 1.4;
    font-weight: 600;
    max-width: 90%;
    letter-spacing: 0.02em;
    transform: translateZ(20px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
}.ui_access_now .ui_skill_studio {
    justify-content: center;
    border-left: 4px solid rgb(197,188,177);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 10px rgba(0,0,0,0.08);
    padding: 2rem 3rem;
    transform: translateZ(30px) rotateX(2deg);
    background: rgba(255,255,255,0.95);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    position: relative;
    border-radius: 4px;
    gap: 1.5rem;
    align-items: center;
}.ui_access_now .ui_skill_studio:hover {
    transform: translateZ(40px) rotateX(0deg) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
}.ui_access_now svg {
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: 48px;
    transition: transform 0.3s ease;
    transform: translateZ(10px);
    height: 48px;
}.ui_access_now .ui_skill_studio:hover svg {
    transform: translateZ(15px) rotate(5deg);
}.ui_access_now svg path {
    fill: rgb(176,149,123);
    transition: fill 0.3s ease;
}.ui_access_now .ui_skill_studio:hover svg path {
    fill: rgb(197,188,177);
}.ui_access_now .ui_skill_studio div {
    display: flex;
    justify-content: center;
    align-items: center;
}.ui_access_now .ui_support_reach {
    letter-spacing: 0.05em;
    background: linear-gradient(135deg, rgb(197,188,177) 0%, rgb(176,149,123) 100%);
    color: #ffffff;
    padding: 0.9rem 1.8rem;
    position: relative;
    overflow: hidden;
    transform: translateZ(5px);
    display: inline-block;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.ui_access_now .ui_support_reach::before {
    position: absolute;
    content: '';
    transition: left 0.6s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    height: 100%;
    width: 100%;
}.ui_access_now .ui_support_reach:hover {
    background: linear-gradient(135deg, rgb(176,149,123) 0%, rgb(197,188,177) 100%);
    transform: translateY(-3px) translateZ(15px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}.ui_access_now .ui_support_reach:hover::before {
    left: 100%;
}.ui_access_now .ui_support_reach:active {
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transform: translateY(1px) translateZ(10px);
}

@media (max-width: 991px) {.ui_access_now {
    padding: 4rem 0;
}.ui_access_now h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.ui_access_now .ui_skill_studio {
    padding: 1.8rem 2.5rem;
}.ui_access_now svg {
    width: 42px;
    height: 42px;
}
}

@media (max-width: 767px) {.ui_access_now {
    padding: 3.5rem 0;
}.ui_access_now h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 1.8rem;
    line-height: 1.5;
}.ui_access_now .ui_skill_studio {
    flex-direction: column;
    padding: 1.5rem 2rem;
    gap: 1.2rem;
}.ui_access_now svg {
    width: 36px;
    height: 36px;
}.ui_access_now .ui_support_reach {
    padding: 0.8rem 1.5rem;
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 479px) {.ui_access_now {
    padding: 3rem 0;
}.ui_access_now h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.7);
}.ui_access_now .ui_skill_studio {
    width: 90%;
    padding: 1.2rem 1.5rem;
}.ui_access_now svg {
    width: 30px;
    height: 30px;
}.ui_access_now .ui_support_reach {
    width: 100%;
    padding: 0.7rem 1.2rem;
    font-size: calc(20px * 0.9);
}}header {
    margin-top: 0;
    z-index: 100;
    padding: 0;
    position: relative;
    background: rgb(230,226,223);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}header::before {
    height: 100%;
    position: absolute;
    pointer-events: none;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(197,188,177), 0.03) 25%, 
        rgba(rgb(197,188,177), 0.05) 50%,
        rgba(rgb(197,188,177), 0.03) 75%,
        transparent 100%
    );
    left: 0;
    width: 100%;
    top: 0;
}header .ui_main_master {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 2rem;
}header .ui_nav_study {
    position: relative;
    margin-right: 2rem;
    max-width: 180px;
    flex: 0 0 auto;
}header .ui_header_sitebar {
    position: relative;
    display: block;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}header .ui_header_sitebar:hover {
    transform: translateY(-3px);
}header .ui_header_sitebar img {
    filter: brightness(1.03);
    display: block;
    height: auto;
    max-width: 100%;
}header .ui_header_sitebar::before {
    transform: scaleX(0.7);
    content: '';
    border-radius: 10px;
    width: 100%;
    bottom: -15px;
    height: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    background: rgb(197,188,177);
}header .ui_header_sitebar:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}header .ui_head_edu {
    display: flex;
    padding: 0;
    position: relative;
    margin: 0;
    flex-wrap: nowrap;
    list-style: none;
}header .ui_head_edu::after {
    content: '';
    height: 1px;
    bottom: -15px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(197,188,177,0.5), 
        transparent
    );
    left: 0;
    width: 100%;
    position: absolute;
}header .ui_nav_main {
    position: relative;
    margin: 0;
}header .ui_nav_main a {
    padding: 1rem 1.2rem;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    display: block;
}header .ui_nav_main a::before {
    transform: translateX(-100%);
    width: 100%;
    transition: transform 0.3s ease;
    height: 3px;
    position: absolute;
    background: rgb(197,188,177);
    bottom: 0;
    content: '';
    left: 0;
}header .ui_nav_main a:hover {
    color: rgb(197,188,177);
}header .ui_nav_main a:hover::before {
    transform: translateX(0);
}header .ui_nav_main a::after {
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 10px;
    pointer-events: none;
    opacity: 0;
    background: rgb(197,188,177,0.5);
    left: 0;
    transform: scale(0.8);
    width: 100%;
    content: '';
    height: 100%;
    z-index: -1;
    top: 0;
}header .ui_nav_main a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}header .ui_main_master::before {
    content: '';
    z-index: -1;
    background: linear-gradient(-90deg, rgb(230,226,223), transparent);
    right: 0;
    position: absolute;
    width: 30%;
    top: 0;
    height: 100%;
}header .ui_main_master::after {
    top: 0;
    content: '';
    background: linear-gradient(90deg, rgb(230,226,223), transparent);
    position: absolute;
    width: 30%;
    left: 0;
    z-index: -1;
    height: 100%;
}header .ui_main_nav {
    background: #ffffff;
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}

@media (min-width: 1400px) {header .ui_main_master {
    max-width: 1300px;
    margin: 0 auto;
}header .ui_nav_main a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .ui_main_master {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem;
    justify-content: space-between;
}header .ui_nav_study {
    margin-right: 0;
    margin-bottom: 0;
}header .ui_head_edu {
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 0;
    padding-top: 1rem;
}header .ui_nav_main {
    margin-bottom: 0.5rem;
}header .ui_nav_main a {
    font-size: calc(13px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .ui_main_master {
    padding: 1rem 1.5rem;
}header .ui_nav_study {
    max-width: 150px;
    flex: 0 0 auto;
}header .ui_head_edu {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.5rem 0;
    justify-content: flex-start;
}header .ui_head_edu::-webkit-scrollbar {
    height: 3px;
}header .ui_head_edu::-webkit-scrollbar-thumb {
    background: rgb(197,188,177,0.5);
    border-radius: 10px;
}header .ui_nav_main {
    flex: 0 0 auto;
}header .ui_nav_main a {
    white-space: nowrap;
    font-size: calc(13px - 2px);
    padding: 0.6rem 0.8rem;
}header .ui_head_edu::after {
    bottom: 0;
}header .ui_header_sitebar::before {
    display: none;
}}.ui_education_history {
    overflow: hidden;
    min-height: 700px;
    position: relative;
    background: linear-gradient(160deg, rgb(230,226,223) 0%, #000000 100%);
    padding: 8rem 0;
}.ui_education_history::before {
    filter: blur(70px);
    opacity: 0.4;
    width: 100%;
    left: 0;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 80% 20%, rgb(197,188,177,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(176,149,123,0.5) 0%, transparent 35%);
    top: 0;
    z-index: 1;
    height: 100%;
}.ui_education_history .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.ui_education_history .ui_feedback_perspectives {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    position: relative;
    grid-template-columns: 1.2fr 0.8fr;
    min-height: 580px;
    backdrop-filter: blur(15px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    grid-template-rows: auto 1fr;
    display: grid;
    padding: 3rem;
    border-radius: 29px;
    overflow: hidden;
    gap: 30px;
}.ui_education_history .ui_feedback_perspectives::before {
    animation: shimmerEffect 10s ease-in-out infinite;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.2;
    background: linear-gradient(135deg, transparent, rgb(197,188,177,0.5), transparent);
    background-size: 200% 200%;
    z-index: -1;
    width: 100%;
}.ui_education_history .ui_pic_float {
    transform: scale(1) rotate(0deg);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    height: 100%;
    border-radius: 29px;
    z-index: 3;
    position: relative;
    grid-row: 1 / span 2;
    grid-column: 2;
    filter: contrast(1.1) brightness(1.05);
}.ui_education_history .ui_feedback_perspectives:hover .ui_pic_float {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}.ui_education_history .ui_pic_float::before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: inherit;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    z-index: 1;
}.ui_education_history .name {
    z-index: 4;
    font-size: 35px;
    font-weight: 700;
    grid-column: 1;
    color: #ffffff;
    transform: translateX(0);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    grid-row: 1;
    margin: 0;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}.ui_education_history .ui_feedback_perspectives:hover .name {
    transform: translateX(10px);
}.ui_education_history .name::after {
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, rgb(197,188,177), rgb(176,149,123));
    content: "";
    transition: width 0.6s ease;
    left: 0;
    position: absolute;
    bottom: -10px;
}.ui_education_history .ui_feedback_perspectives:hover .name::after {
    width: 120px;
}.ui_education_history .ui_feedback_perspectives span:not(.name) {
    grid-row: 1;
    transform: translateX(0);
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    grid-column: 1;
    color: rgb(176,149,123);
    padding: 0.7rem 1.5rem;
    font-size: 22px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.2);
    width: max-content;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;
    border-radius: 10px;
    margin-top: 4rem;
}.ui_education_history .ui_feedback_perspectives:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}.ui_education_history .ui_work_achievements {
    border-left: 4px solid rgb(176,149,123);
    overflow: hidden;
    border-radius: 29px;
    grid-column: 1;
    z-index: 2;
    padding: 2rem;
    transform: translateY(0);
    color: #ffffff;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    position: relative;
    backdrop-filter: blur(10px);
    font-size: 12px;
    grid-row: 2;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    line-height: 1.8;
}.ui_education_history .ui_feedback_perspectives:hover .ui_work_achievements {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}.ui_education_history .ui_work_achievements::before {
    left: 0;
    content: "";
    background-size: 200% 200%;
    top: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    animation: shimmerEffect 5s ease-in-out infinite;
}.ui_education_history .container::after {
    filter: blur(80px);
    opacity: 0.2;
    background: conic-gradient(from 135deg, rgb(197,188,177,0.5) 0%, rgb(176,149,123,0.5) 50%, rgb(197,188,177,0.5) 100%);
    z-index: -1;
    left: -200px;
    animation: rotateGlow 25s linear infinite;
    width: 400px;
    bottom: -200px;
    height: 400px;
    position: absolute;
    content: "";
    border-radius: 50%;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.ui_education_history .ui_feedback_perspectives {
    gap: 20px;
    padding: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
}.ui_education_history .ui_pic_float {
    grid-column: 1;
    height: 350px;
    grid-row: 1;
}.ui_education_history .name {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
}.ui_education_history .ui_feedback_perspectives span:not(.name) {
    margin-top: 3.5rem;
    grid-column: 1;
    grid-row: 2;
}.ui_education_history .ui_work_achievements {
    grid-column: 1;
    grid-row: 3;
}.ui_education_history .ui_feedback_perspectives:hover .name,
    .ui_education_history .ui_feedback_perspectives:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.ui_education_history {
    padding: 5rem 0;
}.ui_education_history .ui_feedback_perspectives {
    padding: 1.5rem;
}.ui_education_history .ui_pic_float {
    height: 250px;
}.ui_education_history .name {
    font-size: 22px;
}.ui_education_history .ui_feedback_perspectives span:not(.name) {
    margin-top: 3rem;
    padding: 0.6rem 1rem;
    font-size: 12px;
}.ui_education_history .ui_work_achievements {
    font-size: calc(12px * 0.9);
    padding: 1.5rem;
    line-height: 1.6;
}}.ui_gratMessage {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(230,226,223) 0%, rgb(197,188,177,0.5) 100%);
}.ui_gratMessage::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: pulse 15s infinite alternate ease-in-out;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(176,149,123,0.5) 0%, transparent 60%);
    content: "";
    opacity: 0.4;
    left: 0;
}.ui_gratMessage::after {
    height: 40%;
    width: 40%;
    right: -10px;
    content: "";
    position: absolute;
    bottom: -10px;
    background: linear-gradient(225deg, rgb(197,188,177) 0%, transparent 80%);
    filter: blur(20px);
    z-index: 0;
    transform: rotate(-5deg);
    opacity: 0.05;
}.ui_gratMessage .container {
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0 2rem;
    position: relative;
    opacity: 0;
    max-width: 1200px;
    z-index: 2;
    transform: translateY(20px);
    margin: 0 auto;
}.ui_gratMessage h2 {
    margin-bottom: 3rem;
    margin-left: auto;
    font-weight: 700;
    letter-spacing: -0.02em;
    position: relative;
    font-size: 38px;
    text-align: center;
    color: #000000;
    max-width: 900px;
    margin-right: auto;
    line-height: 1.3;
}.ui_gratMessage h2::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(197,188,177), rgb(176,149,123));
    height: 3px;
    bottom: -15px;
}.ui_gratMessage .ui_skill_studio {
    border-radius: 26px;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    padding: 3rem;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    background: #ffffff;
}.ui_gratMessage .ui_skill_studio::before {
    background: linear-gradient(to bottom, rgb(197,188,177), rgb(176,149,123));
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    width: 6px;
    position: absolute;
}.ui_gratMessage .ui_skill_studio::after {
    position: absolute;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(197,188,177,0.5) 0%, transparent 70%);
    top: 10px;
    right: 10px;
    height: 120px;
    width: 120px;
    z-index: 0;
    border-radius: 50%;
    content: "";
}.ui_gratMessage .ui_skill_studio:hover {
    transform: translateY(-5px);
}.ui_gratMessage ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}.ui_gratMessage li {
    padding-left: 2rem;
    position: relative;
}.ui_gratMessage li::before {
    top: 8px;
    width: 8px;
    border-radius: 50%;
    opacity: 0;
    content: "";
    height: 8px;
    position: absolute;
    transform: scale(0);
    background: rgb(197,188,177);
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
}.ui_gratMessage li span {
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(10px);
    opacity: 0;
    font-size: 18px;
    line-height: 1.8;
    position: relative;
}

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

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

@keyframes appearDot {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.ui_gratMessage {
    padding: 4rem 0;
}.ui_gratMessage h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2.5rem;
}.ui_gratMessage .ui_skill_studio {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.ui_gratMessage {
    padding: 3rem 0;
}.ui_gratMessage h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
    line-height: 1.4;
}.ui_gratMessage h2::after {
    width: 60px;
    bottom: -12px;
}.ui_gratMessage .ui_skill_studio {
    padding: 2rem 1.5rem;
}.ui_gratMessage .ui_skill_studio::after {
    width: 80px;
    height: 80px;
}.ui_gratMessage li {
    padding-left: 1.5rem;
}
}

@media (max-width: 480px) {.ui_gratMessage {
    padding: 2.5rem 0;
}.ui_gratMessage .container {
    padding: 0 1.25rem;
}.ui_gratMessage h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}.ui_gratMessage h2::after {
    width: 50px;
    height: 2px;
    bottom: -10px;
}.ui_gratMessage .ui_skill_studio {
    padding: 1.5rem 1.25rem;
}.ui_gratMessage li span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}}.ui_plan_showcase {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,226,223) 0%, rgb(197,188,177,0.5) 100%);
}.ui_plan_showcase::before {
    width: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
    pointer-events: none;
    content: "";
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgb(176,149,123,0.5) 0%, transparent 60%);
    height: 100%;
}.ui_plan_showcase .container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    z-index: 1;
    position: relative;
}.ui_plan_showcase .ui_learning_package {
    flex-direction: column-reverse;
    display: flex;
    position: relative;
    gap: 60px;
}.ui_plan_showcase .ui_cost_levels {
    max-width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    padding: 30px;
    transform: perspective(1000px) rotateX(0deg);
    border-left: 3px solid rgb(197,188,177);
    backdrop-filter: blur(10px);
}.ui_plan_showcase .ui_cost_levels:hover {
    transform: perspective(1000px) rotateX(2deg);
}.ui_plan_showcase .ui_cost_levels h2 {
    line-height: 1.3;
    color: transparent;
    background-clip: text !important;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 28px;
    background: linear-gradient(90deg, rgb(197,188,177), rgb(176,149,123));
    transform: translateZ(0);
    -webkit-background-clip: text !important;
    letter-spacing: -0.02em;
}.ui_plan_showcase .ui_cost_levels .ui_cost_summary {
    max-width: 700px;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 0;
    color: #000000;
}.ui_plan_showcase .ui_learning_deals {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}.ui_plan_showcase .ui_pricing_schemes {
    transform: translateY(0);
    border-radius: 4px;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
    overflow: hidden;
    position: relative;
}.ui_plan_showcase .ui_pricing_schemes:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    z-index: 5;
}.ui_plan_showcase .ui_price_opts {
    overflow: hidden;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    flex-direction: column;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
}.ui_plan_showcase .ui_price_opts::before {
    background: linear-gradient(90deg, rgb(197,188,177), rgb(176,149,123));
    transform-origin: left;
    position: absolute;
    content: "";
    transform: scaleX(0.8);
    transition: transform 0.4s ease-out;
    top: 0;
    height: 5px;
    width: 100%;
    left: 0;
}.ui_plan_showcase .ui_pricing_schemes:hover .ui_price_opts::before {
    transform: scaleX(1);
}.ui_plan_showcase .ui_learn_rates {
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 30px;
    flex: 1;
    position: relative;
}.ui_plan_showcase .ui_learn_rates h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000000;
    transition: transform 0.3s ease;
    white-space: nowrap;
    font-size: calc(21px + 2px);
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
    transform-origin: left;
}.ui_plan_showcase .ui_pricing_schemes:hover .ui_learn_rates h3 {
    color: rgb(197,188,177);
    transform: translateX(5px) scale(1.03);
}.ui_plan_showcase .ui_access_cost {
    display: inline-block;
    font-size: calc(21px + 4px);
    color: rgb(176,149,123);
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}.ui_plan_showcase .ui_access_cost::after {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(0.5);
    content: "";
    transform-origin: left;
    bottom: -5px;
    height: 3px;
    left: 0;
    width: 50px;
    background: rgb(197,188,177);
    position: absolute;
}.ui_plan_showcase .ui_pricing_schemes:hover .ui_access_cost::after {
    transform: scaleX(1);
}.ui_plan_showcase .ui_learn_rates p {
    flex: 1;
    word-break: break-word;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    display: -webkit-box;
    font-size: 13px;
    overflow-wrap: break-word;
    color: #000000;
    overflow: hidden;
    -webkit-line-clamp: 5;
}.ui_plan_showcase .ui_pic_float {
    height: 200px;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}.ui_plan_showcase .ui_pic_float::after {
    pointer-events: none;
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
}.ui_plan_showcase .ui_pricing_schemes:hover .ui_pic_float {
    transform: scale(1.05);
}

@media (min-width: 768px) {.ui_plan_showcase .ui_learning_deals {
    grid-template-columns: repeat(2, 1fr);
}.ui_plan_showcase .ui_cost_levels {
    padding: 40px;
}.ui_plan_showcase .ui_learn_rates {
    padding: 30px 35px;
}.ui_plan_showcase .ui_pic_float {
    height: 240px;
}
}

@media (min-width: 992px) {.ui_plan_showcase .ui_learning_package {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
}.ui_plan_showcase .ui_cost_levels {
    width: 30%;
    display: flex;
    justify-content: center;
    padding: 50px 40px;
    flex-direction: column;
}.ui_plan_showcase .ui_learning_deals {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.ui_plan_showcase .ui_learn_rates {
    padding: 30px;
}.ui_plan_showcase .ui_learn_rates p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.ui_plan_showcase {
    padding: 120px 0;
}.ui_plan_showcase .ui_learning_deals {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.ui_plan_showcase .ui_cost_levels h2 {
    font-size: calc(28px + 4px);
}.ui_plan_showcase .ui_learn_rates h3 {
    font-size: calc(21px + 4px);
}.ui_plan_showcase .ui_access_cost {
    font-size: calc(21px + 8px);
}.ui_plan_showcase .ui_pic_float {
    height: 280px;
}
}

@media (min-width: 1400px) {.ui_plan_showcase .ui_learning_deals {
    grid-template-columns: repeat(2, 1fr);
}.ui_plan_showcase .ui_learn_rates p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.ui_plan_showcase .ui_pricing_schemes {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.ui_plan_showcase .ui_pricing_schemes:hover {
    transform: translateY(-10px) scale(1.02);
}}.ui_our_team {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,226,223) 0%, #ffffff 100%);
    position: relative;
    padding: 100px 0;
}.ui_our_team::before {
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    opacity: 0.4;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(197,188,177,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(176,149,123,0.5) 0%, transparent 25%);
}.ui_our_team .container {
    position: relative;
    z-index: 5;
}.ui_our_team h2 {
    position: relative;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #000000;
}.ui_our_team h2::after {
    position: absolute;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    bottom: 0;
    background: rgb(197,188,177);
    left: 50%;
    content: "";
}.ui_our_team .ui_training_classes {
    display: flex;
    margin-top: 60px;
    flex-wrap: wrap;
    position: relative;
}.ui_our_team .ui_master_class {
    border-radius: 14px;
    background: #ffffff;
    z-index: 2;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    flex: 1 1 calc(50% - 20px);
    position: relative;
    margin: 0 10px;
    padding: 40px;
}.ui_our_team .ui_master_class::before {
    left: 0;
    height: 0;
    transition: all 0.5s ease;
    top: 0;
    content: "";
    background: rgb(197,188,177);
    position: absolute;
    width: 5px;
}.ui_our_team .ui_master_class:hover::before {
    height: 100%;
}.ui_our_team .ui_master_class::after {
    position: absolute;
    transform: scaleX(0);
    background: rgb(230,226,223);
    top: 0;
    width: 100%;
    transform-origin: right;
    height: 100%;
    z-index: -1;
    transition: transform 0.5s ease;
    left: 0;
    content: "";
}.ui_our_team .ui_master_class:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.ui_our_team .ui_master_class:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.ui_our_team .ui_master_class h3 {
    position: relative;
    transition: all 0.3s ease;
    z-index: 2;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}.ui_our_team .ui_master_class:hover h3 {
    color: rgb(197,188,177);
    transform: translateX(10px);
}.ui_our_team .ui_master_class p {
    color: #000000;
    transition: all 0.3s ease;
    font-size: 18px;
    position: relative;
    z-index: 2;
    line-height: 1.8;
}.ui_our_team .ui_master_class:hover p {
    transform: translateX(10px);
}.ui_our_team .ui_master_class:first-child {
    border-top: 3px solid rgb(197,188,177);
}.ui_our_team .ui_master_class:last-child {
    border-top: 3px solid rgb(176,149,123);
}.ui_our_team .container::before {
    height: 20%;
    width: 20%;
    border-radius: 10px;
    position: absolute;
    content: "";
    opacity: 0.2;
    top: -10%;
    border: 2px solid rgb(197,188,177,0.5);
    left: -10%;
    animation: rotate-element 20s linear infinite;
}.ui_our_team .container::after {
    position: absolute;
    bottom: -5%;
    opacity: 0.2;
    content: "";
    border-radius: 10px;
    width: 15%;
    border: 2px solid rgb(176,149,123,0.5);
    height: 15%;
    animation: rotate-element 15s linear infinite reverse;
    right: -5%;
}@keyframes rotate-element {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ui_our_team .ui_training_classes::before {
    content: "";
    opacity: 0.5;
    left: 50%;
    width: 1px;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgb(197,188,177,0.5), transparent);
}.ui_our_team .ui_training_classes::after {
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    opacity: 0.02;
    background-size: 20px 20px;
    z-index: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

@media screen and (max-width: 992px) {.ui_our_team {
    padding: 80px 0;
}.ui_our_team .ui_training_classes {
    flex-direction: column;
    margin-top: 40px;
}.ui_our_team .ui_master_class {
    flex: 1 1 100%;
    margin: 10px 0;
}.ui_our_team .ui_training_classes::before {
    display: none;
}.ui_our_team .container::before,
    .ui_our_team .container::after {
    display: none;
}
}

@media screen and (max-width: 768px) {.ui_our_team {
    padding: 60px 0;
}.ui_our_team h2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: calc(38px * 0.9);
}.ui_our_team h2::after {
    width: 60px;
}.ui_our_team .ui_master_class {
    padding: 30px;
}.ui_our_team .ui_master_class h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}
}

@media screen and (max-width: 576px) {.ui_our_team {
    padding: 50px 0;
}.ui_our_team h2 {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: calc(38px * 0.8);
}.ui_our_team h2::after {
    height: 2px;
    width: 50px;
}.ui_our_team .ui_training_classes {
    margin-top: 30px;
}.ui_our_team .ui_master_class {
    padding: 25px;
}.ui_our_team .ui_master_class h3 {
    margin-bottom: 12px;
    font-size: calc(20px * 0.85);
}.ui_our_team .ui_master_class p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.ui_our_team .ui_master_class:hover h3,
    .ui_our_team .ui_master_class:hover p {
    transform: translateX(5px);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    z-index: -1;
    animation: gradientFlow 20s ease infinite;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(197,188,177,0.5) 35%, rgb(176,149,123,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    opacity: 0.75;
    background-size: 300% 300%;
    bottom: 0;
    left: 0;
}footer::after {
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(197,188,177,0.5) 25%, rgb(197,188,177,0.5) 26%, transparent 27%, transparent 74%, rgb(176,149,123,0.5) 75%, rgb(176,149,123,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(197,188,177,0.5) 25%, rgb(197,188,177,0.5) 26%, transparent 27%, transparent 74%, rgb(176,149,123,0.5) 75%, rgb(176,149,123,0.5) 76%, transparent 77%, transparent);
    background-size: 50px 50px;
    opacity: 0.15;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}.ui_sample_docs {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}.ui_sample_docs::before {
    height: 2px;
    opacity: 0.8;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(197,188,177), rgb(176,149,123), transparent);
    box-shadow: 0 0 20px rgb(197,188,177,0.5);
    content: "";
    top: 0;
    left: 0;
}.ui_sample_docs .container {
    gap: 3rem;
    position: relative;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}.ui_sample_docs .company_holder {
    backdrop-filter: blur(8px);
    flex: 1 1 350px;
    position: relative;
    padding: 2rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 13px;
    transition: all 0.4s ease;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
}.ui_sample_docs .company_holder::before {
    width: 200%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(197,188,177), transparent);
    transform: translateY(-1px);
    content: "";
    left: -50%;
    height: 1px;
    top: 0;
}.ui_sample_docs .company_holder::after {
    left: 0;
    height: 1px;
    bottom: 0;
    content: "";
    position: absolute;
    transform: translateY(1px);
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(176,149,123), transparent);
}.ui_sample_docs .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(197,188,177,0.5);
}.ui_sample_docs .company_holder h3 {
    margin: 0 0 1.5rem;
    text-shadow: 0 0 15px rgb(197,188,177,0.5);
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
}.ui_sample_docs .company_holder h3::after {
    height: 3px;
    content: "";
    border-radius: 10px;
    position: absolute;
    left: 0;
    box-shadow: 0 0 10px rgb(197,188,177);
    transition: width 0.3s ease-out;
    width: 50px;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(197,188,177), rgb(176,149,123));
}.ui_sample_docs .company_holder:hover h3::after {
    width: 100%;
}.ui_sample_docs .ui_patent_info {
    max-width: 100%;
    opacity: 0.85;
    text-shadow: 0 0 10px #000000;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
}.ui_sample_docs .ui_design_res {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.ui_sample_docs .ui_top_mainwrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.ui_sample_docs .ui_head_edu {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    border-radius: 13px;
    backdrop-filter: blur(8px);
    padding: 2rem;
    min-width: 250px;
    transition: all 0.4s ease;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    overflow: hidden;
}.ui_sample_docs .ui_head_edu::before {
    position: absolute;
    transform: translateY(-1px);
    top: 0;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(176,149,123), transparent);
    left: -50%;
    width: 200%;
}.ui_sample_docs .ui_head_edu::after {
    height: 1px;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(197,188,177), transparent);
    content: "";
    transform: translateY(1px);
}.ui_sample_docs .ui_head_edu:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(176,149,123,0.5);
}.ui_sample_docs .ui_head_edu h5 {
    text-shadow: 0 0 15px rgb(176,149,123,0.5);
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 1.5rem;
    position: relative;
    font-size: 20px;
}.ui_sample_docs .ui_head_edu h5::after {
    bottom: -8px;
    left: 0;
    border-radius: 10px;
    position: absolute;
    transition: width 0.3s ease-out;
    width: 40px;
    box-shadow: 0 0 10px rgb(176,149,123);
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(176,149,123), rgb(197,188,177));
}.ui_sample_docs .ui_head_edu:hover h5::after {
    width: 100%;
}.ui_sample_docs .ui_head_edu .ui_top_mainwrap {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.ui_sample_docs .ui_head_edu .ui_top_mainwrap a {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
    opacity: 0.8;
}.ui_sample_docs .ui_head_edu .ui_top_mainwrap a::before {
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 3px;
    opacity: 0.5;
    background: linear-gradient(180deg, rgb(197,188,177), rgb(176,149,123));
    content: "";
    left: 0;
    border-radius: 10px;
    top: 0;
    transition: all 0.3s ease;
}.ui_sample_docs .ui_head_edu .ui_top_mainwrap a::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 0;
    content: "";
    transition: all 0.3s ease;
    opacity: 0;
}.ui_sample_docs .ui_head_edu .ui_top_mainwrap a:hover {
    opacity: 1;
    text-shadow: 0 0 10px rgb(176,149,123,0.5);
    color: #ffffff;
    padding-left: 1.5rem;
}.ui_sample_docs .ui_head_edu .ui_top_mainwrap a:hover::before {
    width: 5px;
    box-shadow: 0 0 10px rgb(197,188,177);
    opacity: 1;
}.ui_sample_docs .ui_head_edu .ui_top_mainwrap a:hover::after {
    opacity: 0.2;
    width: 100%;
}.ui_webinar_cta {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 0;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}.ui_webinar_cta::before {
    position: absolute;
    content: "";
    opacity: 0.5;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(197,188,177), rgb(176,149,123), transparent);
}.ui_webinar_cta .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.ui_webinar_cta .ui_donate_btn {
    font-size: 12px;
    opacity: 0.7;
    text-shadow: 0 0 5px #000000;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
}.ui_webinar_cta .ui_donate_btn:hover {
    text-shadow: 0 0 8px rgb(176,149,123,0.5);
    opacity: 1;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.ui_sample_docs .container {
    gap: 2rem;
}.ui_sample_docs .company_holder {
    flex: 1 1 320px;
}.ui_sample_docs .ui_design_res {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}

@media (max-width: 992px) {.ui_sample_docs {
    padding: 3.5rem 0 2rem;
}.ui_sample_docs .container {
    gap: 2rem;
    flex-direction: column;
}.ui_sample_docs .company_holder,
    .ui_sample_docs .ui_design_res {
    flex: 1 1 100%;
    min-width: 100%;
}.ui_sample_docs .ui_head_edu {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.ui_sample_docs {
    padding: 3rem 0 1.5rem;
}.ui_sample_docs .company_holder,
    .ui_sample_docs .ui_head_edu {
    padding: 1.5rem;
}.ui_sample_docs .ui_top_mainwrap {
    gap: 1.5rem;
}.ui_sample_docs .company_holder h3 {
    font-size: calc(28px - 2px);
}.ui_sample_docs .ui_head_edu h5 {
    font-size: calc(20px - 1px);
}.ui_sample_docs .company_holder:hover,
    .ui_sample_docs .ui_head_edu:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.ui_sample_docs {
    padding: 2.5rem 0 1rem;
}.ui_sample_docs .ui_top_mainwrap {
    gap: 1rem;
}.ui_sample_docs .ui_head_edu {
    min-width: 100%;
    flex: 1 1 100%;
}.ui_sample_docs .ui_head_edu .ui_top_mainwrap a {
    padding: 0.4rem 0.8rem;
}.ui_sample_docs .ui_head_edu .ui_top_mainwrap a:hover {
    padding-left: 1.2rem;
}.ui_webinar_cta {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.ui_sample_docs .company_holder:hover,
    .ui_sample_docs .ui_head_edu:hover {
    transform: translateY(-2px);
}}.ui_course_structure {
    padding: 120px 0;
    background: rgb(230,226,223);
    overflow: hidden;
    position: relative;
    perspective: 1000px;
}.ui_course_structure::before {
    position: absolute;
    animation: shiftLines 20s linear infinite;
    content: "";
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(197,188,177,0.5) 0,
        rgb(197,188,177,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    left: 0;
    opacity: 0.05;
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.ui_course_structure .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    overflow: visible;
    position: relative;
    max-width: 1280px;
}.ui_course_structure .ui_training_plan {
    position: relative;
    gap: 0;
    min-height: 550px;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.ui_course_structure .ui_article_wrap {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    grid-column: 1;
    background: #ffffff;
    padding: 40px;
    margin-right: 50px;
    margin-top: -80px;
    margin-left: 50px;
    position: relative;
    z-index: 5;
    border-radius: 22px;
    transition: transform 0.5s ease;
    grid-row: 2;
}.ui_course_structure .ui_article_wrap::before {
    content: "";
    z-index: -1;
    border-radius: 22px;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
}.ui_course_structure .ui_article_wrap::after {
    position: absolute;
    height: 100px;
    filter: blur(20px);
    content: "";
    top: -20px;
    width: 100px;
    background: radial-gradient(circle, rgb(197,188,177) 0%, transparent 70%);
    opacity: 0.3;
    z-index: -1;
    animation: pulsate 5s ease-in-out infinite;
    right: -20px;
    border-radius: 50%;
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.ui_course_structure .ui_article_wrap h2 {
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    font-size: 32px;
    color: #000000;
}.ui_course_structure .ui_article_wrap h2::before {
    position: absolute;
    background: rgb(197,188,177);
    left: 0;
    transition: width 0.3s ease;
    content: "";
    bottom: -8px;
    height: 4px;
    border-radius: 10px;
    width: 40px;
}.ui_course_structure .ui_article_wrap:hover h2::before {
    width: 100%;
}.ui_course_structure .ui_article_wrap .description {
    z-index: 2;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
}.ui_course_structure .ui_article_wrap .description:last-child {
    margin-bottom: 0;
}.ui_course_structure .ui_pic_float {
    grid-column: 1;
    transform: rotateX(5deg);
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    grid-row: 1;
    transition: transform 0.5s ease;
    border-radius: 22px;
    height: 450px;
    overflow: hidden;
    z-index: 3;
}.ui_course_structure .ui_pic_float::before {
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
}.ui_course_structure .ui_pic_float::after {
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    mix-blend-mode: overlay;
    top: 0;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(197,188,177,0.5) 0%,
        transparent 60%
    );
    height: 100%;
}.ui_course_structure:hover .ui_pic_float {
    transform: rotateX(2deg) translateY(-10px);
}.ui_course_structure:hover .ui_article_wrap {
    transform: translateY(-10px);
}.ui_course_structure .container::before,
.ui_course_structure .container::after {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    content: "";
    background: rgb(176,149,123,0.5);
    opacity: 0.1;
}.ui_course_structure .container::before {
    height: 200px;
    top: -100px;
    left: -50px;
    animation: float 20s ease-in-out infinite;
    width: 200px;
}.ui_course_structure .container::after {
    width: 150px;
    bottom: -50px;
    animation: float 15s ease-in-out infinite reverse;
    height: 150px;
    right: -30px;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.ui_course_structure .ui_training_plan::after {
    content: "";
    z-index: 1;
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    pointer-events: none;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(197,188,177,0.5) 20px,
        rgb(197,188,177,0.5) 21px
    );
}

@media screen and (max-width: 1024px) {.ui_course_structure {
    padding: 80px 0;
}.ui_course_structure .ui_training_plan {
    min-height: 400px;
}.ui_course_structure .ui_pic_float {
    height: 350px;
}.ui_course_structure .ui_article_wrap {
    margin-right: 30px;
    margin-left: 30px;
    margin-top: -60px;
    padding: 30px;
}.ui_course_structure .container::before {
    width: 150px;
    height: 150px;
}.ui_course_structure .container::after {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 767px) {.ui_course_structure {
    padding: 60px 0;
}.ui_course_structure .ui_training_plan {
    min-height: auto;
}.ui_course_structure .ui_pic_float {
    transform: none;
    height: 250px;
}.ui_course_structure .ui_article_wrap {
    padding: 25px;
    margin-top: -40px;
    margin-left: 15px;
    margin-right: 15px;
    transform: none;
}.ui_course_structure .ui_article_wrap h2 {
    font-size: calc(32px * 0.85);
    margin-bottom: 20px;
}.ui_course_structure .ui_article_wrap .description {
    font-size: calc(16px * 0.95);
}.ui_course_structure:hover .ui_pic_float,
    .ui_course_structure:hover .ui_article_wrap {
    transform: none;
}.ui_course_structure .container::before,
    .ui_course_structure .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ui_course_structure .ui_pic_float {
    animation: slideUp 0.8s ease-out forwards;
}.ui_course_structure .ui_article_wrap {
    opacity: 0;
    animation: slideUp 1s 0.3s ease-out forwards;
    animation-fill-mode: forwards;
}

@media (prefers-color-scheme: dark) {.ui_course_structure {
    background: rgb(197,188,177);
}.ui_course_structure .ui_article_wrap::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.ui_course_structure .ui_article_wrap h2 {
    color: #ffffff;
}.ui_course_structure .ui_article_wrap .description {
    opacity: 0.9;
    color: #ffffff;
}
}

@media (prefers-contrast: more) {.ui_course_structure .ui_article_wrap {
    background: #ffffff;
}.ui_course_structure .ui_article_wrap h2 {
    color: #000000;
}.ui_course_structure .ui_article_wrap .description {
    color: #000000;
}.ui_course_structure .ui_pic_float::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.ui_course_structure::before,
    .ui_course_structure .container::before,
    .ui_course_structure .container::after,
    .ui_course_structure .ui_article_wrap::after,
    .ui_course_structure:hover .ui_pic_float,
    .ui_course_structure:hover .ui_article_wrap {
    animation: none;
    transform: none;
}.ui_course_structure .ui_pic_float,
    .ui_course_structure .ui_article_wrap {
    animation: none;
    opacity: 1;
}}

.ui_course_structure .ui_pic_float,
.ui_course_structure .ui_article_wrap {
    will-change: transform;
    transform: translateZ(0);
}

@media (hover: hover) {.ui_course_structure .ui_article_wrap:hover h2::before {
    width: 100%;
}.ui_course_structure:hover .ui_pic_float {
    transform: rotateX(2deg) translateY(-10px);
}.ui_course_structure:hover .ui_article_wrap {
    transform: translateY(-10px);
}}.ui_secure_archive {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(230,226,223) 0%, rgba(248, 248, 252, 0.95) 100%);
}.ui_secure_archive::before {
    right: -5%;
    height: 300px;
    filter: blur(80px);
    background: linear-gradient(to right, rgb(197,188,177,0.5), rgb(176,149,123,0.5));
    z-index: 0;
    opacity: 0.4;
    top: -10%;
    content: "";
    transform: rotate(-15deg);
    position: absolute;
    width: 300px;
}.ui_secure_archive::after {
    height: 250px;
    bottom: -10%;
    content: "";
    background: linear-gradient(to right, rgb(176,149,123,0.5), rgb(197,188,177,0.5));
    left: -5%;
    position: absolute;
    transform: rotate(15deg);
    filter: blur(70px);
    z-index: 0;
    width: 250px;
    opacity: 0.3;
}.ui_secure_archive .container {
    backdrop-filter: blur(10px);
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border-left: 3px solid rgb(197,188,177);
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1140px;
}.ui_secure_archive h1 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 41px;
    position: relative;
    transform: translateX(-10px);
    padding-bottom: 15px;
    font-weight: 700;
}.ui_secure_archive h1::after {
    left: 0;
    height: 3px;
    transform: scaleX(1);
    transform-origin: left;
    bottom: 0;
    transition: transform 0.4s ease-out;
    position: absolute;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(197,188,177) 0%, rgb(176,149,123) 100%);
}.ui_secure_archive h1:hover::after {
    transform: scaleX(1.5);
}.ui_secure_archive h2 {
    margin-bottom: 20px;
    padding-left: 16px;
    font-weight: 600;
    margin-top: 40px;
    color: #000000;
    font-size: 35px;
    position: relative;
}.ui_secure_archive h2::before {
    width: 4px;
    height: 100%;
    transform: scaleY(0.8);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
    top: 0;
    position: absolute;
    background: rgb(197,188,177);
    content: "";
    left: 0;
}.ui_secure_archive h2:hover::before {
    transform: scaleY(1.1);
    opacity: 1;
}.ui_secure_archive h3 {
    margin-top: 30px;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(rgba(0, 0, 0, 0.5), 0.2);
    font-weight: 600;
    font-size: calc(35px * 0.85);
    margin-bottom: 15px;
}.ui_secure_archive h4 {
    font-weight: 600;
    opacity: 0.9;
    font-size: calc(35px * 0.75);
    margin-bottom: 12px;
    color: #000000;
    margin-top: 25px;
}.ui_secure_archive p {
    max-width: 95%;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 13px;
    color: #000000;
    transition: transform 0.3s ease;
}.ui_secure_archive p:hover {
    transform: translateX(5px);
}.ui_secure_archive p strong {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    position: relative;
}.ui_secure_archive p strong::after {
    position: absolute;
    width: 100%;
    left: 0;
    background: rgb(176,149,123);
    height: 2px;
    transform: scaleX(0);
    bottom: -2px;
    transition: transform 0.3s ease;
    content: "";
    transform-origin: right;
}.ui_secure_archive p strong:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.ui_secure_archive span {
    color: #000000;
    font-size: 13px;
    display: block;
    margin-bottom: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    line-height: 1.6;
    transform: translateY(0);
    border-left: 2px solid rgb(176,149,123);
    padding: 15px;
    background: rgba(rgb(255, 255, 255, 0.5), 0.4);
}.ui_secure_archive span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.ui_secure_archive ul {
    margin-top: 15px;
    padding-left: 20px;
    margin-bottom: 30px;
    list-style: none;
}.ui_secure_archive li {
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    transform: translateZ(0);
    padding-left: 25px;
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    position: relative;
}.ui_secure_archive li::before {
    content: "";
    width: 8px;
    left: 0;
    height: 8px;
    background: rgb(197,188,177);
    position: absolute;
    border-radius: 50%;
    opacity: 0.8;
    transition: transform 0.3s ease, background-color 0.3s ease;
    top: 10px;
}.ui_secure_archive li:hover {
    transform: translateX(5px);
}.ui_secure_archive li:hover::before {
    transform: scale(1.3);
    background: rgb(176,149,123);
}

@media (max-width: 991px) {.ui_secure_archive {
    padding: 60px 0;
}.ui_secure_archive .container {
    padding: 30px 25px;
}.ui_secure_archive h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 25px;
}.ui_secure_archive h2 {
    margin-top: 35px;
    font-size: calc(35px * 0.9);
}.ui_secure_archive p, .ui_secure_archive span {
    font-size: calc(13px * 1);
    max-width: 100%;
}
}

@media (max-width: 767px) {.ui_secure_archive {
    padding: 40px 0;
}.ui_secure_archive::before,
    .ui_secure_archive::after {
    height: 200px;
    width: 200px;
}.ui_secure_archive .container {
    padding: 25px 20px;
    border-left-width: 2px;
}.ui_secure_archive h1 {
    margin-bottom: 20px;
    transform: translateX(0);
    font-size: calc(41px * 0.8);
}.ui_secure_archive h1::after {
    width: 60px;
}.ui_secure_archive h2 {
    margin-top: 30px;
    font-size: calc(35px * 0.85);
    padding-left: 12px;
}.ui_secure_archive h2::before {
    width: 3px;
}.ui_secure_archive h3 {
    font-size: calc(35px * 0.75);
}.ui_secure_archive h4 {
    font-size: calc(35px * 0.7);
}.ui_secure_archive p, .ui_secure_archive span, .ui_secure_archive li {
    font-size: calc(13px * 0.95);
}.ui_secure_archive ul {
    padding-left: 5px;
}.ui_secure_archive li {
    padding-left: 20px;
}
}

@media (max-width: 480px) {.ui_secure_archive {
    padding: 30px 0;
}.ui_secure_archive::before,
    .ui_secure_archive::after {
    opacity: 0.25;
}.ui_secure_archive .container {
    padding: 20px 15px;
}.ui_secure_archive h1 {
    font-size: calc(41px * 0.7);
}.ui_secure_archive h2 {
    font-size: calc(35px * 0.75);
    margin-top: 25px;
}.ui_secure_archive h3 {
    font-size: calc(35px * 0.7);
}.ui_secure_archive h4 {
    font-size: calc(35px * 0.65);
}.ui_secure_archive p, .ui_secure_archive span, .ui_secure_archive li {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}.ui_secure_archive p:hover,
    .ui_secure_archive li:hover,
    .ui_secure_archive span:hover {
    transform: none;
}}.ui_service_contact {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(230,226,223), rgba(0, 0, 0, 0.5) 120%);
}.ui_service_contact::before {
    height: 200%;
    transform: rotate(-15deg);
    content: "";
    top: -50%;
    width: 200%;
    position: absolute;
    left: -50%;
    background: radial-gradient(circle at center, rgb(197,188,177,0.5) 0%, transparent 60%);
    opacity: 0.07;
    pointer-events: none;
    z-index: 0;
}.ui_service_contact .container {
    padding: 0 1.5rem;
    transform-style: preserve-3d;
    z-index: 1;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}.ui_service_contact .ui_learn_form {
    gap: 2rem;
    position: relative;
    padding: 2.5rem;
    background: #ffffff;
    transform: rotateY(-3deg);
    grid-template-columns: 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 16px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    display: grid;
    border-left: 5px solid rgb(197,188,177);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.ui_service_contact .ui_learn_form:hover {
    transform: rotateY(0deg) translateZ(10px) scale(1.01);
}.ui_service_contact h3 {
    font-size: 29px;
    transition: transform 0.4s ease;
    color: rgb(197,188,177);
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    transform-origin: left center;
}.ui_service_contact h3::after {
    content: "";
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: -10px;
    background: linear-gradient(90deg, rgb(197,188,177), rgb(176,149,123));
    left: 0;
    height: 3px;
    transform-origin: left center;
    width: 80px;
    transform: scaleX(0.8);
}.ui_service_contact .ui_learn_form:hover h3::after {
    transform: scaleX(1);
}.ui_service_contact p {
    color: #000000;
    font-weight: 400;
    margin-bottom: 1.5rem;
    transform: translateZ(20px);
    line-height: 1.6;
    font-size: 18px;
}.ui_service_contact h5 {
    margin-bottom: 0.75rem;
    align-items: center;
    font-weight: 600;
    gap: 0.75rem;
    color: #000000;
    display: flex;
    font-size: 23px;
}.ui_service_contact h5 svg {
    width: 22px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    height: 22px;
}.ui_service_contact h5 svg path {
    fill: rgb(197,188,177);
    transition: fill 0.3s ease;
}.ui_service_contact .ui_course_ask {
    position: relative;
    margin-top: 1.5rem;
    display: flex;
    list-style: none;
    transform: translateZ(30px);
    flex-direction: column;
    gap: 1rem;
    padding: 0;
}.ui_service_contact .ui_course_ask li {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: left center;
}.ui_service_contact .ui_course_ask li:hover {
    transform: translateX(5px);
}.ui_service_contact .ui_instant_help {
    text-decoration: none;
    overflow: hidden;
    gap: 0.75rem;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
    font-weight: 600;
    font-size: calc(18px * 1.05);
    color: #000000;
}.ui_service_contact .ui_instant_help::before {
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    content: "";
    background: linear-gradient(90deg, rgb(197,188,177), transparent);
    bottom: 0;
    height: 2px;
}.ui_service_contact .ui_instant_help:hover {
    color: rgb(197,188,177);
}.ui_service_contact .ui_instant_help:hover::before {
    transform: translateX(0);
}.ui_service_contact .ui_instant_help svg {
    height: 22px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    width: 22px;
}.ui_service_contact .ui_instant_help:hover svg {
    transform: scale(1.15) rotate(5deg);
}.ui_service_contact .ui_instant_help svg path {
    fill: rgb(197,188,177);
    transition: fill 0.3s ease;
}.ui_service_contact .ui_instant_help:hover svg path {
    fill: rgb(176,149,123);
}

@media (min-width: 768px) {.ui_service_contact .ui_learn_form {
    padding: 3rem;
    gap: 2rem 4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;
}.ui_service_contact h3 {
    grid-column: 1 / -1;
    font-size: calc(29px * 1.1);
}.ui_service_contact h3::after {
    width: 100px;
}.ui_service_contact .ui_course_ask {
    grid-column: 2;
    grid-row: 2 / -1;
    margin-top: 0;
}
}

@media (min-width: 992px) {.ui_service_contact {
    padding: 7rem 0;
}.ui_service_contact .ui_learn_form {
    grid-template-columns: 1.5fr 1fr;
    transform: rotateY(-5deg);
    padding: 4rem 3.5rem;
}.ui_service_contact h3 {
    font-size: calc(41px * 0.85);
}.ui_service_contact p {
    font-size: calc(18px * 1.05);
}.ui_service_contact .ui_course_ask {
    gap: 1.5rem;
}.ui_service_contact .ui_instant_help {
    font-size: calc(18px * 1.1);
}.ui_service_contact .ui_instant_help svg,
    .ui_service_contact h5 svg {
    width: 24px;
    height: 24px;
}
}

@media (min-width: 1200px) {.ui_service_contact .ui_learn_form {
    grid-template-columns: 1.75fr 1fr;
    padding: 4.5rem 4rem;
}.ui_service_contact h3 {
    font-size: 41px;
}.ui_service_contact h3::after {
    height: 4px;
    width: 120px;
}
}

@media (max-width: 767px) {.ui_service_contact {
    padding: 4rem 0;
}.ui_service_contact .ui_learn_form {
    padding: 2rem;
    transform: rotateY(-2deg);
}.ui_service_contact h3 {
    font-size: calc(29px * 0.9);
}.ui_service_contact h5 {
    font-size: calc(23px * 0.95);
}.ui_service_contact p {
    font-size: calc(18px * 0.95);
}}.ui_cookie_warning_dialog {
    width: 100%;
    position: fixed;
    z-index: 90;
    background: rgb(230,226,223);
    bottom: 0;
    border-top: 2px solid rgb(197,188,177);
}.ui_cookie_user {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}.ui_cookie_warning_dialog h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.ui_cookie_warning_dialog p {
    font-size: 18px;
}.ui_consent_box {
    margin-right: 10px;
    flex-shrink: 0;
}.ui_consent_box svg, .ui_consent_box svg path, .ui_consent_box img {
    height: 100px;
    width: 100px;
    fill: rgb(197,188,177);
}.ui_user_alert {
    color: rgb(197,188,177);
    text-decoration: none;
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 24px;
    min-width: 120px;
    border-bottom: 2px solid rgb(197,188,177);
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    margin-left: 10px;
}.ui_cookie_warning_dialog p a {
    color: rgb(197,188,177);
    text-decoration: none;
}#ui_dialogPolicyNotice {
    display: none;
}#ui_dialogPolicyNotice:checked ~ .ui_cookie_warning_dialog {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.ui_cookie_warning_dialog {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.ui_consent_box {
    display: none;
}.ui_cookie_user {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.ui_cookie_warning_dialog h5 {
    text-align: center;
}.ui_cookie_warning_dialog p {
    text-align: center;
}.ui_gdpr_banner {
    margin-bottom: 20px;
}body .ui_layer-container .ui_user_alert {
    margin-left: 0;
}}
.ui_layer-container .ui_cookie_user {
    justify-content: flex-end;
}.ui_layer-container .ui_user_alert {
    background: rgb(197,188,177);
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
    margin-left: 30px;
}.ui_layer-container .ui_gdpr_banner {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.ui_layer-container .ui_user_alert {
    margin-left: 0;
    margin-bottom: 10px;
}
}