* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.top_pagewrap_47239 {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.footer_edu_13527 {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1125px;
    margin: auto;
    max-width: 100%;
}.wrapper-skeleton_60972 {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title_board_81306 {
    justify-content: center;
    background-color: rgb(218,225,220);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
}.title_board_81306 .edu_lead_42085 {
    padding: 2rem;
    z-index: 2;
    max-width: 1400px;
    width: 100%;
    position: relative;
}.title_board_81306 .start_front_80543 {
    overflow: hidden;
    border-left: 5px solid rgb(170,192,187);
    transform: perspective(1000px) rotateY(2deg);
    padding: 4rem 3rem;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.title_board_81306 .start_front_80543::before {
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
    bottom: 0;
    backdrop-filter: blur(2px);
    background: linear-gradient(135deg, 
    rgb(170,192,187,0.5) 0%, 
    rgba(255,255,255,0.92) 50%, 
    rgb(123,110,160,0.5) 100%);
    right: 0;
    left: 0;
}.title_board_81306 .start_front_80543::after {
    position: absolute;
    background: radial-gradient(ellipse at center, 
    rgba(255,255,255,0.2) 0%, 
    rgba(255,255,255,0) 70%);
    top: -50%;
    transition: opacity 1.5s ease, transform 1.5s ease;
    left: -50%;
    content: "";
    z-index: -1;
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
    width: 200%;
    height: 200%;
}.title_board_81306 .start_front_80543:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_board_81306 .start_front_80543:hover::after {
    opacity: 0.7;
    transform: scale(1);
}.title_board_81306 .start_front_80543 span {
    animation: slideInText 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    opacity: 0;
    transform: translateX(-10px);
    position: relative;
    margin-bottom: 1.5rem;
    display: block;
}.title_board_81306 .start_front_80543 h3 {
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #000000;
    border-left: 3px solid rgb(170,192,187);
    font-family: Arial, sans-serif;
    font-size: calc(24px * 0.9);
    margin-bottom: 0;
    padding-left: 1.2rem;
    line-height: 1.5;
    max-width: 90%;
}.title_board_81306 .start_front_80543 h1 {
    animation: riseUp 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.4s forwards;
    font-family: Arial, sans-serif;
    letter-spacing: -0.01em;
    margin: 0 0 2rem;
    transform: translateY(20px);
    line-height: 1.2;
    opacity: 0;
    font-size: 47px;
    position: relative;
    color: rgb(170,192,187);
    font-weight: 700;
}.title_board_81306 .start_front_80543 h1::after {
    height: 3px;
    bottom: -0.5rem;
    left: 0;
    position: absolute;
    animation: expandLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1s forwards;
    width: 0;
    content: "";
    background-color: rgb(123,110,160);
}.title_board_81306 .start_front_80543 div div {
    opacity: 0;
    overflow: hidden;
    position: relative;
    animation: fadeIn 0.8s ease 0.7s forwards;
    transform: translateX(0);
}.title_board_81306 .start_front_80543 p {
    position: relative;
    line-height: 1.7;
    color: #000000;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.9s forwards;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    padding-right: 2rem;
    font-weight: 400;
    font-size: calc(14px * 1.1);
    margin: 1rem 0 0;
    opacity: 0;
}

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

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

@keyframes expandLine {
  from {
    width: 0;
  }
  to {
    width: 8rem;
  }
}

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

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


@media (max-width: 1200px) {.title_board_81306 .start_front_80543 {
    padding: 3.5rem 2.5rem;
}.title_board_81306 .start_front_80543 h1 {
    font-size: calc(47px * 0.9);
}
}

@media (max-width: 992px) {.title_board_81306 .edu_lead_42085 {
    padding: 1.5rem;
}.title_board_81306 .start_front_80543 {
    transform: perspective(1000px) rotateY(1deg);
    padding: 3rem 2rem;
}.title_board_81306 .start_front_80543 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px * 0.8);
}.title_board_81306 .start_front_80543 h3 {
    max-width: 95%;
    font-size: calc(24px * 0.85);
}
}

@media (max-width: 768px) {.title_board_81306 {
    min-height: 90vh;
}.title_board_81306 .start_front_80543 {
    border-left-width: 4px;
    transform: perspective(1000px) rotateY(0deg);
    padding: 2.5rem 1.5rem;
}.title_board_81306 .start_front_80543 h1 {
    font-size: calc(47px * 0.7);
    margin-bottom: 1.2rem;
}.title_board_81306 .start_front_80543 h3 {
    padding-left: 0.8rem;
    max-width: 100%;
    font-size: calc(24px * 0.8);
}.title_board_81306 .start_front_80543 p {
    font-size: 14px;
    padding-right: 0;
}
  
  @keyframes expandLine {
    from {
      width: 0;
    }
    to {
      width: 6rem;
    }
  }
}

@media (max-width: 576px) {.title_board_81306 .edu_lead_42085 {
    padding: 1rem;
}.title_board_81306 .start_front_80543 {
    border-left-width: 3px;
    padding: 2rem 1.25rem;
}.title_board_81306 .start_front_80543 h1 {
    line-height: 1.3;
    font-size: calc(47px * 0.6);
    margin-bottom: 1rem;
}.title_board_81306 .start_front_80543 h3 {
    font-size: calc(24px * 0.75);
    line-height: 1.4;
    padding-left: 0.6rem;
    border-left-width: 2px;
}.title_board_81306 .start_front_80543 p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}
  
  @keyframes expandLine {
    from {
      width: 0;
    }
    to {
      width: 5rem;
    }
  }
}

@media (max-width: 380px) {.title_board_81306 .start_front_80543 h1 {
    font-size: calc(47px * 0.55);
}.title_board_81306 .start_front_80543 h3 {
    font-size: calc(24px * 0.7);
}.title_board_81306 .start_front_80543 p {
    font-size: calc(14px * 0.85);
}}.who_we_are_60458 {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}.who_we_are_60458::before {
    background: linear-gradient(135deg, rgb(170,192,187,0.5), rgba(0, 0, 0, 0.5) 70%);
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
}.who_we_are_60458::after {
    transform: rotate(15deg);
    content: "";
    opacity: 0.3;
    z-index: 1;
    bottom: -50px;
    border: 3px solid rgb(123,110,160);
    height: 250px;
    position: absolute;
    width: 250px;
    right: -50px;
}.who_we_are_60458 .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.who_we_are_60458 .description_card_70349 {
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-left: 4px solid rgb(123,110,160);
    transform: translateY(20px);
    animation: slideUp 0.8s ease-out forwards;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(10px);
    position: relative;
    opacity: 0;
}.who_we_are_60458 .description_card_70349::before {
    height: 30px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    background-color: rgb(123,110,160);
    z-index: -1;
    position: absolute;
    left: 30px;
    content: "";
    width: 80px;
    top: -15px;
}.who_we_are_60458 h5 {
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    opacity: 0;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    color: rgb(123,110,160);
    position: relative;
    animation: slideRight 0.6s ease-out 0.3s forwards;
    transform: translateX(-10px);
    font-size: 23px;
}.who_we_are_60458 h5::after {
    position: absolute;
    content: "";
    transform: scaleX(0);
    bottom: -5px;
    transform-origin: left;
    background: linear-gradient(to right, rgb(123,110,160), transparent);
    width: 100%;
    animation: expandLine 0.6s ease-out 0.9s forwards;
    left: 0;
    height: 2px;
}.who_we_are_60458 p {
    opacity: 0;
    font-size: calc(17px * 1.2);
    transform: translateY(10px);
    margin: 0 0 20px 0;
    animation: fadeIn 0.6s ease-out 0.6s forwards;
}.who_we_are_60458 p b {
    color: #ffffff;
    padding-right: 15px;
    display: inline-block;
    position: relative;
    font-size: calc(22px * 1.1);
    font-weight: 700;
}.who_we_are_60458 p b::after {
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    right: 0;
    border-radius: 50%;
    background-color: rgb(123,110,160);
    width: 8px;
}.who_we_are_60458 ol {
    opacity: 0;
    list-style: none;
    transform: translateY(20px);
    position: relative;
    padding: 0;
    margin: 0;
    animation: fadeIn 0.8s ease-out 0.9s forwards;
}.who_we_are_60458 ol li {
    scrollbar-color: rgb(123,110,160) rgba(255, 255, 255, 0.1);
    padding-left: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    position: relative;
    line-height: 1.8;
    max-height: 400px;
    scrollbar-width: thin;
    font-size: 17px;
    overflow-y: auto;
}.who_we_are_60458 ol li::-webkit-scrollbar {
    width: 6px;
}.who_we_are_60458 ol li::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}.who_we_are_60458 ol li::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgb(123,110,160);
}.who_we_are_60458 ol li::before {
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    background-color: rgb(123,110,160);
    width: 6px;
    left: 0;
    content: "";
    height: 6px;
}

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

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

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

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

