* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1149px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
}.core-container_xgz {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}.main_pagebar_CfB {
    flex: 1 0 auto;
}.study_group_7x6 {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_structure_Mek {
    height: 100vh;
    background-color: #ffffff;
    max-height: 900px;
    position: relative;
    min-height: 600px;
    overflow: hidden;
}.course_structure_Mek::before {
    z-index: 1;
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    position: absolute;
    pointer-events: none;
    width: 70%;
    top: 0;
    left: 0;
    height: 100%;
}.course_structure_Mek .career_lab_kec {
    position: absolute;
    height: 100%;
    overflow: hidden;
    top: 0;
    z-index: 0;
    width: 100%;
    left: 0;
}.course_structure_Mek .skill_academy_yUv {
    left: 0;
    width: 500%;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    animation: carousel-slide 30s infinite linear;
}.course_structure_Mek .career_lab_kec:hover .skill_academy_yUv {
    animation-play-state: paused;
}.course_structure_Mek .coding_class_4Uv {
    overflow: hidden;
    width: 20%;
    height: 100%;
}.course_structure_Mek .coding_class_4Uv img {
    filter: brightness(1.05) contrast(1.1);
    width: 100%;
    transform: scale(1.1);
    object-fit: cover;
    transition: transform 1s ease;
    height: 100%;
}.course_structure_Mek .coding_class_4Uv:hover img {
    transform: scale(1.2);
}.course_structure_Mek .container {
    align-items: center;
    display: flex;
    height: 100%;
    padding-left: 0;
    justify-content: flex-start;
    width: 65%;
    z-index: 2;
    position: relative;
}.course_structure_Mek .impact_facts_3kt {
    max-width: 750px;
    width: 100%;
    padding-left: 3%;
}.course_structure_Mek .skill_tool_fM2 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    padding: 3rem;
    border-radius: 14px;
    background-color: #ffffff;
    position: relative;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 4px solid rgb(190,163,193);
}.course_structure_Mek .skill_tool_fM2 h3 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 28px;
}.course_structure_Mek .skill_tool_fM2 p {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 2rem;
    font-size: 17px;
}.course_structure_Mek .skill_tool_fM2 .feedback_section_sw4 {
    padding: 1rem 2rem;
    text-decoration: none;
    background: linear-gradient(to right, rgb(190,163,193), rgb(153,117,151));
    color: #ffffff;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
}.course_structure_Mek .skill_tool_fM2 .feedback_section_sw4::before {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(153,117,151), rgb(190,163,193));
    transition: opacity 0.3s ease;
    opacity: 0;
    content: '';
    top: 0;
    z-index: -1;
}.course_structure_Mek .skill_tool_fM2 .feedback_section_sw4:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.course_structure_Mek .skill_tool_fM2 .feedback_section_sw4:hover::before {
    opacity: 1;
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media screen and (max-width: 1200px) {.course_structure_Mek .container {
    width: 70%;
}.course_structure_Mek::before {
    width: 75%;
}
}

@media screen and (max-width: 992px) {.course_structure_Mek {
    display: flex;
    max-height: none;
    min-height: 0;
    height: auto;
    flex-direction: column;
}.course_structure_Mek::before {
    background: linear-gradient(180deg, rgb(229,216,230) 0%, transparent 50%);
}.course_structure_Mek .career_lab_kec {
    position: relative;
    height: 400px;
    width: 100%;
    order: 2;
}.course_structure_Mek .container {
    padding: 4rem 2rem;
    width: 100%;
    order: 1;
}.course_structure_Mek .impact_facts_3kt {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.course_structure_Mek .career_lab_kec {
    height: 350px;
}.course_structure_Mek .container {
    padding: 3rem 1.5rem;
}.course_structure_Mek .skill_tool_fM2 {
    padding: 2rem;
}.course_structure_Mek .skill_tool_fM2 h3 {
    font-size: calc(28px * 0.9);
}
}

@media screen and (max-width: 576px) {.course_structure_Mek .career_lab_kec {
    height: 250px;
}.course_structure_Mek .container {
    padding: 2.5rem 1rem;
}.course_structure_Mek .skill_tool_fM2 {
    padding: 1.5rem;
}.course_structure_Mek .skill_tool_fM2 h3 {
    font-size: calc(28px * 0.8);
}.course_structure_Mek .skill_tool_fM2 p {
    font-size: calc(17px * 0.9);
    margin-bottom: 1.5rem;
}.course_structure_Mek .skill_tool_fM2 .feedback_section_sw4 {
    text-align: center;
    padding: 0.8rem 1.5rem;
    width: 100%;
}}.our_story_4BF {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
    color: #ffffff;
}.our_story_4BF::before {
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 100%);
    height: 100%;
    left: 0;
}.our_story_4BF::after {
    height: 300px;
    animation: float 15s infinite ease-in-out;
    right: -50px;
    top: -50px;
    position: absolute;
    background: rgb(190,163,193);
    border-radius: 50%;
    opacity: 0.15;
    width: 300px;
    filter: blur(50px);
    z-index: 0;
    content: "";
}.our_story_4BF .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.our_story_4BF h4 {
    opacity: 1;
    margin-bottom: 50px;
    font-size: 29px;
    z-index: 2;
    color: #ffffff;
    position: relative;
    text-align: center;
    transform: translateY(0);
    animation: fadeIn 0.8s ease-out;
    letter-spacing: 1px;
    font-weight: 700;
}.our_story_4BF h4::after {
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: "";
    height: 3px;
    background: rgb(153,117,151);
    width: 60px;
}.our_story_4BF .text_card_kVg {
    animation: slideUp 0.8s ease-out forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    transform: perspective(1000px) rotateY(0deg);
}.our_story_4BF .text_card_kVg::before {
    height: 100%;
    position: absolute;
    width: 6px;
    left: 0;
    background: linear-gradient(to bottom, rgb(190,163,193), rgb(153,117,151));
    content: "";
    top: 0;
}.our_story_4BF .text_card_kVg:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.our_story_4BF .text_card_kVg h6 {
    display: inline-block;
    position: relative;
    transition: transform 0.4s ease;
    margin-bottom: 20px;
    font-size: calc(22px * 1.1);
    color: rgb(190,163,193);
    font-weight: 700;
    transform: translateX(0);
}.our_story_4BF .text_card_kVg h6::after {
    background: rgb(153,117,151);
    height: 2px;
    transition: transform 0.4s ease;
    left: 0;
    transform-origin: left;
    transform: scaleX(1);
    content: "";
    position: absolute;
    bottom: -8px;
    width: 50%;
}.our_story_4BF .text_card_kVg:hover h6 {
    transform: translateX(5px);
}.our_story_4BF .text_card_kVg:hover h6::after {
    transform: scaleX(1.2);
}.our_story_4BF .text_card_kVg span {
    font-size: 13px;
    display: block;
    column-count: 1;
    line-height: 1.8;
    column-gap: 30px;
    hyphens: auto;
    position: relative;
    text-align: justify;
    color: #000000;
}

@media (min-width: 768px) {.our_story_4BF .text_card_kVg span {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_story_4BF {
    padding: 150px 0 130px;
}.our_story_4BF h4 {
    font-size: calc(29px * 1.2);
    margin-bottom: 80px;
}.our_story_4BF .text_card_kVg {
    padding: 50px 60px;
    margin: 0 40px;
}.our_story_4BF .text_card_kVg::before {
    width: 8px;
}.our_story_4BF .text_card_kVg h6 {
    margin-bottom: 30px;
    font-size: calc(22px * 1.3);
}.our_story_4BF .text_card_kVg span {
    font-size: calc(13px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.our_story_4BF {
    padding: 80px 0 60px;
}.our_story_4BF h4 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.our_story_4BF .text_card_kVg {
    padding: 25px 20px 25px 25px;
}.our_story_4BF .text_card_kVg::before {
    width: 4px;
}.our_story_4BF .text_card_kVg h6 {
    margin-bottom: 15px;
    font-size: 18px;
}.our_story_4BF .text_card_kVg span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}}

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

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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(-30px, 30px) scale(1.1);
    }
    50% {
        transform: translate(0, 50px) scale(0.9);
    }
    75% {
        transform: translate(30px, 20px) scale(1.05);
    }
}.landing_page_Zhj {
    overflow: hidden;
    padding: 120px 40px;
    position: relative;
    background: linear-gradient(135deg, rgb(229,216,230) 0%, rgb(153,117,151,0.5) 100%);
}.landing_page_Zhj::before {
    opacity: 0.5;
    height: 100%;
    content: "";
    animation: pulse 15s infinite alternate;
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgb(190,163,193,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    z-index: 1;
}.landing_page_Zhj::after {
    height: 25vw;
    right: -10px;
    transform: rotate(-5deg);
    position: absolute;
    content: "";
    background: rgb(153,117,151,0.5);
    top: -10px;
    z-index: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    opacity: 0.1;
    width: 25vw;
}.landing_page_Zhj > div {
    z-index: 2;
    position: relative;
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 60px;
    max-width: 1400px;
    display: grid;
}.landing_page_Zhj h1.edu_intro_rwU {
    font-size: clamp(2.5rem, 5vw, 43px);
    position: relative;
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    line-height: 1.2;
    transform: translateX(-8px);
}.landing_page_Zhj h1.edu_intro_rwU::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(190,163,193) 0%, rgb(153,117,151) 100%);
    left: 0;
    height: 4px;
    transform-origin: left;
    animation: expandWidth 1.2s ease-out forwards;
    bottom: -12px;
    content: "";
    width: 80px;
}.landing_page_Zhj p {
    animation: fadeUp 0.8s ease-out forwards 0.5s;
    line-height: 1.6;
    margin-top: 16px;
    max-width: 550px;
    color: #000000;
    opacity: 0;
    transform: translateY(10px);
    font-size: clamp(1rem, 1.2vw, 1.2rem);
}.landing_page_Zhj .study_tools_MAH {
    opacity: 0;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    animation: fadeScale 1s ease-out forwards 0.2s;
}.landing_page_Zhj .master_study_oer {
    aspect-ratio: 16/9;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.landing_page_Zhj .master_study_oer::before {
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
    position: absolute;
}.landing_page_Zhj .master_study_oer::after {
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    height: 40%;
}.landing_page_Zhj .master_study_oer span {
    z-index: 3;
    bottom: 0;
    opacity: 0;
    position: absolute;
    padding: 40px;
    animation: fadeUp 0.8s ease-out forwards 0.8s;
    width: 100%;
    transform: translateY(10px);
    left: 0;
}.landing_page_Zhj .master_study_oer h3 {
    font-weight: 600;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    line-height: 1.4;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    position: relative;
}.landing_page_Zhj .master_study_oer:hover {
    transform: translateY(-5px) scale(1.01);
}.landing_page_Zhj .study_tools_MAH:hover {
    transform: translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(1.1);
  }
}

@keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}

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

@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (min-width: 768px) {.landing_page_Zhj {
    padding: 150px 60px;
}.landing_page_Zhj > div {
    align-items: center;
    grid-template-columns: 1fr 1.3fr;
    gap: 80px;
}.landing_page_Zhj h1.edu_intro_rwU {
    transform: translateX(-16px);
}.landing_page_Zhj h1.edu_intro_rwU::after {
    width: 120px;
}
  
  @keyframes expandWidth {
    0% {
      width: 0;
    }
    100% {
      width: 120px;
    }
  }
}

@media screen and (max-width: 767px) {.landing_page_Zhj {
    padding: 80px 24px;
}.landing_page_Zhj::before {
    background-position: center top;
}.landing_page_Zhj::after {
    width: 50vw;
    height: 50vw;
}.landing_page_Zhj .master_study_oer {
    aspect-ratio: 4/3;
}.landing_page_Zhj .master_study_oer span {
    padding: 24px;
}
}

@media (prefers-reduced-motion: reduce) {.landing_page_Zhj::before,
  .landing_page_Zhj h1.edu_intro_rwU::after,
  .landing_page_Zhj p,
  .landing_page_Zhj .study_tools_MAH,
  .landing_page_Zhj .master_study_oer span {
    animation: none;
    transform: none;
    opacity: 1;
}.landing_page_Zhj .master_study_oer:hover,
  .landing_page_Zhj .study_tools_MAH:hover {
    transform: none;
}
}

@media (hover: hover) {.landing_page_Zhj .master_study_oer::before {
    transition: opacity 0.3s ease;
}.landing_page_Zhj .master_study_oer:hover::before {
    opacity: 0.7;
}}.try_immediately_oZG {
    overflow: hidden;
    transform-style: preserve-3d;
    position: relative;
    background: linear-gradient(135deg, rgb(229,216,230) 0%, rgb(190,163,193,0.5) 100%);
    margin: 8rem 0;
    perspective: 1000px;
}.try_immediately_oZG::before {
    top: -100%;
    transform: rotate(-15deg);
    position: absolute;
    z-index: 1;
    pointer-events: none;
    content: "";
    left: -100%;
    background: radial-gradient(circle at center, rgb(153,117,151,0.5) 0%, transparent 70%);
    height: 300%;
    width: 300%;
    opacity: 0.3;
}.try_immediately_oZG::after {
    background: repeating-linear-gradient(
    45deg,
    rgb(190,163,193,0.5) 0,
    rgb(190,163,193,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    animation: shift 30s linear infinite;
    height: 100%;
    content: "";
    top: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    pointer-events: none;
    position: absolute;
    opacity: 0.05;
}@keyframes shift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

.try_immediately_oZG .container {
    display: flex;
    backdrop-filter: blur(5px);
    align-items: center;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
    flex-direction: column;
    position: relative;
    transform: translateZ(0);
    padding: 4rem 2rem;
    z-index: 3;
}.try_immediately_oZG h2 {
    line-height: 1.4;
    position: relative;
    max-width: 800px;
    font-size: 36px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.015em;
    text-align: center;
    color: #000000;
    margin-bottom: 2.5rem;
    z-index: 4;
    transform: translateZ(20px);
    font-weight: 700;
}.try_immediately_oZG h2::after {
    position: absolute;
    background: rgb(190,163,193);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 80px;
    bottom: -12px;
    animation: expand 0.8s 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    content: "";
    left: 50%;
    height: 5px;
}@keyframes expand {
  0% {
    transform: translateX(-50%) scaleX(0);
  }
  100% {
    transform: translateX(-50%) scaleX(1);
  }
}

.try_immediately_oZG .impact_facts_3kt {
    position: relative;
    background: #ffffff;
    border-radius: 17px;
    transform: translateZ(40px) rotateX(2deg);
    padding: 2.5rem 3rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 5;
    box-shadow: 
    0 15px 30px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 1px 5px rgba(0, 0, 0, 0.03);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: flex;
}.try_immediately_oZG .impact_facts_3kt:hover {
    transform: translateZ(50px) rotateX(0deg) scale(1.03);
}.try_immediately_oZG .impact_facts_3kt::before {
    transform: rotate(-2deg);
    z-index: -1;
    position: absolute;
    content: "";
    top: -5%;
    background: linear-gradient(
    135deg,
    rgb(190,163,193,0.5) 0%,
    transparent 50%,
    rgb(153,117,151,0.5) 100%
  );
    opacity: 0.1;
    height: 110%;
    pointer-events: none;
    width: 110%;
    left: -5%;
}.try_immediately_oZG svg {
    transform: rotate(-5deg);
    height: 48px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 48px;
    margin-right: 2rem;
}.try_immediately_oZG .impact_facts_3kt:hover svg {
    transform: rotate(5deg) scale(1.1);
}.try_immediately_oZG svg path {
    transition: fill 0.3s ease;
    fill: rgb(190,163,193);
}.try_immediately_oZG .impact_facts_3kt:hover svg path {
    fill: rgb(153,117,151);
}.try_immediately_oZG .feedback_section_sw4 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(190,163,193) 0%, rgb(153,117,151) 100%);
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    border-radius: 17px;
    padding: 1rem 2.5rem;
    display: inline-block;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    letter-spacing: 0.03em;
    font-size: 18px;
}.try_immediately_oZG .feedback_section_sw4::before {
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.8s ease;
    position: absolute;
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
}.try_immediately_oZG .feedback_section_sw4:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.try_immediately_oZG .feedback_section_sw4:hover::before {
    transform: translateX(100%);
}.try_immediately_oZG .feedback_section_sw4:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {.try_immediately_oZG {
    margin: 6rem 0;
}.try_immediately_oZG .container {
    padding: 3.5rem 1.5rem;
}.try_immediately_oZG h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2rem;
}.try_immediately_oZG .impact_facts_3kt {
    padding: 2rem 2.5rem;
}
}