@media (max-width: 992px) {.who_we_are_60458 {
    padding: 80px 0;
}.who_we_are_60458 .description_card_70349 {
    padding: 30px;
}.who_we_are_60458 h5 {
    font-size: calc(23px * 0.9);
    margin-bottom: 10px;
}.who_we_are_60458 p {
    font-size: 17px;
}.who_we_are_60458 ol li {
    max-height: 300px;
}
}

@media (max-width: 768px) {.who_we_are_60458 {
    padding: 60px 0;
}.who_we_are_60458::after {
    width: 150px;
    right: -30px;
    height: 150px;
    bottom: -30px;
}.who_we_are_60458 .description_card_70349 {
    padding: 25px 20px;
}.who_we_are_60458 h5 {
    font-size: calc(23px * 0.85);
}.who_we_are_60458 p b {
    font-size: 22px;
}.who_we_are_60458 ol li {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
    max-height: 250px;
}
}

@media (max-width: 576px) {.who_we_are_60458 {
    padding: 50px 0;
}.who_we_are_60458 .description_card_70349::before {
    top: -10px;
    left: 20px;
    width: 60px;
}.who_we_are_60458 .description_card_70349 {
    padding: 20px 15px;
}.who_we_are_60458 h5 {
    font-size: calc(23px * 0.8);
    letter-spacing: 1px;
}.who_we_are_60458 p {
    font-size: calc(17px * 0.95);
    margin-bottom: 15px;
}.who_we_are_60458 ol li {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
    max-height: 200px;
}}.academic_experience_12863 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,225,220), rgb(170,192,187,0.5));
    position: relative;
    padding: 5rem 2rem;
}.academic_experience_12863::before {
    width: 100%;
    z-index: 1;
    content: "";
    opacity: 0.1;
    top: 0;
    background: repeating-linear-gradient(45deg, rgb(123,110,160,0.5) 0px, transparent 2px, transparent 10px);
    height: 100%;
    position: absolute;
    left: 0;
}.academic_experience_12863 .user_opinions_96710 {
    overflow: hidden;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    display: flex;
    gap: 4rem;
    background: #ffffff;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}.academic_experience_12863 .img_overlay_box_73852 {
    height: 450px;
    transition: all 0.4s ease;
    position: relative;
    flex-shrink: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    width: 40%;
}.academic_experience_12863 .img_overlay_box_73852::after {
    opacity: 0.5;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(170,192,187,0.5), transparent);
    position: absolute;
    height: 100%;
    top: 0;
}.academic_experience_12863 .work_items_50234 {
    position: relative;
    padding: 3rem;
    width: 60%;
}.academic_experience_12863 .name {
    color: #000000;
    font-size: 34px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
}.academic_experience_12863 .name::after {
    content: "";
    background: rgb(170,192,187);
    position: absolute;
    width: 50%;
    left: 0;
    bottom: -8px;
    transition: width 0.3s ease;
    height: 3px;
}.academic_experience_12863 .work_items_50234 > div:nth-child(2) {
    font-size: 22px;
    color: rgb(123,110,160);
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-left: 2px;
}.academic_experience_12863 .employee_details_30672 {
    font-family: Arial, sans-serif;
    color: #000000;
    padding-left: 1.5rem;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
}.academic_experience_12863 .employee_details_30672::before {
    opacity: 0.4;
    content: "";
    top: -2rem;
    font-size: 4rem;
    left: -1rem;
    color: rgb(170,192,187,0.5);
    position: absolute;
}.academic_experience_12863 .user_opinions_96710:hover .img_overlay_box_73852 {
    transform: scale(1.03);
}.academic_experience_12863 .user_opinions_96710:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.academic_experience_12863 .user_opinions_96710 {
    gap: 2rem;
    flex-direction: column;
}.academic_experience_12863 .img_overlay_box_73852 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 350px;
    width: 100%;
}.academic_experience_12863 .work_items_50234 {
    width: 100%;
    padding: 0 2rem 2rem;
}
}

@media (max-width: 576px) {.academic_experience_12863 {
    padding: 3rem 1rem;
}.academic_experience_12863 .img_overlay_box_73852 {
    height: 280px;
}.academic_experience_12863 .work_items_50234 {
    padding: 0 1.5rem 1.5rem;
}.academic_experience_12863 .name {
    font-size: calc(34px * 0.85);
}.academic_experience_12863 .employee_details_30672 {
    font-size: calc(14px * 0.95);
}}.training_structure_52360 {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(170,192,187,0.5), rgb(123,110,160) 120%);
    position: relative;
}.training_structure_52360::before {
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}.training_structure_52360::after {
    right: -5%;
    z-index: 0;
    opacity: 0.15;
    content: "";
    filter: blur(20px);
    transform: rotate(-15deg) skewX(30deg);
    top: -10%;
    position: absolute;
    width: 40%;
    background: linear-gradient(
        145deg,
        rgb(123,110,160),
        rgb(170,192,187,0.5) 60%,
        transparent
    );
    height: 70%;
    animation: floatEffect 15s infinite alternate ease-in-out;
}.training_structure_52360 .path_impact_93814 {
    max-width: 1200px;
    gap: 3rem;
    opacity: 0;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 2;
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
    padding: 2rem;
    margin: 0 auto;
    transform: translateY(20px);
}.training_structure_52360 h2 {
    color: #ffffff;
    transform: perspective(1000px) rotateX(0deg);
    line-height: 1.3;
    padding-bottom: 1.2rem;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    transition: transform 0.5s ease;
    font-size: 32px;
}.training_structure_52360 h2::before {
    height: 4px;
    background: linear-gradient(90deg, #ffffff, transparent);
    transform: scaleX(1);
    transform-origin: left;
    content: "";
    transition: transform 0.5s ease-out;
    position: absolute;
    bottom: 0;
    width: 80px;
    left: 0;
}.training_structure_52360 h2::after {
    position: absolute;
    transform: scaleX(0.8);
    width: 120px;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5), transparent);
    content: "";
    bottom: -10px;
    height: 2px;
    transform-origin: left;
    transition: transform 0.5s 0.2s ease-out;
    left: 0;
}.training_structure_52360:hover h2::before {
    transform: scaleX(1.2);
}.training_structure_52360:hover h2::after {
    transform: scaleX(1.5);
}.training_structure_52360 .description_card_70349 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    position: relative;
    backdrop-filter: blur(10px);
}.training_structure_52360 .description_card_70349::before {
    position: absolute;
    transition: opacity 0.5s ease;
    left: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(to right, 
                rgba(255, 255, 255, 0.1) 0%, 
                rgba(255, 255, 255, 0.05) 15%, 
                rgba(255, 255, 255, 0) 60%);
    width: 100%;
    top: 0;
    opacity: 0;
    height: 100%;
}.training_structure_52360 .description_card_70349:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
    transform: translateY(-10px);
}.training_structure_52360 .description_card_70349:hover::before {
    opacity: 1;
}.training_structure_52360 p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.8;
    z-index: 2;
    margin: 0;
}.training_structure_52360 p::first-letter {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.5em;
}

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

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