@media (max-width: 768px) {.try_immediately_oZG {
    margin: 5rem 0;
}.try_immediately_oZG .container {
    padding: 3rem 1.25rem;
}.try_immediately_oZG h2 {
    margin-bottom: 1.75rem;
    font-size: calc(36px * 0.8);
}.try_immediately_oZG .impact_facts_3kt {
    flex-direction: column;
    transform: translateZ(30px) rotateX(1deg);
    padding: 2rem;
}.try_immediately_oZG svg {
    margin-right: 0;
    margin-bottom: 1.5rem;
}.try_immediately_oZG .feedback_section_sw4 {
    font-size: calc(18px * 0.95);
    padding: 0.875rem 2rem;
}
}

@media (max-width: 576px) {.try_immediately_oZG {
    margin: 4rem 0;
}.try_immediately_oZG .container {
    backdrop-filter: none;
    padding: 2.5rem 1rem;
}.try_immediately_oZG h2 {
    transform: translateZ(10px);
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.7);
}.try_immediately_oZG .impact_facts_3kt {
    padding: 1.75rem;
    transform: translateZ(20px) rotateX(0deg);
}.try_immediately_oZG svg {
    height: 36px;
    width: 36px;
    margin-bottom: 1.25rem;
}.try_immediately_oZG .feedback_section_sw4 {
    font-size: calc(18px * 0.9);
    padding: 0.75rem 1.75rem;
}}.thankYouHub_E16 {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(153,117,151,0.5) 0%, rgb(229,216,230) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}.thankYouHub_E16::before {
    position: absolute;
    left: -20%;
    transform: rotate(30deg);
    background: linear-gradient(45deg, rgb(190,163,193,0.5) 0%, transparent 70%);
    z-index: 1;
    opacity: 0.7;
    height: 200%;
    top: -50%;
    animation: gradientShift 15s infinite alternate ease-in-out;
    width: 80%;
    content: "";
}.thankYouHub_E16::after {
    bottom: 0;
    background: linear-gradient(to top, rgb(153,117,151,0.5) 0%, transparent 100%);
    content: "";
    right: 0;
    height: 30%;
    opacity: 0.3;
    width: 100%;
    position: absolute;
    z-index: 1;
}.thankYouHub_E16 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.thankYouHub_E16 .impact_facts_3kt {
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    padding: 3.5rem;
    position: relative;
}.thankYouHub_E16 .impact_facts_3kt:hover {
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.1), 
                -16px -16px 32px rgba(255, 255, 255, 0.9), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thankYouHub_E16 .impact_facts_3kt > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.thankYouHub_E16 .impact_facts_3kt > div:first-child::after {
    position: absolute;
    bottom: -1rem;
    left: 0;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 100px;
    background: linear-gradient(90deg, rgb(190,163,193) 0%, rgb(153,117,151) 100%);
    height: 3px;
    transform-origin: left;
    content: "";
}.thankYouHub_E16 h5 {
    letter-spacing: -0.02em;
    margin: 0;
    color: #000000;
    position: relative;
    line-height: 1.4;
    font-size: calc(19px * 1.1);
    font-weight: 700;
    transform: translateZ(0);
}.thankYouHub_E16 h5::before {
    top: -1.5rem;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0);
    background: rgb(153,117,151,0.5);
    position: absolute;
    height: 80px;
    width: 80px;
    animation: bubbleAppear 1s ease 0.5s forwards;
    opacity: 0.1;
    content: "";
    left: -2rem;
}.thankYouHub_E16 a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: transform 0.4s ease;
}.thankYouHub_E16 a:hover {
    transform: translateX(10px);
}.thankYouHub_E16 a::before {
    left: -100%;
    animation: lightSweep 6s infinite ease-in-out;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
}.thankYouHub_E16 p {
    margin: 0;
    line-height: 1.8;
    color: #000000;
    z-index: 1;
    position: relative;
    font-size: 18px;
    font-weight: 400;
}

@keyframes lineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100px;
        opacity: 1;
    }
}

@keyframes bubbleAppear {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

@keyframes lightSweep {
    0% {
        left: -100%;
    }
    48% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

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

@media (max-width: 1200px) {.thankYouHub_E16 .impact_facts_3kt {
    padding: 3rem;
}.thankYouHub_E16 h5 {
    font-size: 19px;
}
}

@media (max-width: 992px) {.thankYouHub_E16 {
    padding: 5rem 0;
}.thankYouHub_E16 .impact_facts_3kt {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thankYouHub_E16 h5::before {
    left: -1.5rem;
    top: -1rem;
    width: 60px;
    height: 60px;
}
}

@media (max-width: 768px) {.thankYouHub_E16 {
    padding: 4rem 0;
}.thankYouHub_E16 .impact_facts_3kt {
    padding: 2rem;
    transform: none;
}.thankYouHub_E16 h5 {
    font-size: calc(19px * 0.95);
}.thankYouHub_E16 p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.thankYouHub_E16 .impact_facts_3kt > div:first-child::after {
    width: 80px;
}
}

@media (max-width: 576px) {.thankYouHub_E16 {
    padding: 3rem 0;
}.thankYouHub_E16 .impact_facts_3kt {
    padding: 1.5rem;
}.thankYouHub_E16 h5 {
    font-size: calc(19px * 0.9);
    line-height: 1.3;
}.thankYouHub_E16 p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.thankYouHub_E16 h5::before {
    display: none;
}.thankYouHub_E16 .impact_facts_3kt > div:first-child {
    margin-bottom: 1.5rem;
}.thankYouHub_E16 .impact_facts_3kt > div:first-child::after {
    width: 60px;
    bottom: -0.75rem;
    height: 2px;
}
}

@media (prefers-reduced-motion: reduce) {.thankYouHub_E16 .impact_facts_3kt,
    .thankYouHub_E16 .impact_facts_3kt:hover,
    .thankYouHub_E16 a:hover {
    transition: none;
    transform: none;
}.thankYouHub_E16::before,
    .thankYouHub_E16 a::before {
    animation: none;
}.thankYouHub_E16 .impact_facts_3kt > div:first-child::after {
    width: 100px;
    animation: none;
}.thankYouHub_E16 h5::before {
    transform: scale(1);
    animation: none;
}}.education_experience_KBt {
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(229,216,230) 0%, rgb(190,163,193,0.5) 100%);
    position: relative;
}.education_experience_KBt::before {
    content: "";
    background: rgb(153,117,151,0.5);
    width: 120%;
    transform: rotate(-12deg);
    top: -10%;
    height: 70%;
    position: absolute;
    left: -5%;
    z-index: 1;
}.education_experience_KBt .learning_testimonials_GFD {
    position: relative;
    flex-direction: row;
    display: flex;
    transform: translateX(5%);
    align-items: center;
    gap: 3rem;
    z-index: 2;
}.education_experience_KBt .gallery_slider_DvQ {
    transition: all 0.5s ease;
    border-radius: 28px;
    height: 350px;
    transform: rotate(-5deg);
    box-shadow: 15px 15px 0 rgb(190,163,193,0.5);
    width: 280px;
}.education_experience_KBt .gallery_slider_DvQ:hover {
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) scale(1.05);
}.education_experience_KBt .exp_list_TN3 {
    max-width: 60%;
    padding: 2rem;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.5s ease;
    border-radius: 28px;
    transform: rotate(2deg) translateY(-30px);
    background: #ffffff;
}.education_experience_KBt .exp_list_TN3::after {
    filter: blur(8px);
    left: 30px;
    opacity: 0.6;
    height: 10px;
    content: "";
    bottom: -10px;
    width: 85%;
    position: absolute;
    background: rgb(153,117,151);
    transition: all 0.5s ease;
}.education_experience_KBt .exp_list_TN3:hover {
    transform: rotate(0deg) translateY(-20px);
}.education_experience_KBt .exp_list_TN3:hover::after {
    opacity: 0.8;
    width: 95%;
}.education_experience_KBt .name {
    color: rgb(190,163,193);
    font-weight: 700;
    font-size: 37px;
    transform: translateX(-20px);
    margin-bottom: 0.5rem;
}.education_experience_KBt .exp_list_TN3 > div:nth-child(2) {
    color: rgb(153,117,151);
    font-size: 20px;
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
    font-weight: 600;
}.education_experience_KBt .exp_content_62p {
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
    position: relative;
    padding-left: 1.5rem;
    font-style: italic;
}.education_experience_KBt .exp_content_62p::before {
    top: 0;
    content: "";
    left: 0;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(190,163,193), rgb(153,117,151));
    height: 100%;
    position: absolute;
    width: 5px;
}

@media (max-width: 992px) {.education_experience_KBt .learning_testimonials_GFD {
    flex-direction: column;
    gap: 2rem;
    transform: none;
}.education_experience_KBt .gallery_slider_DvQ {
    margin: 0 auto;
    width: 220px;
    height: 280px;
}.education_experience_KBt .exp_list_TN3 {
    transform: none;
    max-width: 100%;
}.education_experience_KBt .name,
    .education_experience_KBt .exp_list_TN3 > div:nth-child(2) {
    transform: none;
}}.study_group_7x6 {
    position: relative;
    padding: 80px 0 40px;
    z-index: 1;
    color: #ffffff;
    font-family: Arial, sans-serif;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.study_group_7x6 .container {
    position: relative;
    justify-content: space-between;
    display: flex;
}.study_group_7x6 .company_holder {
    position: relative;
    flex: 0 0 30%;
    padding-right: 30px;
}.study_group_7x6 .company_holder::after {
    position: absolute;
    content: '';
    height: 80%;
    top: 10%;
    right: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(190,163,193), transparent);
}.study_group_7x6 .company_holder h3 {
    text-shadow: 0 0 10px rgb(190,163,193,0.5);
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    font-size: calc(30px * 0.9);
    position: relative;
}.study_group_7x6 .company_holder h3::after {
    height: 2px;
    width: 40%;
    content: '';
    transition: width 0.3s ease-in-out;
    background: rgb(190,163,193);
    left: 0;
    position: absolute;
    bottom: -5px;
}.study_group_7x6 .company_holder h3:hover::after {
    width: 100%;
}.study_group_7x6 .degree_path_yxC {
    transition: all 0.3s ease;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.08);
    line-height: 1.6;
    border-radius: 10px;
    transform: translateZ(0);
    margin-top: 15px;
    padding: 15px;
    color: #ffffff;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}.study_group_7x6 .degree_path_yxC:hover {
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}.study_group_7x6 .transcript_eAQ {
    display: flex;
    justify-content: space-between;
    flex: 0 0 65%;
    position: relative;
}.study_group_7x6 .head_prime_Ajn {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}.study_group_7x6 .head_nav_jQt {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex: 0 0 45%;
    padding: 20px;
}.study_group_7x6 .head_nav_jQt::before {
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    position: absolute;
    content: '';
    z-index: -1;
}.study_group_7x6 .head_nav_jQt:hover::before {
    transform: translateX(100%);
}.study_group_7x6 .head_nav_jQt h5 {
    position: relative;
    padding-bottom: 10px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
}.study_group_7x6 .head_nav_jQt h5::after {
    height: 2px;
    bottom: 0;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    position: absolute;
    left: 0;
    background: rgb(190,163,193);
    width: 40px;
    content: '';
}.study_group_7x6 .head_nav_jQt:hover h5::after {
    box-shadow: 0 0 8px rgb(190,163,193), 0 0 16px rgb(190,163,193,0.5);
    width: 70px;
}.study_group_7x6 .head_nav_jQt .head_prime_Ajn {
    flex-direction: column;
    display: flex;
    gap: 12px;
}.study_group_7x6 .head_nav_jQt .head_prime_Ajn a {
    opacity: 0.85;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: calc(14px * 0.95);
    color: #ffffff;
    display: inline-block;
    padding-left: 0;
    position: relative;
}.study_group_7x6 .head_nav_jQt .head_prime_Ajn a::before {
    height: 1px;
    background: linear-gradient(90deg, rgb(190,163,193), transparent);
    position: absolute;
    left: 0;
    transform-origin: left;
    width: 0;
    transition: width 0.3s ease, transform 0.3s ease;
    content: '';
    bottom: -2px;
}.study_group_7x6 .head_nav_jQt .head_prime_Ajn a:hover {
    padding-left: 5px;
    color: #ffffff;
    opacity: 1;
}.study_group_7x6 .head_nav_jQt .head_prime_Ajn a:hover::before {
    box-shadow: 0 0 5px rgb(190,163,193,0.5);
    width: 100%;
}.assign_help_Cli {
    backdrop-filter: blur(10px);
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}.assign_help_Cli::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(190,163,193,0.5), transparent);
    right: 0;
    top: 0;
    height: 1px;
    left: 0;
}.assign_help_Cli .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.assign_help_Cli .footer_edu_eHp {
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 12px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}.assign_help_Cli .footer_edu_eHp:hover {
    opacity: 1;
}