@media (min-width: 768px) {.training_structure_52360 {
    padding: 7rem 0;
}.training_structure_52360 .path_impact_93814 {
    padding: 3rem;
    gap: 4rem;
    grid-template-columns: 1fr;
}.training_structure_52360 h2 {
    font-size: calc(32px * 1.2);
    max-width: 80%;
    margin-bottom: 2.5rem;
}.training_structure_52360 .description_card_70349 {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.training_structure_52360 p {
    line-height: 1.9;
    font-size: calc(18px * 1.1);
}
}

@media (min-width: 992px) {.training_structure_52360 {
    padding: 8rem 0;
}.training_structure_52360 .path_impact_93814 {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 5rem;
    align-items: center;
}.training_structure_52360 h2 {
    grid-column: 1 / 2;
    font-size: calc(32px * 1.4);
    margin-bottom: 0;
}.training_structure_52360 .description_card_70349 {
    transform: translateX(-20px);
    opacity: 0;
    grid-column: 2 / 3;
    padding: 3.5rem;
    animation: fadeInRight 0.8s 0.4s forwards ease-out;
}
    
    @keyframes fadeInRight {
        0% {
            opacity: 0;
            transform: translateX(-20px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
}

@media (min-width: 1200px) {.training_structure_52360 {
    padding: 10rem 0;
}.training_structure_52360 .path_impact_93814 {
    gap: 7rem;
}.training_structure_52360 h2 {
    font-size: calc(32px * 1.5);
}.training_structure_52360 .description_card_70349 {
    padding: 4rem;
}.training_structure_52360 p {
    line-height: 2;
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 767px) {.training_structure_52360 {
    padding: 4rem 0;
}.training_structure_52360 .path_impact_93814 {
    padding: 1.5rem;
    gap: 2rem;
}.training_structure_52360 h2 {
    padding-bottom: 1rem;
    font-size: calc(32px * 0.9);
    margin-bottom: 1.2rem;
}.training_structure_52360 h2::before {
    width: 60px;
    height: 3px;
}.training_structure_52360 h2::after {
    height: 1px;
    width: 90px;
}.training_structure_52360 .description_card_70349 {
    padding: 1.8rem;
    clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
}.training_structure_52360 p {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}}header {
    background-color: rgb(218,225,220);
    z-index: 1000;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    padding: 1.2rem 0;
}header::before {
    z-index: -1;
    opacity: 0.15;
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    animation: gridMove 40s linear infinite;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(170,192,187,0.5) 49.5%, rgb(170,192,187,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(123,110,160,0.5) 49.5%, rgb(123,110,160,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    width: 100%;
}header::after {
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(90deg, 
        rgb(170,192,187) 0%, 
        rgb(123,110,160) 50%, 
        rgb(170,192,187) 100%);
    left: 0;
}header .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}header .head_teach_31264 {
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
}header .header_bar_15720 {
    border-radius: 21px;
    gap: 0.5rem;
    display: flex;
    position: relative;
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}header .header_primary_51024 {
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    padding: 0.7rem 1.2rem;
    color: #ffffff;
    font-weight: 400;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    font-family: Arial, sans-serif;
}header .header_primary_51024::before {
    z-index: -1;
    background: linear-gradient(45deg, rgb(170,192,187), rgb(123,110,160));
    opacity: 0;
    left: -2px;
    right: -2px;
    bottom: -2px;
    top: -2px;
    position: absolute;
    transition: all 0.3s ease;
    transform: scale(0.95);
    border-radius: calc(10px + 2px);
    content: '';
}header .header_primary_51024::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(170,192,187);
    bottom: 0;
    left: 0;
    border-radius: 10px;
}header .header_primary_51024:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}header .header_primary_51024:hover::before {
    opacity: 1;
    transform: scale(1);
}header .nav_lesson_70319 {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    text-decoration: none;
    overflow: hidden;
    display: flex;
}header .nav_lesson_70319::before {
    height: 100%;
    content: '';
    top: 0;
    left: -100%;
    transition: 0.5s;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    width: 100%;
    position: absolute;
}header .nav_lesson_70319:hover::before {
    left: 100%;
}header .nav_lesson_70319 svg {
    z-index: 2;
    position: relative;
    height: auto;
    width: 160px;
}

@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 .header_bar_15720 {
    gap: 0.3rem;
}header .header_primary_51024 {
    font-size: calc(15px - 1px);
    padding: 0.6rem 0.8rem;
}header .nav_lesson_70319 svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .head_teach_31264 {
    flex-direction: column;
}header .header_bar_15720 {
    gap: 0.5rem;
    padding: 10px;
    flex-wrap: wrap;
    order: 2;
    margin-top: 1rem;
    justify-content: center;
    width: 100%;
}header .header_primary_51024 {
    padding: 0.5rem 0.7rem;
    font-size: calc(15px - 2px);
}header .nav_lesson_70319 {
    margin-bottom: 0.5rem;
    order: 1;
}header .nav_lesson_70319 svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .header_bar_15720 {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .header_bar_15720::-webkit-scrollbar {
    height: 3px;
}header .header_bar_15720::-webkit-scrollbar-thumb {
    background: rgb(170,192,187);
    border-radius: 10px;
}header .header_primary_51024 {
    white-space: nowrap;
}header .nav_lesson_70319 svg {
    width: 110px;
}}.course_structure_28163 {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(218,225,220) 0%, rgba(249, 249, 249, 0.95) 100%);
}.course_structure_28163::before {
    right: 0;
    left: 0;
    opacity: 0.05;
    content: "";
    top: 0;
    background-size: 60px 60px;
    bottom: 0;
    position: absolute;
    z-index: 0;
    background-image: 
        linear-gradient(45deg, rgb(123,110,160,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(123,110,160,0.5) 25%, transparent 25%);
}.course_structure_28163 .container {
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.course_structure_28163 .tech_skills_67549 {
    animation: fadeIn 0.8s ease-out forwards 0.3s;
    transform: translateY(20px);
    opacity: 0;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}.course_structure_28163 .img_overlay_box_73852 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 380px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
}.course_structure_28163 .img_overlay_box_73852::after {
    position: absolute;
    background: linear-gradient(to bottom right, 
                rgb(170,192,187,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(123,110,160,0.5) 100%);
    top: 0;
    bottom: 0;
    content: "";
    transition: opacity 0.6s ease;
    opacity: 0.5;
    z-index: 1;
    right: 0;
    left: 0;
}.course_structure_28163 .img_overlay_box_73852:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_structure_28163 .img_overlay_box_73852:hover::after {
    opacity: 0.2;
}.course_structure_28163 .description_card_70349 {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2rem;
    justify-content: center;
    flex-direction: column;
    transform: translateX(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
}.course_structure_28163 .description_card_70349::before {
    content: "";
    height: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    background: linear-gradient(to bottom, rgb(170,192,187), rgb(123,110,160));
    width: 5px;
    left: 0;
    position: absolute;
}.course_structure_28163 .tech_skills_67549:hover .description_card_70349::before {
    height: 100%;
}.course_structure_28163 h3 {
    transition: transform 0.4s ease;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: calc(21px * 1.1);
    position: relative;
    font-weight: 700;
    padding-bottom: 1rem;
}.course_structure_28163 h3::after {
    width: 60px;
    transition: width 0.5s ease;
    position: absolute;
    background: linear-gradient(90deg, rgb(170,192,187), rgb(123,110,160));
    left: 0;
    height: 3px;
    bottom: 0;
    content: "";
}.course_structure_28163 .description_card_70349:hover h3 {
    transform: translateY(-5px);
}.course_structure_28163 .description_card_70349:hover h3::after {
    width: 100px;
}.course_structure_28163 .description {
    position: relative;
    font-size: 12px;
    overflow-y: auto;
    padding-right: 1rem;
    max-height: 200px;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
}.course_structure_28163 .description::-webkit-scrollbar {
    width: 4px;
}.course_structure_28163 .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}.course_structure_28163 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(123,110,160,0.5);
}.course_structure_28163 span.description {
    display: none;
}

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

@media (min-width: 768px) {.course_structure_28163 {
    padding: 8rem 0;
}.course_structure_28163 .tech_skills_67549 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.course_structure_28163 .description_card_70349 {
    transform: translateX(-30px);
}.course_structure_28163 .tech_skills_67549:hover .description_card_70349 {
    transform: translateX(0);
}.course_structure_28163 .img_overlay_box_73852 {
    height: 480px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.course_structure_28163 .img_overlay_box_73852:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.course_structure_28163 h3 {
    font-size: 21px;
}
}

@media (min-width: 992px) {.course_structure_28163 {
    padding: 10rem 0;
}.course_structure_28163 .container {
    padding: 0 3rem;
}.course_structure_28163 .tech_skills_67549 {
    gap: 6rem;
}.course_structure_28163 .description_card_70349 {
    padding: 3rem;
}.course_structure_28163 .img_overlay_box_73852 {
    height: 550px;
}.course_structure_28163 h3 {
    margin-bottom: 2rem;
    font-size: calc(21px * 1.2);
}.course_structure_28163 .description {
    line-height: 1.8;
    max-height: 300px;
}
}

@media (max-width: 767px) {.course_structure_28163 {
    padding: 4rem 0;
}.course_structure_28163 .container {
    padding: 0 1.5rem;
}.course_structure_28163 .img_overlay_box_73852 {
    height: 280px;
    margin-bottom: 1rem;
}.course_structure_28163 .description_card_70349 {
    padding: 1.5rem;
}.course_structure_28163 h3 {
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    font-size: calc(19px * 1.1);
}.course_structure_28163 .description {
    max-height: 180px;
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}.launch_now_82579 {
    transform-style: preserve-3d;
    background: linear-gradient(135deg, rgb(170,192,187,0.5), rgb(170,192,187));
    perspective: 1000px;
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.launch_now_82579::before,
.launch_now_82579::after {
    width: 100%;
    left: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    content: '';
    top: 0;
}.launch_now_82579::before {
    transform: translateZ(-10px) rotateX(5deg);
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 40%, transparent 60%);
}.launch_now_82579::after {
    background: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 12px
  );
    filter: blur(1px);
    opacity: 0.7;
}.launch_now_82579 .container {
    border-radius: 4px;
    position: relative;
    z-index: 2;
    transform: translateZ(20px);
    margin: 0 auto;
    max-width: 1200px;
    transform-style: preserve-3d;
    background: rgba(255, 255, 255, 0.08);
    padding: 0 2rem;
    border-bottom: 3px solid rgb(123,110,160);
    border: 1px solid rgba(255, 255, 255, 0.15);
    animation: container-rise 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
}.launch_now_82579 h2 {
    animation: text-fade 0.8s ease-out 0.3s forwards;
    font-size: 29px;
    margin-bottom: 3rem;
    letter-spacing: -0.01em;
    text-align: center;
    line-height: 1.4;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    font-weight: 700;
    transform: translateY(10px);
    color: #ffffff;
}.launch_now_82579 h2::before {
    position: absolute;
    content: '';
    background: rgb(123,110,160);
    height: 3px;
    border-radius: 1px;
    bottom: -12px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
}.launch_now_82579 .path_impact_93814 {
    justify-content: center;
    align-items: center;
    opacity: 0;
    display: flex;
    transform: translateZ(30px);
    gap: 2rem;
    transform-style: preserve-3d;
    animation: holder-fade 0.8s ease-out 0.6s forwards;
}.launch_now_82579 svg {
    width: 48px;
    height: 48px;
    animation: svg-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s forwards;
    transform: scale(0);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.launch_now_82579 svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.launch_now_82579 .request_inquiry_07185 {
    padding: 1rem 2.5rem;
    transform: translateY(0);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    color: #000000;
    font-weight: 600;
    border: none;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1),
              0 6px 6px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
}.launch_now_82579 .request_inquiry_07185::before {
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
    position: absolute;
    height: 100%;
    left: -100%;
    top: 0;
    width: 100%;
    transition: all 0.6s ease;
    content: '';
}.launch_now_82579 .request_inquiry_07185:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2),
              0 10px 10px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.2);
    background: rgb(123,110,160);
    color: #ffffff;
}.launch_now_82579 .request_inquiry_07185:hover::before {
    left: 100%;
}.launch_now_82579 .request_inquiry_07185:active {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes container-rise {
  0% {
    transform: translateZ(0) translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateZ(20px) translateY(0);
    opacity: 1;
  }
}

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

@keyframes holder-fade {
  0% {
    opacity: 0;
    transform: translateZ(10px);
  }
  100% {
    opacity: 1;
    transform: translateZ(30px);
  }
}

@keyframes svg-pop {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 992px) {.launch_now_82579 {
    padding: 5rem 0;
}.launch_now_82579 .container {
    padding: 2.5rem 2rem;
}.launch_now_82579 h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.launch_now_82579 {
    padding: 4rem 0;
}.launch_now_82579 .container {
    padding: 2rem 1.5rem;
}.launch_now_82579 .path_impact_93814 {
    flex-direction: column;
    gap: 1.5rem;
}.launch_now_82579 h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.launch_now_82579 svg {
    height: 40px;
    width: 40px;
}.launch_now_82579 .request_inquiry_07185 {
    text-align: center;
    width: 100%;
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.launch_now_82579 {
    padding: 3rem 0;
}.launch_now_82579 .container {
    padding: 1.5rem 1rem;
}.launch_now_82579 h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.5rem;
}.launch_now_82579 svg {
    height: 36px;
    width: 36px;
}.launch_now_82579 .request_inquiry_07185 {
    font-size: calc(14px * 0.9);
    padding: 0.8rem 1.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.launch_now_82579 .container,
  .launch_now_82579 h2,
  .launch_now_82579 .path_impact_93814,
  .launch_now_82579 svg {
    transform: none;
    opacity: 1;
    animation: none;
}.launch_now_82579 .request_inquiry_07185::before {
    display: none;
}}.aspiring_learners_08396 {
    padding: 110px 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}.aspiring_learners_08396::before {
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    opacity: 0.1;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, 
                rgb(170,192,187,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(123,110,160,0.5) 100%);
}.aspiring_learners_08396 .container {
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.aspiring_learners_08396 .path_impact_93814 {
    position: relative;
}.aspiring_learners_08396 h4 {
    letter-spacing: 0.5px;
    font-size: 29px;
    text-align: center;
    position: relative;
    color: #000000;
    margin-bottom: 50px;
    font-weight: 700;
    padding-bottom: 15px;
}.aspiring_learners_08396 h4::after {
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    content: "";
    width: 80px;
    background: rgb(170,192,187);
    border-radius: 10px;
    bottom: 0;
}.aspiring_learners_08396 div > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.aspiring_learners_08396 p {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 25px 30px;
    position: relative;
    border-radius: 27px;
    background: #ffffff;
    overflow: hidden;
    align-items: center;
    color: #000000;
    display: flex;
    font-size: 17px;
    margin: 0;
}.aspiring_learners_08396 p::before {
    left: 0;
    top: 0;
    height: 100%;
    background: rgb(170,192,187);
    width: 5px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
}.aspiring_learners_08396 p::after {
    background: linear-gradient(90deg, 
                rgb(170,192,187,0.5) 0%, 
                transparent 30%);
    top: 0;
    position: absolute;
    content: "";
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
}.aspiring_learners_08396 p:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}.aspiring_learners_08396 p:hover::before {
    width: 8px;
}.aspiring_learners_08396 p:hover::after {
    opacity: 0.2;
}.aspiring_learners_08396 p svg {
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 28px;
    width: 28px;
    margin-right: 20px;
}.aspiring_learners_08396 p svg path {
    fill: rgb(170,192,187);
    transition: fill 0.3s ease;
}.aspiring_learners_08396 p:hover svg {
    transform: scale(1.2);
}.aspiring_learners_08396 p:hover svg path {
    fill: rgb(123,110,160);
}.aspiring_learners_08396 p:nth-child(even)::before {
    background: rgb(123,110,160);
}.aspiring_learners_08396 p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(123,110,160,0.5) 0%, 
                transparent 30%);
}@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.aspiring_learners_08396 .path_impact_93814 > div p {
    animation: fadeInSlide 0.5s ease forwards;
    opacity: 0;
}.aspiring_learners_08396 .path_impact_93814 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.aspiring_learners_08396 .path_impact_93814 > div p:nth-child(2) {
    animation-delay: 0.2s;
}.aspiring_learners_08396 .path_impact_93814 > div p:nth-child(3) {
    animation-delay: 0.3s;
}.aspiring_learners_08396 .path_impact_93814 > div p:nth-child(4) {
    animation-delay: 0.4s;
}.aspiring_learners_08396 .path_impact_93814 > div p:nth-child(5) {
    animation-delay: 0.5s;
}.aspiring_learners_08396 .path_impact_93814 > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.aspiring_learners_08396 {
    padding: 90px 0;
}.aspiring_learners_08396 h4 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.aspiring_learners_08396 div > div {
    gap: 18px;
}.aspiring_learners_08396 p {
    padding: 20px 25px;
}.aspiring_learners_08396 p svg {
    width: 25px;
    margin-right: 15px;
    height: 25px;
}
}

@media (max-width: 768px) {.aspiring_learners_08396 {
    padding: 70px 0;
}.aspiring_learners_08396 h4 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.aspiring_learners_08396 h4::after {
    width: 60px;
}.aspiring_learners_08396 div > div {
    gap: 15px;
}.aspiring_learners_08396 p {
    padding: 18px 20px;
}
}

@media (max-width: 576px) {.aspiring_learners_08396 {
    padding: 60px 0;
}.aspiring_learners_08396 h4 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: calc(29px * 0.7);
}.aspiring_learners_08396 h4::after {
    width: 50px;
    height: 2px;
}.aspiring_learners_08396 div > div {
    gap: 12px;
}.aspiring_learners_08396 p {
    font-size: calc(17px * 0.9);
    padding: 15px;
}.aspiring_learners_08396 p svg {
    height: 22px;
    margin-right: 12px;
    width: 22px;
}.aspiring_learners_08396 p:hover {
    transform: translateX(5px);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    opacity: 0.9;
    background: linear-gradient(to right, rgb(123,110,160), rgb(170,192,187));
    bottom: 0;
    content: "";
    z-index: -2;
}footer::after {
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: -1;
    top: 0;
    content: "";
}.footer_edu_13527 {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}.footer_edu_13527::before {
    content: "";
    height: 10px;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(170,192,187), rgb(123,110,160), rgb(170,192,187));
    left: 0;
}.footer_edu_13527 .container {
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    display: grid;
}.footer_edu_13527 .company_holder {
    position: relative;
    padding: 0;
    grid-column: span 5;
}.footer_edu_13527 .company_holder h3 {
    padding-bottom: 1rem;
    position: relative;
    font-weight: 700;
    font-size: 36px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    margin: 0 0 1.5rem;
}.footer_edu_13527 .company_holder h3::after {
    width: 80px;
    position: absolute;
    background: #ffffff;
    bottom: -2px;
    left: 0;
    content: "";
    height: 2px;
}.footer_edu_13527 .collab_net_45867 {
    line-height: 1.7;
    font-size: 12px;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    margin-top: 1.5rem;
    padding: 0 0 0 1.5rem;
    position: relative;
    color: #ffffff;
}.footer_edu_13527 .footer_clients_92436 {
    grid-column: span 7;
}.footer_edu_13527 .head_skill_04287 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.footer_edu_13527 .header_bar_15720 {
    position: relative;
}.footer_edu_13527 .header_bar_15720 h5 {
    font-size: 21px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    margin: 0 0 1.5rem;
    position: relative;
    font-weight: 600;
    padding-bottom: 0.8rem;
}.footer_edu_13527 .header_bar_15720 h5::after {
    background: #ffffff;
    bottom: -2px;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    width: 40px;
}.footer_edu_13527 .header_bar_15720 .head_skill_04287 {
    gap: 1rem;
    display: grid;
}.footer_edu_13527 .header_bar_15720 .head_skill_04287 a {
    font-size: 12px;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    align-items: center;
}.footer_edu_13527 .header_bar_15720 .head_skill_04287 a::after {
    margin-left: 0.5rem;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-5px);
    content: "\2192";
}.footer_edu_13527 .header_bar_15720 .head_skill_04287 a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.footer_edu_13527 .header_bar_15720 .head_skill_04287 a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.access_help_42819 {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    margin-top: 4rem;
}.access_help_42819 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.access_help_42819 .study_bottom_41592 {
    padding: 0 1rem;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.9;
    text-align: center;
    position: relative;
}.footer_edu_13527::after {
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    right: 2rem;
    position: absolute;
    width: 50px;
    top: 2rem;
}.footer_edu_13527 .company_holder::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 50px;
    content: "";
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}.footer_edu_13527 .company_holder::after {
    left: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    content: "";
    position: absolute;
    height: 50px;
    bottom: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}.footer_edu_13527 .footer_clients_92436::after {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
    height: 50px;
}