@media (max-width: 991px) {.study_group_7x6 {
    padding: 60px 0 30px;
}.study_group_7x6 .container {
    flex-direction: column;
}.study_group_7x6 .company_holder {
    padding-right: 0;
    margin-bottom: 40px;
    flex: 0 0 100%;
}.study_group_7x6 .company_holder::after {
    display: none;
}.study_group_7x6 .transcript_eAQ {
    flex: 0 0 100%;
}.study_group_7x6 .head_nav_jQt {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}

@media (max-width: 768px) {.study_group_7x6 {
    padding: 40px 0 20px;
}.study_group_7x6 .head_prime_Ajn {
    flex-direction: column;
}.study_group_7x6 .head_nav_jQt {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.study_group_7x6 .company_holder h3 {
    font-size: calc(30px * 0.8);
}.study_group_7x6 .head_nav_jQt h5 {
    font-size: calc(20px * 0.9);
}.assign_help_Cli .footer_edu_eHp {
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 576px) {.study_group_7x6 {
    padding: 30px 0 15px;
}.study_group_7x6 .company_holder {
    margin-bottom: 30px;
}.study_group_7x6 .company_holder h3 {
    font-size: calc(30px * 0.7);
}.study_group_7x6 .head_nav_jQt h5 {
    font-size: calc(20px * 0.8);
}.assign_help_Cli {
    padding: 10px 0;
}.assign_help_Cli .footer_edu_eHp {
    font-size: calc(12px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    position: absolute;
    z-index: 0;
    content: '';
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    right: 0;
    background-size: 50px 50px;
    left: 0;
    bottom: 0;
    opacity: 0.3;
}.study_group_7x6 .company_holder h3 {
    overflow: hidden;
    position: relative;
}.study_group_7x6 .company_holder h3::before {
    transition: 0.5s;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    content: '';
}.study_group_7x6 .company_holder h3:hover::before {
    left: 100%;
}.pricing_plan_YNt {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.pricing_plan_YNt::before {
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
}.pricing_plan_YNt .container {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.pricing_plan_YNt .package_deal_FMr {
    position: relative;
}.pricing_plan_YNt h2 {
    margin-bottom: 20px;
    transform: translateY(0);
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-weight: 700;
}.pricing_plan_YNt .plan_options_Ict {
    margin: 0 auto 50px;
    line-height: 1.6;
    opacity: 0;
    text-align: center;
    font-size: 13px;
    transform: translateY(20px);
    color: rgb(255, 255, 255, 0.5);
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    position: relative;
}.pricing_plan_YNt .rate_panel_2iF {
    padding: 0;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
}.pricing_plan_YNt .rate_panel_2iF li {
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}.pricing_plan_YNt .learn_offers_C3g {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    will-change: transform;
    text-decoration: none;
    height: 100%;
    transform: translateZ(0);
}.pricing_plan_YNt .value_deals_cA8 {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    justify-content: space-between;
    display: flex;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    min-height: 420px;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.03));
    height: 100%;
}.pricing_plan_YNt .value_deals_cA8::before {
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(190,163,193), 
        rgb(153,117,151));
    content: "";
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.pricing_plan_YNt .bundle_price_eRu {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    z-index: 1;
}.pricing_plan_YNt .bundle_price_eRu h4 {
    font-size: calc(24px * 1.1);
    margin-bottom: 20px;
    padding-bottom: 15px;
    transition: color 0.3s ease;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}.pricing_plan_YNt .bundle_price_eRu h4::after {
    width: 50px;
    left: 0;
    transition: width 0.4s ease;
    content: "";
    height: 2px;
    background-color: rgb(190,163,193);
    bottom: 0;
    position: absolute;
}.pricing_plan_YNt .bundle_price_eRu p {
    margin-bottom: 30px;
    overflow-wrap: break-word;
    word-break: break-word;
    max-height: 200px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    scrollbar-color: rgb(190,163,193) rgba(255, 255, 255, 0.1);
    overflow-y: auto;
    scrollbar-width: thin;
    flex-grow: 1;
    line-height: 1.6;
}.pricing_plan_YNt .bundle_price_eRu p::-webkit-scrollbar {
    width: 4px;
}.pricing_plan_YNt .bundle_price_eRu p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.pricing_plan_YNt .bundle_price_eRu p::-webkit-scrollbar-thumb {
    background-color: rgb(190,163,193);
}.pricing_plan_YNt .fee_plans_imb {
    font-size: calc(24px * 1.3);
    background: linear-gradient(135deg, rgb(190,163,193), rgb(153,117,151));
    color: transparent;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    font-weight: 700;
    padding: 10px 0;
    align-self: flex-start;
    margin-top: auto;
    position: relative;
    display: inline-block;
    color: #ffffff;
}.pricing_plan_YNt .fee_plans_imb::before {
    background: linear-gradient(90deg, 
        rgb(190,163,193), 
        transparent);
    bottom: 0;
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
}.pricing_plan_YNt .rate_panel_2iF li:hover {
    transform: translateY(-5px);
}.pricing_plan_YNt .rate_panel_2iF li:hover .value_deals_cA8 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.pricing_plan_YNt .rate_panel_2iF li:hover .value_deals_cA8::before {
    transform: scaleX(1);
}.pricing_plan_YNt .rate_panel_2iF li:hover .bundle_price_eRu h4::after {
    width: 80px;
}.pricing_plan_YNt .rate_panel_2iF li:nth-child(1) {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}.pricing_plan_YNt .rate_panel_2iF li:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}.pricing_plan_YNt .rate_panel_2iF li:nth-child(3) {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}.pricing_plan_YNt .rate_panel_2iF li:nth-child(4) {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

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

@media (max-width: 1200px) {.pricing_plan_YNt {
    padding: 80px 0;
}.pricing_plan_YNt .rate_panel_2iF {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.pricing_plan_YNt .value_deals_cA8 {
    min-height: 400px;
    padding: 25px;
}
}

@media (max-width: 992px) {.pricing_plan_YNt {
    padding: 70px 0;
}.pricing_plan_YNt h2 {
    font-size: calc(38px * 0.9);
}.pricing_plan_YNt .plan_options_Ict {
    font-size: calc(13px * 0.95);
    margin-bottom: 40px;
}.pricing_plan_YNt .rate_panel_2iF {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.pricing_plan_YNt .value_deals_cA8 {
    min-height: 380px;
    padding: 20px;
}.pricing_plan_YNt .bundle_price_eRu h4 {
    font-size: 24px;
}.pricing_plan_YNt .fee_plans_imb {
    font-size: calc(24px * 1.2);
}
}

@media (max-width: 768px) {.pricing_plan_YNt {
    padding: 60px 0;
}.pricing_plan_YNt h2 {
    font-size: calc(38px * 0.85);
    margin-bottom: 15px;
}.pricing_plan_YNt .plan_options_Ict {
    margin-bottom: 30px;
    font-size: calc(13px * 0.9);
}.pricing_plan_YNt .rate_panel_2iF {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing_plan_YNt .value_deals_cA8 {
    min-height: auto;
}.pricing_plan_YNt .bundle_price_eRu p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.pricing_plan_YNt {
    padding: 50px 0;
}.pricing_plan_YNt h2 {
    font-size: calc(38px * 0.8);
}.pricing_plan_YNt .plan_options_Ict {
    font-size: calc(13px * 0.85);
}.pricing_plan_YNt .value_deals_cA8 {
    padding: 20px 15px;
}.pricing_plan_YNt .bundle_price_eRu h4 {
    padding-bottom: 10px;
    font-size: calc(24px * 0.95);
    margin-bottom: 15px;
}.pricing_plan_YNt .bundle_price_eRu p {
    margin-bottom: 20px;
    font-size: calc(13px * 0.9);
}.pricing_plan_YNt .fee_plans_imb {
    font-size: calc(24px * 1.1);
}}.privacy_wrapper_X2l {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(229,216,230), rgba(245, 245, 250, 0.98));
    padding: 4rem 1.5rem;
}.privacy_wrapper_X2l::before {
    left: 0;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    height: 100%;
    opacity: 0.15;
    background: radial-gradient(circle at 90% 10%, rgb(190,163,193,0.5), transparent 60%),
              radial-gradient(circle at 10% 90%, rgb(153,117,151,0.5), transparent 60%);
    width: 100%;
    top: 0;
    content: "";
}.privacy_wrapper_X2l::after {
    opacity: 0.1;
    background: radial-gradient(circle, rgb(190,163,193,0.5) 10%, transparent 70%);
    width: 200px;
    pointer-events: none;
    z-index: 0;
    height: 200px;
    top: -20px;
    right: -20px;
    transform: rotate(-15deg);
    position: absolute;
    content: "";
}.privacy_wrapper_X2l .container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 20px 40px rgba(rgb(190,163,193,0.5), 0.03);
    margin: 0 auto;
    max-width: 1140px;
    backdrop-filter: blur(10px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    transform: perspective(1000px) rotateY(0.5deg);
    padding: 3rem;
    position: relative;
}.privacy_wrapper_X2l .container:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 25px 50px rgba(rgb(190,163,193,0.5), 0.05);
}.privacy_wrapper_X2l h1 {
    padding-bottom: 1rem;
    color: rgb(190,163,193);
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
    font-size: 39px;
    font-weight: 700;
    position: relative;
    border-bottom: 2px solid rgba(rgb(190,163,193,0.5), 0.1);
}.privacy_wrapper_X2l h1::after {
    position: absolute;
    bottom: -2px;
    content: "";
    background: rgb(190,163,193);
    transition: width 0.5s ease;
    left: 0;
    height: 2px;
    width: 70px;
}.privacy_wrapper_X2l h2 {
    padding-left: 15px;
    position: relative;
    color: #000000;
    font-size: 33px;
    font-weight: 600;
    margin: 2.5rem 0 1rem;
    border-left: 3px solid rgb(153,117,151);
}.privacy_wrapper_X2l h3 {
    border-left: 2px solid rgb(153,117,151,0.5);
    color: #000000;
    font-weight: 600;
    font-size: calc(33px * 0.8);
    padding-left: 12px;
    position: relative;
    margin: 2rem 0 1rem;
}.privacy_wrapper_X2l h4 {
    position: relative;
    margin: 1.75rem 0 0.75rem;
    padding-left: 10px;
    font-weight: 600;
    color: #000000;
    font-size: calc(33px * 0.65);
    border-left: 1px solid rgb(153,117,151,0.5);
}.privacy_wrapper_X2l p {
    position: relative;
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    max-width: 95%;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
}.privacy_wrapper_X2l p:hover {
    transform: translateX(5px);
}.privacy_wrapper_X2l p strong {
    font-weight: 600;
    position: relative;
    color: rgb(190,163,193);
    display: inline-block;
}.privacy_wrapper_X2l p strong::after {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    height: 1px;
    content: "";
    background: rgb(190,163,193,0.5);
    width: 100%;
    left: 0;
    bottom: -2px;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
}.privacy_wrapper_X2l p:hover strong::after {
    transform: scaleX(1);
}.privacy_wrapper_X2l ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    list-style: none;
    position: relative;
}.privacy_wrapper_X2l ul::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(153,117,151,0.5), rgba(rgb(153,117,151,0.5), 0.2));
    left: 0;
    width: 2px;
    bottom: 0;
    top: 0;
}.privacy_wrapper_X2l li {
    transition: transform 0.3s ease;
    font-size: 17px;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
    color: #000000;
    line-height: 1.7;
}.privacy_wrapper_X2l li:hover {
    transform: translateX(5px);
}.privacy_wrapper_X2l li::before {
    width: 8px;
    border-radius: 50%;
    background: rgb(153,117,151);
    left: 0;
    top: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    content: "";
    height: 8px;
    position: absolute;
}.privacy_wrapper_X2l li:hover::before {
    transform: scale(1.3);
    background: rgb(190,163,193);
}.privacy_wrapper_X2l span {
    transition: all 0.3s ease;
    font-size: 17px;
    line-height: 1.8;
    padding-left: 1rem;
    color: #000000;
    display: block;
    margin-bottom: 1.5rem;
    border-left: 1px dashed rgb(153,117,151,0.5);
}.privacy_wrapper_X2l span:hover {
    border-left-color: rgb(190,163,193);
    transform: translateX(5px);
    background: linear-gradient(to right, rgba(rgb(190,163,193,0.5), 0.05), transparent);
}

@media (max-width: 1200px) {.privacy_wrapper_X2l .container {
    padding: 2.5rem;
    max-width: 960px;
}.privacy_wrapper_X2l h1 {
    font-size: calc(39px * 0.9);
}.privacy_wrapper_X2l h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 992px) {.privacy_wrapper_X2l {
    padding: 3rem 1.25rem;
}.privacy_wrapper_X2l .container {
    padding: 2rem;
    max-width: 720px;
    transform: perspective(1000px) rotateY(0deg);
}.privacy_wrapper_X2l h1 {
    margin-bottom: 1.25rem;
}.privacy_wrapper_X2l p, 
  .privacy_wrapper_X2l li, 
  .privacy_wrapper_X2l span {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 768px) {.privacy_wrapper_X2l {
    padding: 2.5rem 1rem;
}.privacy_wrapper_X2l .container {
    padding: 1.75rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    max-width: 540px;
}.privacy_wrapper_X2l h1 {
    transform: translateX(0);
    font-size: calc(39px * 0.8);
}.privacy_wrapper_X2l h2 {
    margin: 2rem 0 0.75rem;
    font-size: calc(33px * 0.85);
}.privacy_wrapper_X2l h3 {
    font-size: calc(33px * 0.7);
}.privacy_wrapper_X2l h4 {
    font-size: calc(33px * 0.6);
}.privacy_wrapper_X2l p, 
  .privacy_wrapper_X2l li {
    max-width: 100%;
}.privacy_wrapper_X2l p:hover,
  .privacy_wrapper_X2l li:hover,
  .privacy_wrapper_X2l span:hover {
    transform: translateX(0);
}
}

@media (max-width: 576px) {.privacy_wrapper_X2l {
    padding: 2rem 0.75rem;
}.privacy_wrapper_X2l .container {
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.privacy_wrapper_X2l h1 {
    padding-bottom: 0.75rem;
    font-size: calc(39px * 0.7);
}.privacy_wrapper_X2l h2 {
    font-size: calc(33px * 0.75);
    padding-left: 10px;
}.privacy_wrapper_X2l h3 {
    font-size: calc(33px * 0.65);
    padding-left: 8px;
}.privacy_wrapper_X2l h4 {
    font-size: calc(33px * 0.55);
    padding-left: 6px;
}.privacy_wrapper_X2l ul {
    padding-left: 0.75rem;
}.privacy_wrapper_X2l li {
    padding-left: 1.25rem;
}.privacy_wrapper_X2l p, 
  .privacy_wrapper_X2l li, 
  .privacy_wrapper_X2l span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.privacy_wrapper_X2l span {
    padding-left: 0.75rem;
}}header {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    position: relative;
    background-color: rgb(229,216,230);
    padding: 1.2rem 0;
    z-index: 1000;
}header::before {
    animation: gridMove 40s linear infinite;
    z-index: -1;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(190,163,193,0.5) 49.5%, rgb(190,163,193,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(153,117,151,0.5) 49.5%, rgb(153,117,151,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    width: 100%;
    content: '';
    left: 0;
    opacity: 0.15;
    position: absolute;
    height: 100%;
    top: 0;
}header::after {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(90deg, 
        rgb(190,163,193) 0%, 
        rgb(153,117,151) 50%, 
        rgb(190,163,193) 100%);
    height: 4px;
}header .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}header .site_nav_l2o {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}header .head_nav_jQt {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 17px;
    gap: 0.5rem;
    padding: 5px;
    position: relative;
    display: flex;
}header .main_navbar_jJv {
    text-decoration: none;
    position: relative;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-size: 12px;
    padding: 0.7rem 1.2rem;
    color: #ffffff;
    font-weight: 400;
    border-radius: 10px;
}header .main_navbar_jJv::before {
    opacity: 0;
    content: '';
    position: absolute;
    bottom: -2px;
    transform: scale(0.95);
    border-radius: calc(10px + 2px);
    transition: all 0.3s ease;
    background: linear-gradient(45deg, rgb(190,163,193), rgb(153,117,151));
    left: -2px;
    right: -2px;
    top: -2px;
    z-index: -1;
}header .main_navbar_jJv::after {
    content: '';
    left: 0;
    right: 0;
    z-index: -1;
    background: rgb(190,163,193);
    border-radius: 10px;
    top: 0;
    position: absolute;
    bottom: 0;
}header .main_navbar_jJv:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}header .main_navbar_jJv:hover::before {
    opacity: 1;
    transform: scale(1);
}header .top_sitewrap_wDB {
    position: relative;
    padding: 0.5rem 1rem;
    display: flex;
    border-radius: 10px;
    transition: all 0.3s ease;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
}header .top_sitewrap_wDB::before {
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: 0.5s;
    height: 100%;
}header .top_sitewrap_wDB:hover::before {
    left: 100%;
}header .top_sitewrap_wDB svg {
    width: 160px;
    height: auto;
    z-index: 2;
    position: relative;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .head_nav_jQt {
    gap: 0.3rem;
}header .main_navbar_jJv {
    font-size: calc(12px - 1px);
    padding: 0.6rem 0.8rem;
}header .top_sitewrap_wDB svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .site_nav_l2o {
    flex-direction: column;
}header .head_nav_jQt {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 10px;
    width: 100%;
    order: 2;
}header .main_navbar_jJv {
    padding: 0.5rem 0.7rem;
    font-size: calc(12px - 2px);
}header .top_sitewrap_wDB {
    order: 1;
    margin-bottom: 0.5rem;
}header .top_sitewrap_wDB svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .head_nav_jQt {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .head_nav_jQt::-webkit-scrollbar {
    height: 3px;
}header .head_nav_jQt::-webkit-scrollbar-thumb {
    background: rgb(190,163,193);
    border-radius: 10px;
}header .main_navbar_jJv {
    white-space: nowrap;
}header .top_sitewrap_wDB svg {
    width: 110px;
}}.contact_us_S05 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.contact_us_S05::before {
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    content: '';
    background: rgb(153,117,151,0.5);
}.contact_us_S05 .container {
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
}.contact_us_S05 .feedback_feedback_UDP {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    display: grid;
}.contact_us_S05 .request_reach_iuD {
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 50px;
    grid-row: 2;
    border-radius: 0 0 15px 15px;
    justify-content: space-between;
}.contact_us_S05 .request_reach_iuD h3 {
    width: 100%;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 33px;
    text-align: center;
}.contact_us_S05 .request_reach_iuD h3::after {
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(190,163,193);
    bottom: -15px;
    position: absolute;
    width: 80px;
    content: '';
}.contact_us_S05 .request_reach_iuD div {
    align-items: center;
    flex: 0 0 calc(50% - 20px);
    background: rgb(229,216,230);
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    display: flex;
}.contact_us_S05 .request_reach_iuD div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.contact_us_S05 .request_reach_iuD svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.contact_us_S05 .request_reach_iuD svg path {
    fill: rgb(190,163,193);
}.contact_us_S05 .request_reach_iuD span {
    color: #000000;
    font-size: 14px;
}.contact_us_S05 .request_reach_iuD a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(190,163,193);
}.contact_us_S05 .request_reach_iuD a:hover {
    color: rgb(153,117,151);
}.contact_us_S05 .connect_reach_XzM {
    grid-row: 1;
    position: relative;
    padding: 0;
    background: rgb(190,163,193);
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}.contact_us_S05 .connect_reach_XzM::before {
    background: rgb(153,117,151);
    opacity: 0.2;
    height: 150px;
    top: -50px;
    width: 150px;
    position: absolute;
    content: '';
    right: -50px;
    border-radius: 50%;
}.contact_us_S05 .connect_reach_XzM::after {
    width: 200px;
    position: absolute;
    left: -80px;
    bottom: -80px;
    opacity: 0.1;
    background: rgb(153,117,151);
    border-radius: 50%;
    height: 200px;
    content: '';
}.contact_us_S05 form {
    padding: 60px 50px;
    z-index: 1;
    position: relative;
}.contact_us_S05 form h3 {
    font-size: 33px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
}.contact_us_S05 form h3::after {
    position: absolute;
    background: #ffffff;
    transform: translateX(-50%);
    bottom: -15px;
    height: 3px;
    left: 50%;
    width: 80px;
    content: '';
}.contact_us_S05 form input[type="text"],
.contact_us_S05 form input[type="email"] {
    padding: 18px 20px;
    transition: all 0.3s ease;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 10px;
}.contact_us_S05 form input[type="text"]:focus,
.contact_us_S05 form input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.5);
    outline: none;
    background: rgba(255, 255, 255, 0.2);
}.contact_us_S05 form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact_us_S05 .contact_query_C2I {
    display: flex;
    align-items: flex-start;
    margin: 25px 0 30px;
}.contact_us_S05 .contact_query_C2I input[type="checkbox"] {
    margin-right: 15px;
    width: 22px;
    height: 22px;
    position: relative;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
    appearance: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    cursor: pointer;
}.contact_us_S05 .contact_query_C2I input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}.contact_us_S05 .contact_query_C2I input[type="checkbox"]:checked::before {
    border: solid rgb(190,163,193);
    top: 4px;
    width: 6px;
    height: 10px;
    left: 7px;
    border-width: 0 2px 2px 0;
    position: absolute;
    transform: rotate(45deg);
    content: '';
}.contact_us_S05 .contact_query_C2I label {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 12px;
}.contact_us_S05 .contact_query_C2I a {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    transition: opacity 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
}.contact_us_S05 .contact_query_C2I a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}.contact_us_S05 .feedback_section_sw4 {
    cursor: pointer;
    font-weight: 700;
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    transition: all 0.3s ease;
    background: #ffffff;
    border: none;
    color: rgb(190,163,193);
    padding: 18px 20px;
}.contact_us_S05 .feedback_section_sw4:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(229,216,230);
}

@media (min-width: 992px) {.contact_us_S05 form {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.contact_us_S05 form h3 {
    grid-column: span 2;
}.contact_us_S05 .contact_query_C2I {
    grid-column: span 2;
}.contact_us_S05 .feedback_section_sw4 {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.contact_us_S05 {
    padding: 90px 0;
}.contact_us_S05 .connect_reach_XzM,
    .contact_us_S05 .request_reach_iuD {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_us_S05 {
    padding: 70px 0;
}.contact_us_S05 .request_reach_iuD div {
    flex: 0 0 100%;
}.contact_us_S05 .connect_reach_XzM,
    .contact_us_S05 .request_reach_iuD {
    padding: 40px 30px;
}.contact_us_S05 .request_reach_iuD h3,
    .contact_us_S05 form h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.contact_us_S05 {
    padding: 50px 0;
}.contact_us_S05 .connect_reach_XzM,
    .contact_us_S05 .request_reach_iuD {
    padding: 30px 25px;
}.contact_us_S05 .request_reach_iuD h3,
    .contact_us_S05 form h3 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.85);
}.contact_us_S05 form input[type="text"],
    .contact_us_S05 form input[type="email"] {
    padding: 15px;
}}.future_attendees_Yax {
    padding: 5rem 0;
    z-index: 1;
    position: relative;
    background: rgb(229,216,230);
    overflow: hidden;
}.future_attendees_Yax::before {
    top: 0;
    background: linear-gradient(135deg, 
        transparent 0%,
        rgba(rgb(153,117,151,0.5), 0.05) 25%, 
        transparent 35%,
        rgba(rgb(190,163,193,0.5), 0.05) 50%,
        transparent 65%,
        rgba(rgb(153,117,151,0.5), 0.05) 75%,
        transparent 100%
    );
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
}.future_attendees_Yax::after {
    background-image: 
        radial-gradient(rgba(rgb(190,163,193,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(153,117,151,0.5), 0.1) 2px, transparent 2px);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-position: 0 0, 25px 25px;
    top: 0;
    background-size: 50px 50px, 100px 100px;
    z-index: -1;
    opacity: 0.5;
    left: 0;
}.future_attendees_Yax .impact_facts_3kt {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1100px;
}.future_attendees_Yax h3 {
    padding-left: 2rem;
    position: relative;
    color: rgb(153,117,151);
    font-size: 38px;
    margin-bottom: 3rem;
    text-align: left;
    font-weight: 700;
}.future_attendees_Yax h3::before {
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 5px;
    top: 0;
    border-radius: 10px;
    background: linear-gradient(
        to bottom,
        rgb(153,117,151),
        rgb(190,163,193)
    );
}.future_attendees_Yax ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 2rem 1.5rem;
    list-style: none;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
}.future_attendees_Yax ul::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(190,163,193,0.5), 0.3),
        transparent
    );
    width: 1px;
}.future_attendees_Yax li {
    display: flex;
    background: rgba(rgb(153,117,151,0.5), 0.03);
    padding: 1.5rem;
    position: relative;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(rgb(153,117,151,0.5), 0.1);
    transition: all 0.3s ease;
    border-radius: 24px;
    align-items: flex-start;
}.future_attendees_Yax li::before {
    left: 0;
    position: absolute;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(190,163,193,0.5), 0.5),
        transparent
    );
    opacity: 0;
    top: 0;
    right: 0;
    height: 4px;
    content: "";
    transition: opacity 0.4s ease;
}.future_attendees_Yax li::after {
    height: 40px;
    left: -10px;
    content: "";
    top: -10px;
    width: 40px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(rgb(190,163,193,0.5), 0.15) 0%,
        transparent 70%
    );
    position: absolute;
    z-index: -1;
}.future_attendees_Yax li:hover {
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(rgb(190,163,193,0.5), 0.2);
    background: rgba(rgb(153,117,151,0.5), 0.05);
    transform: translateY(-5px);
}.future_attendees_Yax li:hover::before {
    opacity: 1;
}.future_attendees_Yax li:nth-child(odd)::after {
    left: auto;
    right: -10px;
    animation: pulseEven 3s infinite alternate ease-in-out;
}.future_attendees_Yax li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}.future_attendees_Yax li svg {
    margin-right: 1rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;
    height: 32px;
    width: 32px;
    fill: rgb(190,163,193);
}.future_attendees_Yax li svg::after {
    border-radius: 50%;
    height: 100%;
    z-index: -1;
    background: radial-gradient(
        circle,
        rgba(rgb(190,163,193,0.5), 0.3) 0%,
        transparent 70%
    );
    position: absolute;
    width: 100%;
    content: "";
}.future_attendees_Yax li svg path {
    fill: rgb(190,163,193);
    transition: fill 0.3s ease;
}.future_attendees_Yax li:hover svg {
    transform: scale(1.1);
    animation: pulse 2s infinite;
}.future_attendees_Yax li:hover svg path {
    fill: rgb(190,163,193);
}.future_attendees_Yax li {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
}