@media (max-width: 1200px) {.footer_edu_13527 .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.footer_edu_13527 {
    padding: 4rem 0 2rem;
}.footer_edu_13527 .container {
    grid-template-columns: 1fr;
}.footer_edu_13527 .company_holder,
    .footer_edu_13527 .footer_clients_92436 {
    grid-column: span 12;
}.footer_edu_13527 .company_holder {
    margin-bottom: 2rem;
}.footer_edu_13527::after,
    .footer_edu_13527 .company_holder::before,
    .footer_edu_13527 .company_holder::after,
    .footer_edu_13527 .footer_clients_92436::after {
    display: none;
}
}

@media (max-width: 768px) {.footer_edu_13527 {
    padding: 3rem 0 1.5rem;
}.footer_edu_13527 .head_skill_04287 {
    gap: 1.5rem;
}.footer_edu_13527 .company_holder h3 {
    font-size: calc(36px - 2px);
}.access_help_42819 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.footer_edu_13527 {
    padding: 2.5rem 0 1rem;
}.footer_edu_13527 .head_skill_04287 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.footer_edu_13527 .collab_net_45867 {
    padding-left: 1rem;
}.access_help_42819 {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.footer_edu_13527 .company_holder h3::after,
    .footer_edu_13527 .header_bar_15720 h5::after {
    width: 30px;
}.footer_edu_13527 .header_bar_15720 .head_skill_04287 a:hover {
    padding-left: 0.3rem;
}}.cookie_overlay_window_64972 {
    bottom: 0;
    border-top: 3px solid rgb(170,192,187);
    font-family: Arial, sans-serif;
    width: 100%;
    background: #ffffff;
    z-index: 1050;
    transition: all 0.3s ease-in-out;
    padding: 15px 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    position: fixed;
}.accept_cookies_84753 {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.track_prefs_12740 {
    margin-right: 15px;
    flex-shrink: 0;
}.track_prefs_12740 svg {
    fill: rgb(170,192,187);
    width: 50px;
    transition: fill 0.3s ease-in-out;
    height: 50px;
}.track_bar_52708 {
    margin-right: 15px;
    flex-grow: 1;
}.track_bar_52708 h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: rgb(170,192,187);
}.track_bar_52708 p {
    font-size: 15px;
    margin-bottom: 0;
    color: #000000;
}.gdpr_banner_69805 {
    line-height: 1.5;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    user-select: none;
    text-decoration: none;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    white-space: nowrap;
    font-size: 18px;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
}.cookie_button.user_default_63514 {
    border-color: rgb(170,192,187);
    background-color: rgb(170,192,187);
    color: #ffffff;
}#cookieNoticeBanner_87026 {
    display: none;
}#cookieNoticeBanner_87026:checked ~ .cookie_overlay_window_64972 {
    visibility: hidden;
    opacity: 0;
}.cookie_button.user_default_63514:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.visitor_privacy_89740 {
    background-color: rgb(123,110,160);
    border-color: rgb(123,110,160);
    color: #000000;
}.cookie_button.visitor_privacy_89740:hover {
    color: #ffffff;
    border-color: rgb(170,192,187);
    background-color: rgb(170,192,187);
}.cookie_overlay_window_64972 p a {
    color: rgb(170,192,187);
    text-decoration: underline;
}.cookie_overlay_window_64972 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.track_bar_52708 h5 {
    font-size: calc(20px - 2px);
}.track_bar_52708 p {
    font-size: calc(15px - 2px);
}.gdpr_banner_69805 {
    font-size: calc(18px - 2px);
}
}
@media (max-width: 800px) {.accept_cookies_84753 {
    flex-direction: column;
    align-items: center;
}.track_prefs_12740 {
    margin-bottom: 10px;
}.track_bar_52708 {
    text-align: center;
    margin-bottom: 15px;
}.gdpr_banner_69805 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
.membership_plan_48570 {
    position: relative;
    overflow: hidden;
    background-color: rgb(218,225,220);
    padding: 120px 0;
}.membership_plan_48570::before {
    height: 120%;
    transform: rotate(-3deg);
    content: "";
    position: absolute;
    top: -10%;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    z-index: 0;
    width: 110%;
    left: -5%;
}.membership_plan_48570 .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
}.membership_plan_48570 .fee_offers_81926 {
    display: flex;
    flex-direction: column;
}.membership_plan_48570 .study_sub_17825 {
    order: 1;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}.membership_plan_48570 .study_sub_17825 h2 {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    background: linear-gradient(120deg, rgb(123,110,160), rgb(170,192,187));
    color: #000000;
    font-size: 30px;
}.membership_plan_48570 .study_sub_17825:hover h2 {
    transform: translateY(-5px);
}.membership_plan_48570 .price_plan_14932 {
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    font-size: 14px;
    max-width: 700px;
    position: relative;
}.membership_plan_48570 .price_plan_14932::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(123,110,160), rgb(170,192,187));
    height: 3px;
    transform: translateX(-50%) scaleX(0.7);
    transition: transform 0.5s ease;
    position: absolute;
    content: "";
    width: 100px;
    bottom: -15px;
}.membership_plan_48570 .study_sub_17825:hover .price_plan_14932::after {
    transform: translateX(-50%) scaleX(1);
}.membership_plan_48570 .study_rates_35014 {
    gap: 30px;
    order: 2;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}.membership_plan_48570 .rate_plans_82139 {
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    z-index: 1;
    border-radius: 28px;
    perspective: 1000px;
    transform-style: preserve-3d;
}.membership_plan_48570 .rate_plans_82139::before {
    height: 5px;
    z-index: 2;
    transform: scaleX(0.85);
    left: 0;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(123,110,160), rgb(170,192,187));
    position: absolute;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
}.membership_plan_48570 .rate_plans_82139:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}.membership_plan_48570 .rate_plans_82139:hover::before {
    transform: scaleX(1);
}.membership_plan_48570 .pricing_offers_03621 {
    display: flex;
    height: 100%;
    flex-direction: column;
}.membership_plan_48570 .rate_card_71036 {
    flex-direction: column;
    z-index: 1;
    overflow: hidden;
    display: flex;
    position: relative;
    flex-grow: 1;
    padding: 30px;
}.membership_plan_48570 .rate_card_71036::before {
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}.membership_plan_48570 .rate_card_71036 h3 {
    transition: transform 0.4s ease;
    margin-bottom: 15px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: calc(18px + 2px);
}.membership_plan_48570 .rate_plans_82139:hover .rate_card_71036 h3 {
    transform: translateX(5px);
}.membership_plan_48570 .price_tiers_34561 {
    transition: transform 0.4s ease, color 0.4s ease;
    display: inline-block;
    color: rgb(170,192,187);
    margin-bottom: 20px;
    font-weight: 700;
    padding: 5px 10px;
    font-size: calc(18px + 8px);
    position: relative;
}.membership_plan_48570 .price_tiers_34561::before {
    transform: scaleX(0.3);
    background: linear-gradient(90deg, rgb(123,110,160), rgb(170,192,187));
    left: 0;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    position: absolute;
    bottom: 0;
    content: "";
    height: 2px;
}.membership_plan_48570 .rate_plans_82139:hover .price_tiers_34561 {
    transform: translateY(-5px);
    color: rgb(123,110,160);
}.membership_plan_48570 .rate_plans_82139:hover .price_tiers_34561::before {
    transform: scaleX(1);
}.membership_plan_48570 .rate_card_71036 p {
    max-width: 100%;
    color: #000000;
    margin-bottom: 0;
    overflow-wrap: break-word;
    font-size: 14px;
    flex-grow: 1;
    hyphens: auto;
    line-height: 1.6;
    word-wrap: break-word;
}.membership_plan_48570 .img_overlay_box_73852 {
    height: 200px;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    overflow: hidden;
    position: relative;
}.membership_plan_48570 .img_overlay_box_73852::after {
    left: 0;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    height: 100%;
    content: "";
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
}.membership_plan_48570 .rate_plans_82139:hover .img_overlay_box_73852 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.membership_plan_48570 .study_rates_35014 {
    grid-template-columns: repeat(2, 1fr);
}.membership_plan_48570 .rate_card_71036 {
    padding: 35px;
}.membership_plan_48570 .img_overlay_box_73852 {
    height: 220px;
}
}