@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(190,163,193,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(190,163,193,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(190,163,193,0.5), 0.5));
    }
}

@keyframes pulseOdd {
    0% {
        opacity: 0.4;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}

@media (max-width: 992px) {.future_attendees_Yax {
    padding: 4rem 0;
}.future_attendees_Yax h3 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.future_attendees_Yax ul {
    gap: 1.5rem 1.2rem;
}
}

@media (max-width: 768px) {.future_attendees_Yax {
    padding: 3.5rem 0;
}.future_attendees_Yax .impact_facts_3kt {
    padding: 0 1.5rem;
}.future_attendees_Yax h3 {
    font-size: calc(38px * 0.8);
    padding-left: 0;
    text-align: center;
    margin-bottom: 2rem;
}.future_attendees_Yax h3::before {
    bottom: -12px;
    top: auto;
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
}.future_attendees_Yax ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.future_attendees_Yax ul::before {
    display: none;
}
}

@media (max-width: 480px) {.future_attendees_Yax {
    padding: 3rem 0;
}.future_attendees_Yax .impact_facts_3kt {
    padding: 0 1rem;
}.future_attendees_Yax h3 {
    margin-bottom: 1.8rem;
    font-size: calc(38px * 0.7);
}.future_attendees_Yax h3::before {
    width: 60px;
    height: 3px;
}.future_attendees_Yax li {
    padding: 1.2rem;
}.future_attendees_Yax li svg {
    width: 28px;
    margin-right: 0.8rem;
    height: 28px;
}.future_attendees_Yax li::after {
    top: -8px;
    height: 30px;
    left: -8px;
    width: 30px;
}}.operation_process_740 {
    padding: 6rem 2rem;
    background: linear-gradient(145deg, rgb(229,216,230), rgb(153,117,151,0.5));
    position: relative;
    isolation: isolate;
    overflow: hidden;
}.operation_process_740::before {
    content: "";
    width: 100%;
    left: 0;
    z-index: -1;
    mix-blend-mode: overlay;
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgb(190,163,193,0.5) 0%, transparent 50%);
    height: 100%;
    position: absolute;
}.operation_process_740::after {
    position: absolute;
    height: 70%;
    z-index: -1;
    right: -5%;
    background: linear-gradient(210deg, rgb(153,117,151) 0%, transparent 70%);
    opacity: 0.1;
    transition: transform 0.8s ease-out;
    transform: rotate(-15deg) skew(20deg);
    filter: blur(20px);
    width: 40%;
    bottom: -10%;
    content: "";
}.operation_process_740:hover::after {
    transform: rotate(-5deg) skew(10deg) translateY(-10px);
}.operation_process_740 .impact_facts_3kt {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2));
    max-width: 1200px;
    backdrop-filter: blur(10px);
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 1;
    position: relative;
}.operation_process_740 .impact_facts_3kt::before {
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(190,163,193), rgb(153,117,151));
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    transform-origin: left center;
    height: 100%;
}.operation_process_740 .impact_facts_3kt:hover::before {
    transform: scaleY(1.05) scaleX(1.5);
}.operation_process_740 h2 {
    position: relative;
    display: inline-block;
    font-size: 35px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.02em;
    margin-bottom: 2rem;
    transform: translateZ(0);
}.operation_process_740 h2::after {
    bottom: -10px;
    transform: scaleX(0.9);
    background: linear-gradient(90deg, rgb(190,163,193), transparent);
    left: 0;
    content: "";
    width: 80%;
    transition: transform 0.5s ease-out;
    transform-origin: left;
    height: 3px;
    position: absolute;
}.operation_process_740 .impact_facts_3kt:hover h2::after {
    transform: scaleX(1);
}.operation_process_740 .text_card_kVg {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    transform: translateY(0);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    margin-top: 1.5rem;
    border-left: 1px solid rgb(190,163,193,0.5);
}.operation_process_740 .text_card_kVg:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.operation_process_740 .text_card_kVg::before {
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0.15;
    width: 30%;
    height: 30%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, transparent, rgb(153,117,151,0.5));
    transform: translate(5%, -5%);
    transition: transform 0.6s ease;
}.operation_process_740 .text_card_kVg:hover::before {
    transform: translate(2%, -2%) scale(1.1);
}.operation_process_740 p {
    position: relative;
    transition: color 0.3s ease;
    font-weight: 400;
    line-height: 1.7;
    z-index: 1;
    font-size: 17px;
    color: #000000;
}.operation_process_740 .text_card_kVg:hover p {
    color: #000000;
}