@media (min-width: 992px) {.membership_plan_48570 .fee_offers_81926 {
    align-items: center;
    flex-direction: row;
    gap: 60px;
}.membership_plan_48570 .study_sub_17825 {
    order: 2;
    flex: 0 0 30%;
    text-align: left;
    margin-bottom: 0;
}.membership_plan_48570 .study_rates_35014 {
    order: 1;
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
}.membership_plan_48570 .price_plan_14932::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.membership_plan_48570 .study_sub_17825:hover .price_plan_14932::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.membership_plan_48570 {
    padding: 150px 0;
}.membership_plan_48570 .study_rates_35014 {
    gap: 40px;
}.membership_plan_48570 .rate_plans_82139 {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.membership_plan_48570 .rate_plans_82139:hover {
    transform: translateY(-15px) scale(1.02);
}.membership_plan_48570 .rate_plans_82139:nth-child(even) {
    transform: translateY(15px);
}.membership_plan_48570 .rate_plans_82139:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.membership_plan_48570 .img_overlay_box_73852 {
    height: 250px;
}}.privacy_panel_01285 {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    background: #ffffff;
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 40px;
    max-width: 1000px;
}.privacy_panel_01285:before, .privacy_panel_01285:after {
    content: "";
    background: rgb(170,192,187,0.5);
    border-radius: 50%;
    position: absolute;
    z-index: 0;
}.privacy_panel_01285:before {
    height: 200px;
    top: -100px;
    width: 200px;
    left: -100px;
}.privacy_panel_01285:after {
    height: 150px;
    right: -75px;
    width: 150px;
    bottom: -75px;
}.privacy_panel_01285 h1 {
    position: relative;
    font-weight: 700;
    z-index: 1;
    border-bottom: 2px solid rgb(170,192,187);
    padding-bottom: 10px;
    color: #000000;
    font-size: 43px;
    margin-bottom: 20px;
    margin-top: 30px;
}.privacy_panel_01285 h2 {
    color: rgb(123,110,160);
    font-weight: 600;
    margin-top: 25px;
    z-index: 1;
    padding-bottom: 5px;
    font-size: 33px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgb(123,110,160,0.5);
}.privacy_panel_01285 ul, .privacy_panel_01285 ol {
    margin-bottom: 20px;
    z-index: 1;
    list-style-type: none;
    position: relative;
    padding-left: 0;
}.privacy_panel_01285 li {
    line-height: 1.6;
    position: relative;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 20px;
}.privacy_panel_01285 li:before {
    font-size: 1.2em;
    color: rgb(170,192,187);
    content: "•";
    line-height: 1;
    position: absolute;
    left: 0;
}.privacy_panel_01285 div {
    border-radius: 10px;
    line-height: 1.8;
    padding: 20px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.privacy_panel_01285 .container {
    z-index: 1;
    position: relative;
}.privacy_panel_01285 h3, .privacy_panel_01285 h4, .privacy_panel_01285 h5, .privacy_panel_01285 h6 {
    position: relative;
    font-weight: 600;
    z-index: 1;
    margin-bottom: 10px;
    margin-top: 20px;
    color: rgb(170,192,187);
    font-size: 18px;
}.privacy_panel_01285 p, .privacy_panel_01285 span {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    color: #000000;
}.privacy_panel_01285 a {
    border-bottom: 1px solid rgb(123,110,160,0.5);
    color: rgb(123,110,160);
    position: relative;
    text-decoration: none;
    z-index: 1;
    font-weight: 400;
}.privacy_panel_01285 a:hover {
    color: rgb(170,192,187);
    border-bottom: 1px solid rgb(170,192,187);
}.privacy_panel_01285 button {
    border-radius: 10px;
    z-index: 1;
    padding: 10px 20px;
    font-size: 17px;
    background: rgb(123,110,160);
    position: relative;
    border: none;
    cursor: pointer;
    color: #ffffff;
}.privacy_panel_01285 button:hover {
    background: rgb(170,192,187);
}

@media only screen and (max-width: 800px) {.privacy_panel_01285 {
    padding: 20px;
    width: 90%;
}.privacy_panel_01285 h1 {
    font-size: calc(18px - 5px);
}.privacy_panel_01285 h2 {
    font-size: calc(18px - 3px);
}.privacy_panel_01285 ul, .privacy_panel_01285 ol {
    padding-left: 10px;
}.privacy_panel_01285 li {
    padding-left: 15px;
}.privacy_panel_01285 li:before {
    left: -10px;
}.privacy_panel_01285 button {
    padding: 8px 15px;
}}.thxDiv_80376 {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,225,220), rgb(218,225,220) 60%, rgba(rgb(170,192,187,0.5), 0.1));
    position: relative;
}.thxDiv_80376::before {
    top: -20%;
    height: 80%;
    z-index: 0;
    filter: blur(20px);
    position: absolute;
    width: 60%;
    right: -10%;
    background: linear-gradient(145deg, rgba(rgb(123,110,160,0.5), 0.08), rgba(rgb(123,110,160,0.5), 0.03));
    transform: rotate(-15deg) skewX(15deg);
    content: "";
}.thxDiv_80376::after {
    height: 40%;
    position: absolute;
    left: -5%;
    transform: rotate(10deg) skewX(-10deg);
    content: "";
    background: linear-gradient(210deg, rgba(rgb(170,192,187,0.5), 0.09), transparent);
    bottom: -10%;
    width: 50%;
    z-index: 0;
}.thxDiv_80376 .container {
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.thxDiv_80376 .path_impact_93814 {
    background: linear-gradient(170deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 30px 70px -25px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 2px 5px rgba(rgb(170,192,187,0.5), 0.05),
        0 0 0 1px rgba(rgb(170,192,187,0.5), 0.08);
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.thxDiv_80376 .path_impact_93814:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(170,192,187,0.5), 0.08),
        0 0 0 1px rgba(rgb(170,192,187,0.5), 0.1);
}.thxDiv_80376 .path_impact_93814 > div:first-child {
    transform: translateX(-1rem);
    position: relative;
}.thxDiv_80376 .path_impact_93814 > div:first-child::before {
    left: -2rem;
    height: 60%;
    transform: translateY(-50%);
    width: 4px;
    top: 50%;
    background: linear-gradient(to bottom, rgb(170,192,187), rgb(123,110,160));
    content: "";
    position: absolute;
}.thxDiv_80376 h5 {
    color: #000000;
    margin: 0;
    display: inline-block;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.4;
    position: relative;
}.thxDiv_80376 h5::after {
    left: 0;
    content: "";
    height: 3px;
    width: 40%;
    background: linear-gradient(90deg, rgb(123,110,160), transparent);
    position: absolute;
    bottom: -0.5rem;
}.thxDiv_80376 .path_impact_93814 > div:last-child {
    position: relative;
    border-left: 1px solid rgba(rgb(123,110,160,0.5), 0.2);
    padding-left: 1.5rem;
}.thxDiv_80376 a {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
    overflow: hidden;
    text-decoration: none;
}.thxDiv_80376 a:hover {
    transform: translateX(5px);
}.thxDiv_80376 a::before {
    position: absolute;
    background: linear-gradient(90deg, 
        rgba(rgb(170,192,187,0.5), 0.03), 
        rgba(rgb(123,110,160,0.5), 0.05)
    );
    top: 0;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0.8) translateX(-10%);
    z-index: -1;
    content: "";
    opacity: 0;
    width: 100%;
    left: 0;
    transform-origin: left;
    height: 100%;
}.thxDiv_80376 a:hover::before {
    opacity: 1;
    transform: scaleX(1) translateX(0);
}.thxDiv_80376 p {
    color: #000000;
    font-weight: 400;
    transition: color 0.3s ease;
    font-size: 13px;
    margin: 0;
    line-height: 1.7;
}.thxDiv_80376 a:hover p {
    color: #000000;
}