@media (max-width: 991px) {.operation_process_740 {
    padding: 4rem 1.5rem;
}.operation_process_740 .impact_facts_3kt {
    padding: 1.5rem;
    transform: perspective(800px) rotateX(1deg);
}.operation_process_740 h2 {
    font-size: calc(35px * 0.9);
}.operation_process_740 .text_card_kVg {
    padding: 1.25rem;
}
}

@media (max-width: 767px) {.operation_process_740 {
    padding: 3rem 1rem;
}.operation_process_740 .impact_facts_3kt {
    padding: 1.25rem;
    transform: none;
}.operation_process_740 h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1.5rem;
}.operation_process_740 .text_card_kVg {
    margin-top: 1rem;
    padding: 1rem;
}.operation_process_740 p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.operation_process_740 {
    padding: 2.5rem 0.75rem;
}.operation_process_740 .impact_facts_3kt {
    padding: 1rem;
}.operation_process_740 h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.25rem;
}.operation_process_740 .text_card_kVg {
    padding: 0.75rem;
}.operation_process_740 p {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}
}

@media (min-width: 1200px) {.operation_process_740 .impact_facts_3kt {
    padding: 3rem;
    transform: perspective(1200px) rotateX(2deg);
}.operation_process_740 h2 {
    font-size: calc(35px * 1.1);
}.operation_process_740 .text_card_kVg {
    padding: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.operation_process_740 .impact_facts_3kt,
    .operation_process_740 .text_card_kVg,
    .operation_process_740 h2::after,
    .operation_process_740 .impact_facts_3kt::before,
    .operation_process_740::after {
    transform: none;
    transition: none;
}.operation_process_740 .impact_facts_3kt:hover::before,
    .operation_process_740 .text_card_kVg:hover,
    .operation_process_740 .impact_facts_3kt:hover h2::after,
    .operation_process_740:hover::after,
    .operation_process_740 .text_card_kVg:hover::before {
    transform: none;
}
}