@media (min-width: 768px) {.thxDiv_80376 {
    padding: 7rem 0;
}.thxDiv_80376 .path_impact_93814 {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    padding: 4rem;
    align-items: center;
}.thxDiv_80376 .path_impact_93814 > div:first-child {
    transform: translateX(0);
}.thxDiv_80376 .path_impact_93814 > div:last-child {
    border-left: 2px solid rgba(rgb(123,110,160,0.5), 0.15);
    padding-left: 3rem;
}.thxDiv_80376 h5 {
    font-size: calc(21px * 1.1);
}.thxDiv_80376 p {
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.thxDiv_80376 {
    padding: 9rem 0;
}.thxDiv_80376 .container {
    padding: 0 2rem;
}.thxDiv_80376 .path_impact_93814 {
    gap: 4rem;
    padding: 5rem;
    grid-template-columns: 1fr 1.8fr;
}.thxDiv_80376 h5 {
    font-size: calc(21px * 1.2);
}.thxDiv_80376 h5::after {
    height: 4px;
    width: 50%;
}.thxDiv_80376 .path_impact_93814 > div:last-child {
    padding-left: 4rem;
}.thxDiv_80376 a {
    padding: 1rem 0;
}
}

@media (max-width: 767px) {.thxDiv_80376 {
    padding: 4rem 0;
}.thxDiv_80376 .path_impact_93814 {
    gap: 2rem;
    padding: 2rem;
}.thxDiv_80376 h5 {
    font-size: calc(21px * 0.9);
}.thxDiv_80376 p {
    font-size: calc(13px * 0.95);
}.thxDiv_80376 .path_impact_93814 > div:last-child {
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.thxDiv_80376 {
    padding: 3rem 0;
}.thxDiv_80376 .path_impact_93814 {
    gap: 1.5rem;
    padding: 1.5rem;
}.thxDiv_80376 .path_impact_93814 > div:first-child::before {
    left: -1.5rem;
    height: 50%;
}.thxDiv_80376 h5 {
    font-size: calc(21px * 0.85);
}.thxDiv_80376 p {
    font-size: calc(13px * 0.9);
}.thxDiv_80376 .path_impact_93814 > div:last-child {
    padding-left: 0.75rem;
}}.reach_out_74691 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(218,225,220);
}.reach_out_74691::before {
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.07;
    background: repeating-linear-gradient(
        45deg,
        rgb(170,192,187,0.5) 0,
        rgb(170,192,187,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    width: 100%;
    content: "";
    position: absolute;
}.reach_out_74691::after {
    position: absolute;
    top: 0;
    opacity: 0.07;
    z-index: 1;
    background-image: 
        linear-gradient(rgb(123,110,160,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(123,110,160,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
}.reach_out_74691 .container {
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.reach_out_74691 h2 {
    display: inline-block;
    left: 50%;
    font-size: 33px;
    transform: translateX(-50%);
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #000000;
}.reach_out_74691 h2::before {
    position: absolute;
    width: 80px;
    content: "";
    bottom: 0;
    left: calc(50% - 40px);
    background: rgb(170,192,187);
    height: 4px;
}.reach_out_74691 h2::after {
    left: calc(50% - 15px);
    position: absolute;
    background: rgb(123,110,160);
    bottom: 0;
    height: 4px;
    content: "";
    width: 30px;
}.reach_out_74691 .help_widget_09436 {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    border-radius: 0;
    position: relative;
    background: #ffffff;
    margin-top: 50px;
}.reach_out_74691 .img_overlay_box_73852 {
    position: relative;
    min-height: 550px;
    flex: 0 0 45%;
}.reach_out_74691 .img_overlay_box_73852::before {
    content: "";
    inset: 0;
    background: linear-gradient(
        135deg, 
        rgba(rgb(170,192,187), 0.4), 
        rgba(rgb(123,110,160), 0.4)
    );
    z-index: 1;
    position: absolute;
}.reach_out_74691 .connect_links_87654 {
    position: relative;
    flex-direction: column;
    padding: 60px;
    display: flex;
    justify-content: center;
    flex: 0 0 55%;
}.reach_out_74691 .connect_links_87654::before {
    width: 150px;
    content: "";
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    border: 30px solid rgb(170,192,187,0.5);
    right: -75px;
    top: -75px;
    height: 150px;
}.reach_out_74691 .connect_links_87654::after {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    content: "";
    background: rgb(123,110,160,0.5);
    border-radius: 0;
    left: -50px;
    z-index: 0;
    transform: rotate(45deg);
}.reach_out_74691 form {
    z-index: 2;
    position: relative;
}.reach_out_74691 form h3 {
    font-weight: 600;
    margin-bottom: 40px;
    color: #000000;
    display: inline-block;
    font-size: 20px;
    position: relative;
}.reach_out_74691 form h3::after {
    position: absolute;
    background: rgb(170,192,187);
    content: "";
    height: 2px;
    width: 50%;
    bottom: -15px;
    left: 0;
}.reach_out_74691 form input[type="text"] {
    border-bottom: 2px solid rgb(218,225,220);
    width: 100%;
    color: #000000;
    margin-bottom: 25px;
    background: transparent;
    border: none;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 20px 25px;
}.reach_out_74691 form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(170,192,187);
}.reach_out_74691 form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.reach_out_74691 form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.reach_out_74691 .feedback_feedback_04186 {
    margin-bottom: 40px;
    position: relative;
}.reach_out_74691 .feedback_feedback_04186 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach_out_74691 .feedback_feedback_04186 label {
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
    padding-left: 35px;
}.reach_out_74691 .feedback_feedback_04186 label::before {
    width: 22px;
    background: transparent;
    content: "";
    top: 0;
    position: absolute;
    border: 2px solid rgb(218,225,220);
    height: 22px;
    transition: all 0.3s ease;
    left: 0;
}.reach_out_74691 .feedback_feedback_04186 input[type="checkbox"]:checked + label::before {
    border-color: rgb(170,192,187);
    background: rgb(170,192,187);
}.reach_out_74691 .feedback_feedback_04186 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    width: 6px;
    height: 12px;
    top: 4px;
    border-width: 0 2px 2px 0;
    content: "";
    left: 8px;
}.reach_out_74691 .feedback_feedback_04186 label a {
    text-decoration: none;
    position: relative;
    color: rgb(170,192,187);
    font-weight: 600;
    transition: all 0.3s ease;
}.reach_out_74691 .feedback_feedback_04186 label a::after {
    transform-origin: left;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    transition: transform 0.3s ease;
    transform: scaleX(1);
    position: absolute;
    background: rgb(170,192,187);
    content: "";
}.reach_out_74691 .feedback_feedback_04186 label a:hover {
    color: rgb(123,110,160);
}.reach_out_74691 .feedback_feedback_04186 label a:hover::after {
    background: rgb(123,110,160);
    transform: scaleX(0);
}.reach_out_74691 .request_inquiry_07185 {
    z-index: 1;
    color: #ffffff;
    font-weight: 600;
    border: none;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    background: rgb(170,192,187);
    width: auto;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding: 18px 40px;
}.reach_out_74691 .request_inquiry_07185::before {
    left: -10px;
    background: rgb(123,110,160);
    top: 0;
    width: 0;
    transition: width 0.5s ease;
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    transform: skewX(-25deg);
}.reach_out_74691 .request_inquiry_07185:hover::before {
    width: 150%;
}.reach_out_74691 svg {
    height: 24px;
    transition: all 0.3s ease;
    stroke: rgb(170,192,187);
    width: 24px;
    stroke-width: 2;
    fill: none;
}.reach_out_74691 svg path {
    stroke: rgb(170,192,187);
    transition: all 0.3s ease;
    fill: none;
}.reach_out_74691 svg:hover,
.reach_out_74691 svg:hover path {
    stroke: rgb(123,110,160);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.reach_out_74691 {
    padding: 80px 0;
}.reach_out_74691 .img_overlay_box_73852 {
    min-height: 500px;
}.reach_out_74691 .connect_links_87654 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.reach_out_74691 {
    padding: 60px 0;
}.reach_out_74691 .help_widget_09436 {
    flex-direction: column;
}.reach_out_74691 .img_overlay_box_73852 {
    min-height: 300px;
    width: 100%;
}.reach_out_74691 .connect_links_87654 {
    padding: 40px 30px;
    width: 100%;
}.reach_out_74691 form h3 {
    margin-bottom: 30px;
}.reach_out_74691 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.reach_out_74691 .feedback_feedback_04186 {
    margin-bottom: 30px;
}.reach_out_74691 .request_inquiry_07185 {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.reach_out_74691 {
    padding: 50px 0;
}.reach_out_74691 h2 {
    font-size: calc(33px * 0.85);
}.reach_out_74691 .help_widget_09436 {
    margin-top: 30px;
}.reach_out_74691 .img_overlay_box_73852 {
    min-height: 200px;
}.reach_out_74691 .connect_links_87654 {
    padding: 30px 20px;
}.reach_out_74691 form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.reach_out_74691 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.reach_out_74691 .feedback_feedback_04186 {
    margin-bottom: 25px;
}.reach_out_74691 .feedback_feedback_04186 label {
    font-size: calc(16px * 0.9);
}.reach_out_74691 .request_inquiry_07185 {
    padding: 12px 25px;
}}.help_desk_info_18672 {
    overflow: hidden;
    position: relative;
    background: rgb(123,110,160,0.5);
    padding: 120px 0;
}.help_desk_info_18672::before {
    z-index: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: blur(60px);
    content: "";
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(170,192,187,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(123,110,160,0.5) 0%, transparent 40%);
}.help_desk_info_18672::after {
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px);
    left: 0;
}.help_desk_info_18672 .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
}.help_desk_info_18672 .get_assistance_34518 {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
}.help_desk_info_18672 .get_helpdesk_38174 {
    text-shadow: 
        0 0 5px rgb(170,192,187),
        0 0 10px rgb(170,192,187),
        0 0 20px rgb(170,192,187);
    color: #ffffff;
    letter-spacing: 3px;
    padding: 0;
    position: relative;
    font-size: 38px;
    display: flex;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 60px 0;
    align-items: center;
}.help_desk_info_18672 .get_helpdesk_38174 svg {
    stroke-width: 2;
    height: 35px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #ffffff;
    filter: drop-shadow(0 0 5px rgb(170,192,187)) 
           drop-shadow(0 0 10px rgb(170,192,187));
    fill: none;
    width: 35px;
    margin-right: 15px;
}.help_desk_info_18672 .content-wrapper {
    position: relative;
    border-radius: 16px;
    background: rgba(17, 55, 85, 0.7);
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 0 20px rgb(170,192,187,0.5),
        0 0 40px rgba(0, 0, 0, 0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.help_desk_info_18672 .content-wrapper::before {
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(170,192,187), transparent);
    content: "";
}.help_desk_info_18672 .content-wrapper::after {
    position: absolute;
    right: 0;
    height: 2px;
    width: 100%;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(123,110,160), transparent);
}.help_desk_info_18672 .img_overlay_box_73852 {
    width: 60%;
    filter: grayscale(70%) contrast(120%) brightness(80%);
    object-fit: cover;
    right: 0;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 20% 100%);
    opacity: 0.7;
    mix-blend-mode: luminosity;
    position: absolute;
    height: 100%;
    top: 0;
}.help_desk_info_18672 .img_overlay_box_73852::after {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(10, 10, 20, 0.9), transparent);
    height: 100%;
}.help_desk_info_18672 .online_contact_10648 {
    width: 60%;
    position: relative;
    padding: 40px;
    z-index: 3;
}.help_desk_info_18672 .online_contact_10648 p {
    padding: 15px 25px 15px 50px;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 
        0 0 10px rgba(0, 0, 0, 0.2),
        inset 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    margin: 0 0 20px 0;
    border-left: 2px solid rgb(170,192,187);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    align-items: center;
    border-radius: 10px;
    display: flex;
}.help_desk_info_18672 .online_contact_10648 p:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
    box-shadow: 
        0 0 15px rgba(0, 0, 0, 0.3),
        0 0 5px rgb(170,192,187,0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.2);
}.help_desk_info_18672 .online_contact_10648 p svg {
    top: 50%;
    width: 20px;
    height: 20px;
    fill: rgb(170,192,187);
    left: 15px;
    filter: drop-shadow(0 0 3px rgb(170,192,187));
    position: absolute;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}.help_desk_info_18672 .online_contact_10648 p:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 0 5px rgb(170,192,187));
}.help_desk_info_18672 .online_contact_10648 p:nth-child(even) {
    border-left: 2px solid rgb(123,110,160);
}.help_desk_info_18672 .online_contact_10648 p:nth-child(even) svg {
    filter: drop-shadow(0 0 3px rgb(123,110,160));
    stroke: rgb(123,110,160);
}.help_desk_info_18672 .online_contact_10648 p:nth-child(even):hover svg {
    filter: drop-shadow(0 0 5px rgb(123,110,160));
}.help_desk_info_18672 .online_contact_10648 p span {
    margin-left: 10px;
    opacity: 0.9;
}.help_desk_info_18672 .online_contact_10648 p a {
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
}.help_desk_info_18672 .online_contact_10648 p a::before {
    transition: transform 0.3s ease;
    transform-origin: right;
    left: 0;
    transform: scaleX(0);
    bottom: -2px;
    background: rgb(170,192,187);
    width: 100%;
    content: "";
    height: 1px;
    position: absolute;
    box-shadow: 0 0 5px rgb(170,192,187);
}.help_desk_info_18672 .online_contact_10648 p a:hover {
    text-shadow: 0 0 8px rgb(170,192,187,0.5);
    color: rgb(170,192,187);
}.help_desk_info_18672 .online_contact_10648 p a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.help_desk_info_18672 .online_contact_10648 p:nth-child(even) a::before {
    box-shadow: 0 0 5px rgb(123,110,160);
    background: rgb(123,110,160);
}.help_desk_info_18672 .online_contact_10648 p:nth-child(even) a:hover {
    text-shadow: 0 0 8px rgb(123,110,160,0.5);
    color: rgb(123,110,160);
}.help_desk_info_18672 .reach_out_30714 {
    background: rgba(255, 255, 255, 0.05);
    width: 60%;
    border-radius: 16px;
    box-shadow: 
        0 0 20px rgba(0, 0, 0, 0.3),
        inset 0 0 2px rgba(255, 255, 255, 0.1);
    border-top: 2px solid rgb(170,192,187);
    position: relative;
    padding: 30px;
    margin-top: 40px;
}.help_desk_info_18672 .contact_help_89304 {
    display: flex;
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px 0;
    text-shadow: 0 0 10px rgb(170,192,187,0.5);
}.help_desk_info_18672 .contact_help_89304 svg {
    height: 22px;
    width: 22px;
    fill: none;
    margin-right: 12px;
    stroke-linecap: round;
    filter: drop-shadow(0 0 5px rgb(170,192,187,0.5));
    stroke: rgb(170,192,187);
    stroke-width: 2;
    stroke-linejoin: round;
}.help_desk_info_18672 .contact_card_98075 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 15px;
}.help_desk_info_18672 .contact_us_49105 {
    background: rgba(255, 255, 255, 0.05);
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #ffffff;
    transition: all 0.3s ease;
}.help_desk_info_18672 .contact_us_49105:hover {
    border-color: rgb(170,192,187,0.5);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
}.help_desk_info_18672 .contact_us_49105 svg {
    stroke-width: 2;
    width: 14px;
    stroke-linecap: round;
    margin-right: 8px;
    stroke: rgb(170,192,187);
    opacity: 0.7;
    stroke-linejoin: round;
    height: 14px;
    filter: drop-shadow(0 0 2px rgb(170,192,187,0.5));
    fill: none;
    transition: all 0.3s ease;
}.help_desk_info_18672 .contact_us_49105:hover svg {
    transform: rotate(30deg);
    filter: drop-shadow(0 0 5px rgb(170,192,187));
    opacity: 1;
}.help_desk_info_18672 .online_contact_10648 p {
    opacity: 1;
}
@media (max-width: 1023px) {.help_desk_info_18672 .img_overlay_box_73852 {
    width: 100%;
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    position: relative;
}.help_desk_info_18672 .online_contact_10648,
    .help_desk_info_18672 .reach_out_30714 {
    width: 100%;
}.help_desk_info_18672 .content-wrapper {
    display: flex;
    flex-direction: column;
}.help_desk_info_18672 .online_contact_10648 {
    order: 2;
    padding: 30px;
}.help_desk_info_18672 .reach_out_30714 {
    order: 3;
    border-radius: 0 0 16px 16px;
    border-top: none;
    margin-top: 0;
}.help_desk_info_18672 .get_helpdesk_38174 svg {
    width: 30px;
    height: 30px;
}
}
@media (max-width: 767px) {.help_desk_info_18672 {
    padding: 80px 0;
}.help_desk_info_18672 .get_helpdesk_38174 {
    font-size: calc(33px + 4px);
    margin-bottom: 40px;
}.help_desk_info_18672 .get_helpdesk_38174 svg {
    height: 25px;
    margin-right: 10px;
    width: 25px;
}.help_desk_info_18672 .img_overlay_box_73852 {
    height: 250px;
}.help_desk_info_18672 .online_contact_10648 {
    padding: 25px;
}.help_desk_info_18672 .online_contact_10648 p {
    padding: 12px 20px 12px 45px;
}.help_desk_info_18672 .online_contact_10648 p svg {
    height: 18px;
    width: 18px;
    left: 12px;
}.help_desk_info_18672 .reach_out_30714 {
    padding: 25px;
}.help_desk_info_18672 .contact_help_89304 svg {
    width: 18px;
    margin-right: 10px;
    height: 18px;
}.help_desk_info_18672 .contact_card_98075 {
    grid-template-columns: repeat(2, 1fr);
}.help_desk_info_18672 .contact_us_49105 svg {
    margin-right: 6px;
    width: 12px;
    height: 12px;
}}
.help_desk_info_18672 .content-wrapper {
    position: relative;
}